Command Line Installation
Also available as:
PDF
loading table of contents...

Disabling Tez for Hive Queries

To disable Tez for Hive queries:

On the Hive client machine, add the following to your Hive script or execute it in the Hive shell:

set hive.execution.engine=mr; 

Tez is then disabled for Hive queries.