Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: update default for hive.zookeeper.session.timeout (HIVE-8890) – thanks for the reminder, Sergey Tryuber

...

hive.zookeeper.session.timeout
  • Default Value: 600000
    • Hive 0.7.0 to 1.1.x: 600000ms
    • Hive 1.2.0 and later: 1200000ms (HIVE-8890)
  • Added In: Hive 0.7.0

Zookeeper client's session timeout (in milliseconds). The client is disconnected, and as a result, all locks released, if a heartbeat is not sent in the timeout.

...