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://pic.womengda.cn/upload/getfiles/default/2022/11/14/20221114112926877.jpg" />
(3) 从Lucene到nutch,从nutch到hadoop
650) this.width=650;" src="https://pic.womengda.cn/upload/getfiles/default/2022/11/14/20221114112927082.jpg" />
1.3 Hadoop版本演化
650) this.width=650;" src="https://pic.womengda.cn/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简介与版本_云帆大数据学院
基础教程推荐
- linux下安装apache与php;Apache+PHP+MySQL配置攻略 2023-08-07
- 服务器添加git钩子的步骤 2022-12-12
- apache和nginx结合使用 2023-09-10
- centos 7 安装及配置zabbix agent 2023-09-24
- IIS 6 的 PHP 最佳配置方法 2022-09-01
- 实战Nginx_取代Apache的高性能Web服务器 2023-09-29
- Apache服务器配置攻略3 2022-09-01
- Apache Hudi数据布局黑科技降低一半查询时间 2022-10-06
- linux之conda环境安装全过程 2023-07-11
- nginx.conf(centos7 1.14)主配置文件修改 2023-09-23