Versions Compared

Key

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

...

The base waiting window (in milliseconds) before the next retry. The actual wait time is calculated by baseWindow * failues + baseWindow * (failure + 1) * (random number between 0.0,1.0).

hive.stats.reliable
  • Default Value: false
  • Added In: Hive 0.10.0 with HIVE-1653
  • New Behavior In:  Hive 0.13.0 with HIVE-3777

Whether queries will fail because statistics cannot be collected completely accurately. If this is set to true, reading/writing from/into a partition may fail becuase the statistics could not be computed accurately.

In Hive 0.13.0 and later, ...........

hive.client.stats.publishers
  • Default Value: (empty)
  • Added In:

...