What are the key segments of hive architecture?



What are the key segments of hive architecture?..

Answer / Manju Rani

The main components of Hive's architecture include: 1) Client (HQL or Thrift), responsible for sending queries to the Hive Metastore and processing results; 2) Hive Metastore, which manages metadata and provides a unified view of data across various data warehouses; 3) Execution Engine, responsible for executing queries against the data stored in Hadoop Distributed File System (HDFS); 4) Data Warehouse/Database storing the actual data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Hive Interview Questions

What types of costs are associated in creating index on hive tables?

1 Answers  


The partition of hive table has been modified to point to a new directory location. Do I have to move the data to the new location or the data will be moved automatically to the new location?

1 Answers  


What is different table structure available in the hive?

1 Answers  


Differentiate between hive and hbase?

1 Answers  


How can you configure remote metastore mode in Hive?

1 Answers  


What will happen in case you have not issued the command: ‘set hive.enforce.bucketing=true;’ before bucketing a table in hive in apache hive 0.x or 1.x?

1 Answers  


What is “serde” in “hive”?

1 Answers  


Why is Hive not suitable for OLTP systems?

1 Answers  


When to choose "Internal Table" in Hive?

1 Answers  


What is BloomMapFile used for?

1 Answers  


how can we access the sub directories recursively?

1 Answers  


Is it possible to use same metastore by multiple users, in case of embedded hive?

1 Answers  


Categories