搜索资源列表
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,
kfs-0.3.tar
- 来自startup的垂直搜索引擎http://www.kosmix.com/的开源项目,又一个开源的类似google mapreduce 的分布式文件系统,可以应用在诸如图片存储、搜索引擎、网格计算、数据挖掘这样需要处理大数据量的网络应用中。与hadoop集成得也比较好,这样可以充分利用了hadoop一些现成的功能,基于C++。-Applications that process large volumes of data (such as, search engines, grid compu
gfarm-2.5.1.tar
- Gfarm 是一个分布式的文件系统,主要用于大规模的集群计算。-It s implemented in userland, and can be mounted by FUSE. It utilizes locality of a file to access a data node, and supports Globus GSI for Wide Area Network. Users can control file replica location on Gfarm. Gfarm can
Hadooop
- 云计算的经典书籍,Hadoop书籍是入门的典籍,详细的介绍了分布式理论和相关的操作-Classic books for cloud computing, Hadoop books classics of the entry, a detailed descr iption of the distributed theory and related operations
Hhadoop-010taa
- Hadoop是一个用于运行应用程序在大型集群的廉价硬件设备上的框架。Hadoop为应用程序透明的提供了一组稳定/可靠的接口和数据运动。在 Hadoop中实现了Google的MapReduce算法,它能能够把应用程序分割成许多很小的工作单元,每个单元可以在任何集群节点上执行或重复执行。此外,Hadoop还提供一个分布式文件系统用来在各个计算节点上存储数据,并提供了对数据读写的高吞吐率。由于应用了map -Hadoop is a framework for running application
Hadoop
- Hadoop分布式计算的介绍及其在实际情况下的应用-Hadoop Mapreduced
dtcptest
- hadoop下基于dfs的文件上传,下载,删除功能,以及mapreduce分布式计算解析实例 -hadoop based dfs file upload, download and delete functions, as well as mapreduce distributed computing parse instance
mrMeanMapper
- 机器学习算法,分布式均值和方差计算的mapper,用于hadoop流-Machine learning algorithms, mapper distributed computing the mean and variance for hadoop streaming
MapReduce
- 高性能计算与云计算 实验报告 ——Map/Reduce编程 本实验的目的是通过练习掌握Map/Reduce编程的知识和技巧: 1) 熟悉建立分布式高性能计算平台Hadoop的基本步骤 2) 掌握用Map/Reduce编写并行计算程序的基本方法 3) 了解Map/Reduce计算程序在Hadoop下的运行和调试机制 -High-performance computing and cloud computing lab report Map/purpose of th
apache-storm-0.10.0-src
- Apache Storm 是一个免费开源的分布式实时计算系统。简化了流数据的可靠处理,像 Hadoop 一样实现实时批处理。Storm 很简单,可用于任意编程语言。Apache Storm 采用 Clojure 开发-Apache Storm is a free and open source distributed realtime computation system. Storm makes it easy to reliably process unbounded streams of
hadoop examples
- Hadoop完全分布式环境下的部分实例,包括单词计数、平均数、去重、表连接等程序。其中主机名为master(Hadoop some instances in a fully distributed environment, including a number of words, average, weight, table connection and other programs. The host is named master)
hadoop1
- 一本很好的Hadoop教学参考书,适合初学者使用(book about hadoop ,it cab used to syudent)