Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added hive.exec.mode.local.auto.inputbytes.max, hive.exec.mode.local.tasks.max, and hive.exec.mode.local.auto.input.files.max

...

  • Default Value: false
  • Added In: Hive 0.7.0 with HIVE-1408

Let Lets Hive determine whether to run in local mode automatically.

hive.exec.mode.local.auto.inputbytes.max
  • Default Value: 134217728
  • Added In: Hive 0.7.0 with HIVE-1408

When hive.exec.mode.local.auto is true, input bytes should less than this for local mode.

hive.exec.mode.local.auto.tasks.max
  • Default Value: 4
  • Added In: Hive 0.7.0 with HIVE-1408
  • Removed In: Hive 0.9.0 with HIVE-2651

When hive.exec.mode.local.auto is true, the number of tasks should less than this for local mode. Replaced in Hive 0.9.0 by hive.exec.mode.local.auto.input.files.max.

hive.exec.mode.local.auto.input.files.max
  • Default Value: 4
  • Added In: Hive 0.9.0 with HIVE-2651

When hive.exec.mode.local.auto is true, the number of tasks should less than this for local mode.

hive.exec.drop.ignorenonexistent

...

For WebHCat configuration, see Configuration Variables in the WebHCat manual.