May 2017
Beginner to intermediate
596 pages
15h 2m
English
Apache Hive was created by Facebook, and provides data warehouse capability on top of Hadoop. Its main capability is data summarization and ad-hoc query execution on Hadoop.
Hive contains two components, namely these:
Query execution is done through uses of Hive Query Language (HQL or HiveQL), very much similar to SQL. Query results produced are performant and real time using various indexing capabilities. Apache Hive is capable of batch and real-time data processing alike.
Similar to Apache Pig, Hive also allows you to write User Defined Function ...