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

Search list

[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:

[ADO-ODBCpagerank

Description: PageRank的MapReduce(hadoop)实现,包括链接关系的抽取,PageRank值的计算和结果的排名显示。-implementation of PageRank using hadoop.
Platform: | Size: 5120 | Author: ke qing | 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:

[JSP/Javahadoop0190

Description: hadoop source code
Platform: | Size: 6656000 | Author: twp | Hits:

[JSP/Javahadoop

Description: 并行处理的好方法 java 很值得看看,对并行很有帮助-A good way of parallel processing java
Platform: | Size: 556032 | 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:

[JSP/Javahadoop-0.20.2.tar

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

[JSP/JavaHadoop-compile-in-eclipse

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:

[MPIBigarmCount

Description: hadoop中BigarmCount(相邻词组出现频率)的实现-implementation of BigarmCount using hadoop
Platform: | Size: 1024 | Author: eduardo | Hits:

[Otherhdfs_design

Description: hadoop中hdfs的编程指南,很有意义,推荐看一下。-hadoop in the hdfs programming guide, makes sense, it is recommended to look.
Platform: | Size: 59392 | Author: 樊博 | Hits:

[Software EngineeringHadoop__The_Definitive_Guide

Description: Hadoop完全手册原版书籍,有很多关于Hadoop设计和用例的东东哦!-Hadoop completely manual original books, there are many designs and use cases on Hadoop stuff Oh!
Platform: | Size: 3312640 | Author: 徐英钟 | Hits:

[Technology ManagementHadoop-technology-development-guide

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:

[JSP/JavaHadoop-kaifazhe1

Description: 这个文档的内容也是以前工作的总结和积累,如果有说的不对的地方还望各位能发邮件指出错误,我们全力更正。 -The content of this document is a summary of previous work and the accumulation, if that' s wrong with also hope you can send an email that error, we are fully corrected.
Platform: | Size: 5915648 | Author: 李力 | Hits:

[JSP/JavaHadoop-task-manager

Description: 在Master上运行的是JobTracker守护进程,而在Slave上运行的是TaskTracker守护进程。对于一个作业,首先提交给JobTracker,再由JobTracker对提交的作业进行处理。-Master on the JobTracker daemon is running, and running on the Slave is the TaskTracker daemon. For a job, first submit to the JobTracker, submitted by the JobTracker job for processing.
Platform: | Size: 59392 | Author: 李力 | Hits:

[Other DatabasesHadoop

Description: hadoop 权威指南,详细介绍了hadoop的工作原理和编程方法-hadoop java c++ work
Platform: | Size: 23363584 | Author: liugang | Hits:

[JSP/Javahadoop-java

Description: Hadoop 基础操作,初学hadoop的同学值得参考。-Hadoop-based operation, beginner students hadoop worth considering.
Platform: | Size: 10240 | Author: zhangcheng | Hits:

[JSP/JavaJAVA.wordcount

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:

[JSP/Javawordcount

Description: hadoop使用java实现单词计数,并且经过linux集群进行测试完成(Hadoop uses Java to implement word count)
Platform: | Size: 43694080 | Author: 现在的未来的 | Hits:

[OtherHadoop Install

Description: 在ubuntu64位平台上hadoop入门安装及jdk配置(install hadoop and jdk on ubuntu)
Platform: | Size: 184320 | Author: Mrqeoqqt | Hits:
« 12 3 4 »

CodeBus www.codebus.net