Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: edit hive.server2.idle.session.timeout & hive.server2.idle.operation.timeout

...

  • Default Value: 0ms
  • Added In: Hive 0.14.0 with HIVE-5799

With With hive.server2.session.check.interval is set with  set to a positive time value, session will be closed when it's not accessed for this duration of time, which can be disabled by setting to zero or negative value.

hive.server2.

...

idle.

...

operation.

...

timeout
  • Default Value: 0ms
  • Added In: Hive 0.14.0 with HIVE-5799

With hiveWith hive.server2.session.check.interval is set with to a positive time value, operation will be closed when it's not accessed for this duration of time, which can be disabled by setting to zero value. 

With positive value, it's checked for operations in terminal state only (FINISHED, CANCELED, CLOSED, ERROR).

...

With negative value, it's checked for all of the operations regardless of state.

Tez

Apache Tez was added in Hive 0.13.0 (HIVE-4660 and HIVE-6098).  For information see the design document Hive on Tez, especially the Installation and Configuration section.

...