Mention key components of Hive Architecture?



Mention key components of Hive Architecture?..

Answer / Priyanka Rani

The key components of Hive architecture are: 1) Client: Where users execute HiveQL queries. 2) Hive Metastore: Stores metadata information about tables, partitions, and other objects. 3) Driver: Translates HiveQL into MapReduce jobs. 4) Compiler: Converts HiveQL queries to intermediate forms like Logical Plan (Logical SQL), Physical Plan (Physical SQL), and Vectorized Plan. 5) Execution Engine: Splits the query into multiple stages, executes the map and reduce tasks using MapReduce, and aggregates the results.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Hive Interview Questions

Can the name of a view be same as the name of a hive table?

1 Answers  


How to change a column data type in Hive?

1 Answers  


Is Hive supports Temporary Tables?

1 Answers  


I want to see the present working directory in UNIX from hive. Is it possible to run this command from hive?

1 Answers  


What are different modes of metastore deployment in Hive?

1 Answers  


Explain about the different types of partitioning in Hive?

1 Answers  


Give examples of the SerDe classes whihc hive uses to Serializa and Deserilize data?

1 Answers  


Explain how can you change a column data type in Hive?

1 Answers  


how can we access the sub directories recursively?

1 Answers  


What is Internal and External table in Hive?

1 Answers  


Why do we need hive?

1 Answers  


What is the utilization of hcatalog?

1 Answers  


Categories