Versions Compared

Key

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

...

When true, HiveServer2 operation logs available for clients will be verbose.

hive.server2.thrift.http.cookie.auth.enabled
  • Default Value: true
  • Added In: Hive 1.2 with HIVE-9710

When true, HiveServer2 in HTTP transport mode, will use cookie based authentication mechanism.

hive.server2.thrift.http.cookie.max.age
  • Default Value: 1 day
  • Added In: Hive 1.2 with HIVE-9710

Maximum age in seconds for server side cookie used by HS2 in HTTP mode.

hive.server2.thrift.http.cookie.path
  • Default Value: null
  • Added In: Hive 1.2 with HIVE-9710

Path for the HS2 generated cookies.

hive.server2.thrift.http.cookie.domain
  • Default Value: null
  • Added In: Hive 1.2 with HIVE-9710

Domain for the HS2 generated cookies.

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

Secure attribute of the HS2 generated cookie.

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

HttpOnly attribute of the HS2 generated cookie.

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

...