Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: trivial edits of HS2 cookie parameters (HIVE-9710)

...

  • Default Value: true
  • Added In: Hive 1.2.0 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: 86400s (1 day)
  • Added In: Hive 1.2.0 with HIVE-9710

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

hive.server2.thrift.http.cookie.path
  • Default Value: null (empty)
  • Added In: Hive 1.2.0 with HIVE-9710

Path for the HS2 HiveServer2 generated cookies.

hive.server2.thrift.http.cookie.domain
  • Default Value: null (empty)
  • Added In: Hive 1.2.0 with HIVE-9710

Domain for the HS2 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 HS2 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 HS2 HiveServer2 generated cookie.

hive.hadoop.classpath

...