Q&A
Ask and answer questions to make information more available to wider audiences.
Grace Jeanes @jeanesgrace   14, Jun 2023 12:00 AM
components used in Hive Query Processor
What are the components used in Hive Query Processor?
answers 2
 
Answer 1
Jose Grimsbro @josegrimsbro   21, Jun 2023 12:30 PM
Parse and Semantic Analysis (ql/parse)
Metadata Layer (ql/metadata)
Type Interfaces (ql/typeinfo)
Sessions (ql/session)
Map/Reduce Execution Engine (ql/exec)
Plan Components (ql/plan)
Hive Function Framework (ql/udf)
Tools (ql/tools)
Optimizer (ql/optimizer)

 
Answer 2
Michaela Samuel @samuelmichaela5   21, Jun 2023 11:32 AM
Following are the components of a Hive Query Processor:
Parse and Semantic Analysis (ql/parse)
Metadata Layer (ql/metadata)
Type Interfaces (ql/typeinfo)
Sessions (ql/session)
Map/Reduce Execution Engine (ql/exec)
Plan Components (ql/plan)