- 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.
- Learning ArcGIS Pro
- YARN Essentials
- R的極客理想:工具篇
- Visual FoxPro程序設(shè)計(jì)
- 小程序,巧應(yīng)用:微信小程序開(kāi)發(fā)實(shí)戰(zhàn)(第2版)
- Laravel Application Development Blueprints
- Windows Phone 8 Game Development
- 從零開(kāi)始學(xué)UI:概念解析、實(shí)戰(zhàn)提高、突破規(guī)則
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- Flutter從0基礎(chǔ)到App上線
- Learning Redux
- PostGIS Cookbook
- 梔子貓的奇幻編程之旅:21天探索信息學(xué)奧賽C++編程
- Getting Started with Kubernetes
- C++程序設(shè)計(jì)基礎(chǔ)(下)