企業級Hadoop 2.x入門系列之一Apache Hadoop 2.x簡介與版本_雲帆大數據學院

1.1 Hadoop簡介

從Hadoop官網獲得Hadoop的介紹:http://hadoop.apache.org/

(1)What Is Apache Hadoop?

TheApache Hadoop project develops open-source software for reliablescalabledistributed 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 / BigTable

u   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版本,解決了單點故障


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章