Concept Flow - Hive architecture
User submits Hive query
Hive Driver parses query
Compiler converts query to execution plan
Metastore provides metadata
Execution Engine runs plan
Hadoop executes MapReduce or Tez jobs
Results returned to User
This flow shows how a Hive query moves from user input through parsing, planning, execution, and finally returning results using Hadoop components.