Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add hive.spark.client.rpc.max.size to Remote Spark Driver section

...

Maximum number of threads for remote Spark driver's RPC event loop.

hive.spark.client.rpc.max.size
  • Default Value: 52,428,800 (50 * 1024 * 1024, or 50 MB)
  • Added In: Hive 1.1.0 with HIVE-9337

Maximum message size in bytes for communication between Hive client and remote Spark driver. Default is 50 MB.

hive.spark.client.channel.log.level
  • Default Value: null (empty)
  • Added In: Hive 1.1.0 with HIVE-9337

Channel logging level for remote Spark driver.  One One of DEBUG, ERROR, INFO, TRACE, WARN. If unset, TRACE is chosen.

...