Hive - Engine

Card Puncher Data Processing

About

The SQL Processing engine of hive

SQL query are converted to a physical operator tree which is optimized and converted to the underlining engine via the calcite engine.

Most of the existing query optimizations in Hive are about minimizing shuffling cost.

List

set hive.execution.engine='mr';

Documentation / Reference





Discover More
Hive System Architecture
Hive - Architecture

Example of System architecture with Map/Reduce as Engine. where: (for UI) Job Tracker: ...
Card Puncher Data Processing
Hive - MapReduce Engine

is an engine in hive
Tez Hive Query Diagnostic
Hive - Query (SELECT)

in Hive. The SQL language of Hive is called hiveql. ...
Card Puncher Data Processing
Hive - Spark Engine

Hive on Spark provides Hive with the ability to utilize Apache Spark as its execution engine Instead of the capacity scheduler, the fair scheduler is required. ConfigurationProperties...



Share this page:
Follow us:
Task Runner