Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: revise heading for HS2 Web UI (HIVE-12338), minor edits

...

HttpOnly attribute of the HiveServer2 generated cookie.

hive.

...

hadoop.classpath
  • Default Value: (empty)
  • Added In: Hive 0.14.0 with HIVE-8340

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.

HiveServer2 Web UI

A web interface for HiveServer2 is introduced in release 2.x (see Web UI in Setting Up HiveServer2).

hive.server2.webui.host
  • Default Value: 0 0.0.0.0
  • Added In: Hive 2.x with HIVE-12338

The host address the HiveServer2 WebUI Web UI will listen on.   The web The Web UI can be used to access the HiveServer2 configuration, local logs, and metrics. It can also be used to check some information about those active sessions and queries being executed.

hive.server2.webui.port
  • Default Value: 10002 10002
  • Added In: Hive 2.x with HIVE-12338

The port the HiveServer2 WebUI Web UI will listen on.  Set Set to 0 or a negative number to disable hive.server2.webui the HiveServer2 Web UI feature.

hive.server2.webui.max.threads
  • Default Value: 50 50
  • Added In: Hive 2.x with HIVE-12338

The max HiveServer2 WebUI threads.

hive.hadoop.classpath
  • Default Value: (empty)
  • Added In: Hive 0.14.0 with HIVE-8340

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.xmlmaximum number of HiveServer2 Web UI threads.

Spark

Apache Spark was added in Hive 1.1.0 (HIVE-7292 and the merge-to-trunk JIRA's HIVE-9257, 9352, 9448). For information see the design document Hive on Spark and Hive on Spark: Getting Started.

...