搜索资源列表
SecondarySort
- 一个hadoop写的二次排序,使用了mapreduce框架。-Write a hadoop secondary sort, use mapreduce framework.
hadoop-invertedindex
- 基于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
mapreduce
- 非常好的hadoop mapreduce 的编程介绍和源码示例-Hadoop mapreduce very good introduction and source code examples of programming
hadoop-0.1.0.tar
- Hadoop是一个用于运行应用程序在大型集群的廉价硬件设备上的框架。Hadoop为应用程序透明的提供了一组稳定/可靠的接口和数据运动。在 Hadoop中实现了Google的MapReduce算法,它能够把应用程序分割成许多很小的工作单元,每个单元可以在任何集群节点上执行或重复执行。此外,Hadoop还提供一个分布式文件系统用来在各个计算节点上存储数据,并提供了对数据读写的高吞吐率。由于应用了map/reduce和分布式文件系统使得Hadoop框架具有高容错性,它会自动处理失败节点。已经在具有60
hadoop-0.20.0.tar
- 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,
OReilly.Hadoop.The.Definitive.Guide.June.2009.RETA
- 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 buil
hadoop
- 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
hadoop-0.20.2.tar
- Hadoop 是一个实现了 MapReduce 计算模型的开源分布式并行编程框架,借助于 Hadoop, 程序员可以轻松地编写分布式并行程序,将其运行于计算机集群上,完成海量数据的计算。-hadoop scource code
Pro_Hadoop
- 简介了分布式计算开源框架Hadoop。 Hadoop框架中最核心的设计就是:MapReduce和HDFS。MapReduce的思想是由Google的一篇论文所提及而被广为流传的,简单的一句话解释MapReduce就是“任务的分解与结果的汇总”。HDFS是Hadoop分布式文件系统(Hadoop Distributed File System)的缩写,为分布式计算存储提供了底层支持。-Introduction of a distributed system Hadoop.
hadoop
- 用hadoop的mapreduce寻找最大数-Hadoop' s used to find the maximum number of mapreduce
FindMaxValue
- 应用hadoop mapreduce模型,在集群中查找最大值,-Application hadoop mapreduce model to find maximum value in the cluster,
MapReduce
- Hadoop MapReduce 实现倒排索引-Hadoop MapReduce
c45-with-hadoop
- This a demo of Implementation of C4.5 Algorithm using Hadoop MapReduce frame work. c4.5 using java-This is a demo of Implementation of C4.5 Algorithm using Hadoop MapReduce frame work. c4.5 using java
01.Hadoop权威指南(第3版) PDF高清晰
- 了解hadoop使用方法及应用实例,包含hadoop分布式文件系统、IO操作、MapReduce的工作机制、集群管理、Pig等(Understand the Hadoop usage and application examples, including Hadoop distributed file system, IO operation, MapReduce working mechanism, cluster management, Pig and so on)
hadoop-eclipse-plugin-2.7.3.jar
- 安装hadoop的eclipse插件,直接在eclipse下调试Mapreduce程序,会节省很多时间。(Installing the Eclipse Plug-in for Hadoop, debugging the Mapreduce program directly under eclipse saves a lot of time.)
hadoop
- 全英文hadoop mapreduce论文及hadoop安装说明(hadoop mapreduce paper and install guide)
Hadoop MapReduce实战手册.epub
- Hadoop MapReduce实战手册(Hadoop MapReduce Practical manual)
InvertedIndex
- 基于MapReduce的InvertedIndex实现(InvertedIndex implementation based on MapReduce.)
MapReduce源码1
- 在hadoop云平台实现单表关联、多变关联(Implementation of single table Association and variable association on Hadoop cloud platform)
Hadoop-Kmeans
- hadoop平台下的K-means算法的实现(Implementation of K-means algorithm under Hadoop platform)