Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: move hive.spark.explain.user to Spark section, add xref from hive.explain.user, add hive.explain.user to Tez list

...

Whether to show explain result at user levelWhen enabled, will log EXPLAIN output for the query at user level. (Tez only.  For Spark, see hive.spark.explain.user

...

  • Default Value: false
  • Added In: Hive 3.0.0 with HIVE-11133

Whether to show explain result at user level for Hive-on-Spark queries. When enabled, will log EXPLAIN output for the query at user level..)

hive.typecheck.on.insert
  • Default Value: true
  • Added In: Hive 0.12.0 with HIVE-5297 for insert partition
  • Extended In: Hive 1.2 with HIVE-10307 for alter, describe partition, etc.

...

Updates Spark job execution progress in-place in the terminal.

hive.spark.explain.user
  • Default Value: false
  • Added In: Hive 3.0.0 with HIVE-11133

Whether to show explain result at user level for Hive-on-Spark queries. When enabled, will log EXPLAIN output for the query at user level.

Remote Spark Driver

The remote Spark driver is the application launched in the Spark cluster, that submits the actual Spark job. It was introduced in HIVE-8528. It is a long-lived application initialized upon the first query of the current user, running until the user's session is closed. The following properties control the remote communication between the remote Spark driver and the Hive client that spawns it.

...

hive.jar.directory

...