What are the different parts of Hive ?



What are the different parts of Hive ?..

Answer / Mukesh Kumar Chhonkar

The different parts of Hive are as follows:n
1. Driver: Handles the communication between Hive and the client.
2. Service Manager: Manages multiple services such as Compilation Manager, Metastore, and Execution Engine.
3. Compilation Manager: Translates SQL queries into a format understandable by the Execution Engine (MR, Tez, or Spark).
4. Metastore: Stores metadata about the tables in the Hive warehouse.
5. Execution Engine: Executes the translated tasks on data stored in HDFS.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Hive Interview Questions

what is hadoop archive?

1 Answers  


Why hive does not store metadata information in hdfs?

1 Answers  


Hive new version supported Hadoop Versions ?

1 Answers  


What are the three different modes in which hive can be run?

1 Answers  


What is “serde” in “hive”?

1 Answers  


Whenever we run hive query, new metastore_db is created. Why?

1 Answers  


What is CTE Table in Hive?

1 Answers  


What is a hive in big data?

1 Answers  


Which java class handles the output record encoding into files which result from Hive queries?

1 Answers  


What are the views in Hive?

1 Answers  


What are the 2 types of table in hive?

1 Answers  


RLIKE in Hive?

1 Answers  


Categories