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.TheAp...

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 / BigTable
u Apache Hadoop
大规模数据处理
(2) Lucene
650) this.width=650;" src="https://imgs.dedegg.com/upload/getfiles/default/2022/11/14/20221114112926877.jpg" />
(3) 从Lucene到nutch,从nutch到hadoop
650) this.width=650;" src="https://imgs.dedegg.com/upload/getfiles/default/2022/11/14/20221114112927082.jpg" />
1.3 Hadoop版本演化
650) this.width=650;" src="https://imgs.dedegg.com/upload/getfiles/default/2022/11/14/20221114112927380.jpg" />
主要分为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
原文:http://yfteach01.blog.51cto.com/9428662/1629676
本文标题为:企业级Hadoop 2.x入门系列之一Apache Hadoop 2.x简介与版本_云帆大数据学院


基础教程推荐
- Apache Kafka 2.5 稳定版发布,新特性抢先看 2023-09-11
- P3 利用Vulnhub复现漏洞 - Apache SSI 远程命令执行漏洞 2023-09-10
- 通过StatefulSet部署有状态服务应用实现方式 2022-10-01
- Centos7 nginx的安装以及开机自启动的设置 2023-09-22
- windows环境下apache-apollo服务器搭建 2023-09-10
- Centos 安装Django2.1 2023-09-24
- RFO SIG之openEuler AWS AMI 制作详解 2022-12-28
- 为Win2003服务器打造铜墙铁壁的方法步骤 2022-09-01
- Apache CarbonData 1.0.0发布及其新特性介绍 2023-09-11
- Docker容器操作方法详解 2022-11-13