- Apache Hive Essentials
- Dayong Du
- 266字
- 2021-07-23 20:25:28
Overview of the Hadoop ecosystem
Hadoop was first released by Apache in 2011 as version 1.0.0. It only contained HDFS and MapReduce. Hadoop was designed as both a computing (MapReduce) and storage (HDFS) platform from the very beginning. With the increasing need for big data analysis, Hadoop attracts lots of other software to resolve big data questions together and merges to a Hadoop-centric big data ecosystem. The following diagram gives a brief introduction to the Hadoop ecosystem and the core software or components in the ecosystems:

The Hadoop ecosystem
In the current Hadoop ecosystem, HDFS is still the major storage option. On top of it, snappy, RCFile, Parquet, and ORCFile could be used for storage optimization. Core Hadoop MapReduce released a version 2.0 called Yarn for better performance and scalability. Spark and Tez as solutions for real-time processing are able to run on the Yarn to work with Hadoop closely. HBase is a leading NoSQL database, especially when there is a NoSQL database request on the deployed Hadoop clusters. Sqoop is still one of the leading and matured tools for exchanging data between Hadoop and relational databases. Flume is a matured distributed and reliable log-collecting tool to move or collect data to HDFS. Impala and Presto query directly against the data on HDFS for better performance. However, Hortonworks focuses on Stringer initiatives to make Hive 100 times faster. In addition, Hive over Spark and Hive over Tez offer a choice for users to run Hive on other computing frameworks rather than MapReduce. As a result, Hive is playing more important roles in the ecosystem than ever.
- 程序員面試筆試寶典(第3版)
- WSO2 Developer’s Guide
- Microsoft System Center Orchestrator 2012 R2 Essentials
- 圖數據庫實戰
- Getting Started with Python and Raspberry Pi
- Unity Character Animation with Mecanim
- C++程序設計教程(第2版)
- Python數據可視化之美:專業圖表繪制指南(全彩)
- C語言程序設計
- Microsoft HoloLens By Example
- R語言實戰(第2版)
- 虛擬現實建模與編程(SketchUp+OSG開發技術)
- Java EE實用教程
- Learning Scrapy
- 精通Oracle 12c 數據庫管理