4. Disable Tez for Hive Queries

Use the following instructions to disable Tez for Hive queries:

  1. Exit from the open Hive shell.

    Set the environment variable $HIVE_AUX_JARS_PATH to not reference Tez:

    su - $HIVE_USER
    export HIVE_AUX_JARS_PATH="/usr/lib/hcatalog/share/hcatalog/hcatalog-core.jar"

    You can now use MapReduce v2 with Hive.


loading table of contents...