大数据hadoop部分概述(大数据入门Hadoop是什么)

941大数据服务联盟提供服务包含个人版和企业版,个人版【大数据课程培训,大数据就业推荐咨询】企业版【大数据项目咨询,大数据平台搭建,大数据人才引荐】

大数据hadoop部分概述(大数据入门Hadoop是什么)(1)

”Hadoop是什么?“

关于回答这个问题,先让我们了解下Hadoop的诞生经历。

Hadoop的灵魂人物Doug Cutting希望Nutch(一款可以代替当时主流搜索产品的开源搜索引擎)项目能够通过一种低开销的方式构建网页中的大量算法,刚开始,Cutting遇到很多挑战和困难。幸运的是,Google公司发表了两篇论文:一篇论文是The Google File System,介绍如何实现分布式地存储海量数据;另一篇论文是Mapreduce:Simplified Data Processing on Large Clusters,介绍如何对分布式大规模数据进行处理。Cutting在这两篇论文的启发下,基于OSS(Open Source software)的思想实现了这两篇论文中的原理,从而Hadoop诞生了。

由此观之,Hadoop是一种开源的适合大数据的分布式存储和处理平台。

Hadoop已归属The Apache Software Foudation 下的一个Project。我们看一下Apache软件组织是怎么介绍Hadoop?

The Apache Hadoop project develops open-source software for reliable,scalable,distributed computing.

Apache Hadoop 项目是开发一款可靠的、可扩展性的、分布式计算的开源软件。

The Apache Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using simple programming models. It is designed to scale up from single servers to thousands of machines,each offering local computation and storage. Rather than rely on hardware to deliver high-availability, the library itself is designed to detect and handle failures at the application layer, so delivering a highly-available service on top of a cluster of computers, each of which may be prone to failures.

The project includes these modules:

. Hadoop common: The common utilities that support the other hadoop modules.

. Hadoop Distributed File System(HDFS): A distributed file system that provides high-throughput access to application data.

. Hadoop YARN: A framework for job scheduling and cluster Resource management.

. Hadoop MapReduce: A YARN-based system for parallel processing of large data sets.

上面这段文字涉及到这些关键信息:一是Hadoop是一个开源的框架;二是Hadoop能够进行大规模数据集地分布式处理;三是Hadoop能够用计算机集群存储海量数据;四是Hadoop可以从单一服务器扩展到成千上万的服务器,这些服务都能够提供本地化的存储和计算;五是Hadoop具有能够检测和处理应用层错误的能力;六是Hadoop包括Hadoop common/HDFS/Hadoop YARN/Hadoop MapReduce四个模块,每个模块负责各自的事务。

关于“Hadoop是什么?”这个Problem,我还想借用Chuck Lam先生在其书《Hadoop in Action》的描述。“Doug Cutting saw an opportunity and led the charge to develop an open source version of this MapReduce system called Hadoop””Hadoop, and large-scale distributed data processing in general, is rapidly becoming an important skill set for many programmers.”这些话告诉我们,Hadoop是由Doug Cutting 先生基于Google 的MapReduce system开发的一个开源版本,Hadoop 已成为许多程序员的一项重要技能,Hadoop通常适合于大规模分布式数据处理。

Resource

1)The Apache Hadoop 官网 http://hadoop.apache.org/

2)Google两篇论文:The Google File System

http://static.googleusercontent.com/media/research.google.com/zh-CN//archive/gfs-sosp2003.pdf

MapReduce:Simplified Data Processing on Large Clusters

http://static.googleusercontent.com/media/research.google.com/zh-CN//archive/mapreduce-osdi04.pdf

3)Hadoop in Action http://www.manning.com/lam/

4)Hadoop之父Doug Cutting http://www.programmer.com.cn/15929/

941大数据服务联盟提供服务包含个人版和企业版,个人版【大数据课程培训,大数据就业推荐咨询】企业版【大数据项目咨询,大数据平台搭建,大数据人才引荐】

,

免责声明:本文仅代表文章作者的个人观点,与本站无关。其原创性、真实性以及文中陈述文字和内容未经本站证实,对本文以及其中全部或者部分内容文字的真实性、完整性和原创性本站不作任何保证或承诺,请读者仅作参考,并自行核实相关内容。文章投诉邮箱:anhduc.ph@yahoo.com

    分享
    投诉
    首页