Welcome![Sign In][Sign Up]
Location:
Search - hadoop

Search list

[Program docHadoop帮助文档

Description: hadoop的api文档
Platform: | Size: 5748756 | Author: hanxianyongroger@163.com | Hits:

[Database电子书-Pro Hadoop-英文

Description: 讲解了Hadoop 想要了解分布式系统的可以看下
Platform: | Size: 4778870 | Author: huangzhtao@163.com | Hits:

[Windows Develophadoop 客户端连接

Description: 这个是在客户端上连接hadoop上hdfs系统的小测试程序。虽然简单,但是说明好多原理。
Platform: | Size: 3598 | Author: zhuzhusir_cooler@sina.com | Hits:

[JSP/Javahadoop-0.7.1.tar

Description: hadoop:Nutch集群平台,分布式编程模式,让Nutch可以自动在普通机器组成的集群中以并行方式分布执行-hadoop : Cluster Nutch software platform, distributed programming model, Let Nutch software can be automatically composed of general machinery cluster parallel to the implementation of distribution methods
Platform: | Size: 5443584 | Author: 周华群 | Hits:

[MPIhadoop-0.18.0-datajoin

Description: hadoop 0.18.0安装数据连接源代码-hadoop 0.18.0 to install data connection source code
Platform: | Size: 11264 | Author: h | Hits:

[MPIhadoop-0.18.0-index

Description: hadoop 0.18.1 安装索引源代码-hadoop 0.18.1 Index source code installation
Platform: | Size: 57344 | Author: h | Hits:

[MPIhadoop-0.18.0-eclipse-plugin

Description: HADOOP 0.18.0 安装插件源代码-HADOOP 0.18.0 source code plug-ins installed
Platform: | Size: 2385920 | Author: h | Hits:

[MPIhadoop-0.18.0-streaming

Description: hadoop 0.18.0 安装源代码 -1-hadoop 0.18.0 to install the source code-1
Platform: | Size: 60416 | Author: h | Hits:

[JSP/Javahadoop-0.1.0.tar

Description: Hadoop是一个用于运行应用程序在大型集群的廉价硬件设备上的框架。Hadoop为应用程序透明的提供了一组稳定/可靠的接口和数据运动。在 Hadoop中实现了Google的MapReduce算法,它能够把应用程序分割成许多很小的工作单元,每个单元可以在任何集群节点上执行或重复执行。此外,Hadoop还提供一个分布式文件系统用来在各个计算节点上存储数据,并提供了对数据读写的高吞吐率。由于应用了map/reduce和分布式文件系统使得Hadoop框架具有高容错性,它会自动处理失败节点。已经在具有600个节点的集群测试过Hadoop框架。- Apache Hadoop Core is a software platform that lets one easily write and run applications that process vast amounts of data. Here s what makes Hadoop especially useful: * Scalable: Hadoop can reliably store and process petabytes. * Economical: It distributes the data and processing across clusters of commonly available computers. These clusters can number into the thousands of nodes. * Efficient: By distributing the data, Hadoop can process it in parallel on the nodes where the data is located. This makes it extremely rapid. * Reliable: Hadoop automatically maintains multiple copies of data and automatically redeploys computing tasks based on failures. Hadoop implements MapReduce, using the Hadoop Distributed File System (HDFS) (see figure below.) MapReduce divides applications into many small blocks of work. HDFS creates multiple replicas of data blocks for reliability, placing them on compute nodes around the cluster. MapReduce can then process the data w
Platform: | Size: 3598336 | Author: 宾利金 | Hits:

[Grid Computinghadoop-0.20.0.tar

Description: Hadoop 是一个实现了 MapReduce 计算模型的开源分布式并行编程框架,借助于 Hadoop, 程序员可以轻松地编写分布式并行程序,将其运行于计算机集群上,完成海量数据的计算。-Hadoop is an implementation of the MapReduce computation model of the open-source framework for distributed parallel programming, through the use of Hadoop, programmers can easily distributed parallel process to prepare its running on a computer cluster to complete the calculation of mass data.
Platform: | Size: 42814464 | Author: xq | Hits:

[MPIyahoo-hadoop-54428cc8dd437b4de9efe070e777023ec171a

Description: 这是yahoo公布的hadoop源码 hadoop是有apache开发的用于并行计算-It is published hadoop source yahoo
Platform: | Size: 18038784 | Author: zhangqiang | Hits:

[DocumentsOReilly.Hadoop.The.Definitive.Guide.June.2009.RETA

Description: Hadoop got its start in Nutch. A few of us were attempting to build an open source web search engine and having trouble managing computations running on even a handful of computers.-Hadoop got its start in Nutch. A few of us were attempting to build an open source web search engine and having trouble managing computations running on even a handful of computers.
Platform: | Size: 3488768 | Author: 方桭枯 | Hits:

[Linux-Unixhadoop-invertedindex

Description: 基于Hadoop的反向索引的生成工具。输入一系列文本文件,输出word和其出现的文档和位置-Hadoop-based reverse index generation tool. Enter a series of text files, the output word and its emergence and location of the document
Platform: | Size: 14336 | Author: 李明 | Hits:

[Software Engineeringhadoop

Description: Hadoop: The Definitive Guide-Hadoop: The Definitive Guide helps you harness the power of your data. Ideal for processing large datasets, the Apache Hadoop framework is an open source implementation of the MapReduce algorithm on which Google built its empire. This comprehensive resource demonstrates how to use Hadoop to build reliable, scalable, distributed systems: programmers will find details for analyzing large datasets, and administrators will learn how to set up and run Hadoop clusters. Complete with case studies that illustrate how Hadoop solves specific problems, this book helps you:Use the Hadoop Distributed File System (HDFS) for storing large datasets, and run distributed computations over those datasets using MapReduce Become familiar with Hadoop’s data and I/O building blocks for compression, data integrity, serialization, and persistence Discover common pitfalls and advanced features for writing real-world MapReduce programs Design, build, and administer a dedicated Hadoop cluster, or run Hadoop in th
Platform: | Size: 3571712 | Author: 欧曜玮 | Hits:

[JSPHadoop

Description: Hadoop权威指南,供学习分布式计算的好资料-Hadoop
Platform: | Size: 3489792 | Author: 陈本庆 | Hits:

[Search EngineHadoop

Description: 基于Hadoop集群的分布式日志分析系统研究-Distributed Hadoop clusters based on log analysis system
Platform: | Size: 238592 | Author: 李化 | Hits:

[JSP/Javahadoop-0.20.2.tar

Description: Hadoop 是一个实现了 MapReduce 计算模型的开源分布式并行编程框架,借助于 Hadoop, 程序员可以轻松地编写分布式并行程序,将其运行于计算机集群上,完成海量数据的计算。-hadoop scource code
Platform: | Size: 44575744 | Author: jackie | Hits:

[JSP/Javahadoop-0.20.1.tar

Description: hadoop平台的源代码,这这上面可以架设hadoop-hadoop
Platform: | Size: 40197120 | Author: 王亮 | Hits:

[JSP/JavaHadoop-0.18_CN

Description: hadoop-1.8的入门权威指南,简述hadoop架构-hadoop-1.8 Definitive Guide to Getting Started, briefly hadoop framework
Platform: | Size: 2256896 | Author: 华超 | Hits:

[JSP/Javahdfs-over-ftp-hadoop-0.20.0

Description: 在hadoop分布式文件系统上实现ftp 服务-Hadoop distributed file system in the ftp services to achieve
Platform: | Size: 3613696 | Author: faye | Hits:
« 12 3 4 5 6 7 8 9 10 ... 37 »

CodeBus www.codebus.net