Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For the Windows operating system, Hive needs to pass the HIVE_HADOOP_CLASSPATH Java parameter while starting HiveServer2 using "-hiveconf hive.hadoop.classpath=%HIVE_LIB%". Users can set this parameter in hiveserver2.xml.

hive.server2.in.place.progress
  • Default Value: true
  • Added In: Hive 2.2.0 with HIVE-15473

Allows hive server 2 to send progress bar update information. This is currently available only if the execution engine is tez.

HiveServer2 Web UI

A web interface for HiveServer2 is introduced in release 2.0.0 (see Web UI for HiveServer2).

...

When auto reducer parallelism is enabled this factor will be used to put a lower limit to the number of reducers that Tez specifies.

hive.tez.exec.inplace.progress
  • Default Value: true
  • Added In: Hive 0.14.0 with HIVE-8495

Updates tez job execution progress in-place in the terminal when hive-cli is used.

LLAP

Live Long and Process (LLAP) functionality was added in Hive 2.0 (HIVE-7926 and associated tasks).  For details see LLAP in Hive.

...