Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add hive.exec.submit.local.task.via.child to Test Properties (HIVE-7271)

...

This is the port the Hive Web Interface will listen on.

Test Properties

Note:  This is an incomplete list of configuration properties used by developers when running Hive tests. For other test properties, search for "hive.test." in hive-default.xml.template or HiveConf.java.

hive.test.mode
  • Default Value: false
  • Added In: Hive 0.4.0

...

If Hive is running in test mode, don't sample the above comma separated list of tables.

hive.exec.submit.local.task.via.child
  • Default Value: true
  • Added In: Hive 0.14.0 with HIVE-7271

Determines whether local tasks (typically mapjoin hashtable generation phase) run in a separate JVM (true recommended) or not. Avoids the overhead of spawning new JVMs, but can lead to out-of-memory issues. A false setting is only useful when running unit tests. See HIVE-7271 for details.

HCatalog Configuration Properties

...