Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: (Added doc for hive.timedout.txn.reaper.start and hive.timedout.txn.reaper.interval)

...

Time after which transactions are declared aborted if the client has not sent a heartbeat, in seconds.

hive.timedout.txn.reaper.start
  • Default Value: 100s
  • Added In: Hive 1.3.0 with HIVE-11317

Time delay of first reaper (the process which aborts timed-out transactions) run after the metastore start.

hive.timedout.txn.reaper.interval
  • Default Value: 180s
  • Added In: Hive 1.3.0 with HIVE-11317

Time interval describing how often the reaper (the process which aborts timed-out transactions) runs.

hive.txn.max.open.batch
  • Default Value: 1000
  • Added In: Hive 0.13.0 with HIVE-5843

...