码迷,mamicode.com
首页 > Web开发 > 详细

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

时间:2015-04-07 19:58:46      阅读:183      评论:0      收藏:0      [点我收藏+]

标签:云帆大数据学院   mahout   graphx   hive   flume   sqoop   

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版本,解决了单点故障


本文出自 “云帆大数据” 博客,请务必保留此出处http://yfteach01.blog.51cto.com/9428662/1629676

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

标签:云帆大数据学院   mahout   graphx   hive   flume   sqoop   

原文地址:http://yfteach01.blog.51cto.com/9428662/1629676

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!