Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: edit hive.server2.in.place.progress & hive.tez.exec.inplace.progress, add hive.tez.exec.print.summary

...

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 HiveServer2 to send progress bar update information. This is currently available only if the execution engine is tez.

...