您的位置:首页 > 大数据

企业级Hadoop 2.x入门系列之一Apache Hadoop 2.x简介与版本_云帆大数据学院

2015-04-07 15:44 776 查看

1.1 Hadoop简介

从Hadoop官网获得Hadoop的介绍:http://hadoop.apache.org/

(1)What Is Apache Hadoop?

TheApache Hadoop project develops open-source software for reliable, scalable, distributed computing.TheApache Hadoop software library is a framework that allows for the distributedprocessing of large data sets across clusters of computers using simpleprogramming models. It is designed to scale up from single servers to thousandsof machines, each offering local computation and storage. Rather than rely onhardware to deliver high-availability, the library itself is designed to detectand handle failures at the application layer, so delivering a highly-availableservice on top of a cluster of computers, each of which may be prone tofailures.

(2)The project includesthese modules:

- Hadoop Common: The common utilities that support the other Hadoop modules.- Hadoop Distributed File System (HDFS): A distributed file system that provideshigh-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.-

(3) Other Hadoop-relatedprojects at Apache include:

Ambari: A web-based tool for provisioning,managing, and monitoring Apache Hadoop clusters which includes support forHadoop HDFS, Hadoop MapReduce, Hive, HCatalog, HBase, ZooKeeper, Oozie, Pig andSqoop. Ambari also provides a dashboard for viewing cluster health such asheatmaps and ability to view MapReduce, Pig and Hive applications visuallyalongwith features to diagnose their performance characteristics in a user-friendlymanner.Avro: A data serialization system.Cassandra: A scalable multi-master database with nosingle points of failure.Chukwa: A data collection system for managinglarge distributed systems.HBase: A scalable, distributed database that supportsstructured data storage for large tables.Hive: A data warehouse infrastructure thatprovides data summarization and ad hoc querying.Mahout: A Scalable machine learning and datamining library.Pig: A high-level data-flow language andexecution framework for parallel computation.Spark: A fast and general compute engine forHadoop data. Spark provides a simple and expressive programming model thatsupports a wide range of applications, including ETL, machine learning, streamprocessing, and graph computation.Tez: A generalized data-flow programmingframework, built on Hadoop YARN, which provides a powerful and flexible engineto execute an arbitrary DAG of tasks to process data for both batch andinteractive use-cases. Tez is being adopted by Hive, Pig and other frameworksin the Hadoop ecosystem, and also by other commercial software (e.g. ETLtools), to replace Hadoop MapReduce as the underlying execution engine.ZooKeeper: A high-performance coordination servicefor distributed applications.

1.2 Hadoop起源

(1) 概览

u Apache Lucene 开源的高性能全文检索工具包u Apache Nutch 开源的 Web 搜索引擎u Google 三大论文 MapReduce / GFS / BigTableu Apache Hadoop 大规模数据处理

(2) Lucene



(3) 从Lucene到nutch,从nutch到hadoop


1.3 Hadoop版本演化



主要分为3个版本:(1) 以0.20.x和1.x.x位主的分支- 2010年:0.20.2版本增加了append和security特性- 2011年年底发布了1.0版本(2) 以0.23.x为主- 2011年10月发布了0.23.0版本,增加了YARN(3) 以2.x.x为主- 2012年3月份发布了2.0版本,解决了单点故障

本文出自 “云帆大数据” 博客,请务必保留此出处http://yfteach01.blog.51cto.com/9428662/1629676
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: