Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added hive.server2.webui configs

...

Domain for the HiveServer2 generated cookies.

hive.server2.thrift.http.cookie.is.secure
  • Default Value: true
  • Added In: Hive 1.2.0 with HIVE-9710

Secure attribute of the HiveServer2 generated cookie.

hive.server2.thrift.http.cookie.is.httponly
  • Default Value: true
  • Added In: Hive 1.2.0 with HIVE-9710

HttpOnly attribute of the HiveServer2 generated cookie.

hive.server2.webui

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

The host address the HiveServer2 WebUI will listen on.   The web UI can be used to access the HiveServer2 configuration, local logs, 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
  • Added In: Hive 2.x with HIVE-12338

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

hive.server2.webui.max.threads
  • Default Value: 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

...