Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/21088#discussion_r184542727
--- Diff: docs/configuration.md ---
@@ -328,6 +328,11 @@ Apart from these, the following properties are also
available, and may be useful
Note that it is illegal to set Spark properties or maximum heap size
(-Xmx) settings with this
option. Spark properties should be set using a SparkConf object or the
spark-defaults.conf file
used with the spark-submit script. Maximum heap size settings can be
set with spark.executor.memory.
+
+ The following symbols, if present will be interpolated: {{APP_ID}}
will be replaced by
+ Application Id and {{EXECUTOR_ID}} will be replaced by Executor Id.
For example, to enable
--- End diff --
nit: "application ID", "executor ID".
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]