Location:
Search - java hadoop
Search list
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:
Description: 对搜索引擎的聚类,分类算法的代码实现 基于分布式的hadoop编程-Clustering of search engines, classification algorithm based on the code hadoop distributed programming
Platform: |
Size: 4660224 |
Author: zhangwenyu |
Hits:
Description: PageRank的MapReduce(hadoop)实现,包括链接关系的抽取,PageRank值的计算和结果的排名显示。-implementation of PageRank using hadoop.
Platform: |
Size: 5120 |
Author: ke qing |
Hits:
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:
Description: hadoop source code
Platform: |
Size: 6656000 |
Author: twp |
Hits:
Description: 并行处理的好方法 java 很值得看看,对并行很有帮助-A good way of parallel processing java
Platform: |
Size: 556032 |
Author: 薛文 |
Hits:
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:
Description: 从oracle自动导数据到hadoop hdfs的工具,包含c和java两个版本-Automatically lead to the data from the oracle hadoop hdfs tools, including two versions of c and java
Platform: |
Size: 18432 |
Author: 老麻宝 |
Hits:
Description: Hadoop 是一个实现了 MapReduce 计算模型的开源分布式并行编程框架,借助于 Hadoop, 程序员可以轻松地编写分布式并行程序,将其运行于计算机集群上,完成海量数据的计算。-hadoop scource code
Platform: |
Size: 44575744 |
Author: jackie |
Hits:
Description: 在hadoop分布式文件系统上实现ftp 服务-Hadoop distributed file system in the ftp services to achieve
Platform: |
Size: 3613696 |
Author: faye |
Hits:
Description: Hadoop源代码eclipse编译教程。hadoop是一个分布式系统基础架构,也就是构建云计算的系统-The Apache Hadoop project develops open-source software for reliable, scalable, distributed computing. Hadoop includes these subprojects
Platform: |
Size: 821248 |
Author: dawson |
Hits:
Description: Hadoop完全手册原版书籍,有很多关于Hadoop设计和用例的东东哦!-Hadoop completely manual original books, there are many designs and use cases on Hadoop stuff Oh!
Platform: |
Size: 3312640 |
Author: 徐英钟 |
Hits:
Description: 云计算Hadoop技术开发指南,从搭建环境到技术详解,让基于Hadoop的云计算平台开发变得不再那么虚幻-Hadoop cloud computing technology development guidelines, from the build environment to technology explain, let Hadoop-based cloud computing platform is no longer so unreal
Platform: |
Size: 746496 |
Author: 崔洁 |
Hits:
Description: java hadoop wordcount
Platform: |
Size: 1024 |
Author: proximussfo |
Hits:
Description: 程序源码,《Hadoop高级编程——构建与实现大数据解决方案》本书关注用于构建先进的、基于Hadoop的企业级应用的架构和方案,并为实现现实的解决方案提供深入的、代码级的讲解。本书还会带你领略数据设计以及数据设计如何影响实现。本书解释了MapReduce的工作原理,并展示了如何在MapReduce中重新定制特定的业务问题。在整本书中,你将会发现深入的Java代码示例,这些代码示例可以直接使用,它们均源自于已经成功地构建和部署的应用程序。-Source program the Hadoop programming, construction and large data address scheme, the book concern for building advanced, based on Hadoop enterprise application architecture and solution, and for the realization of practical solutions provide in-depth, code level to explain. This book will show you how to understand the data design and data design to achieve. This book explains the working principle of MapReduce and shows how to re customize the specific business issues in MapReduce. Throughout this book, you will find the Java code example, which can be used directly, both of which are derived the application that has been successfully constructed and deployed.
Platform: |
Size: 632832 |
Author: dcc |
Hits:
Description: java hadoop apriori implementation base on mapReduce
Platform: |
Size: 23552 |
Author: amelians |
Hits:
Description: hadoop实现mapreduce算法,实现对一片英语文章中单词出现次数的统计(Hadoop implementation of the MapReduce algorithm, the realization of an English article in the number of words Statistics)
Platform: |
Size: 1024 |
Author: 史努比卡丘
|
Hits:
Description: Hadoop是一个开发和运行处理大规模数据的软件平台,是Appach的一个用java语言实现开源软件框架,实现在大量计算机组成的集群中对海量数据进行分布式计算.(Hadoop is a development and operation of large-scale data processing software platform is a Appach using java language to achieve the realization of open source software framework, consisting of a large number of computer cluster distributed computing for massive data.)
Platform: |
Size: 2151424 |
Author: 求知鸟
|
Hits:
Description: 在ubuntu64位平台上hadoop入门安装及jdk配置(install hadoop and jdk on ubuntu)
Platform: |
Size: 184320 |
Author: Mrqeoqqt
|
Hits:
Description: MapReduce in Java without using external libraries like Hadoop.
Platform: |
Size: 21908 |
Author: cristianve |
Hits: