Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fix a typo ("failues") in hive.stats.retries.wait

...

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

...