aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorjerryshao <sshao@hortonworks.com>2016-05-27 11:31:25 -0700
committerMarcelo Vanzin <vanzin@cloudera.com>2016-05-27 11:31:25 -0700
commit1b98fa2e4382d3d8385cf1ac25d7fd3ae5650475 (patch)
tree5616db9f72d7e6a46f8832159c51fba57c34369a /conf
parent623aae5907f4ba8b7079c21328e0c0b5fef7bb00 (diff)
downloadspark-1b98fa2e4382d3d8385cf1ac25d7fd3ae5650475.tar.gz
spark-1b98fa2e4382d3d8385cf1ac25d7fd3ae5650475.tar.bz2
spark-1b98fa2e4382d3d8385cf1ac25d7fd3ae5650475.zip
[YARN][DOC][MINOR] Remove several obsolete env variables and update the doc
## What changes were proposed in this pull request? Remove several obsolete env variables not supported for Spark on YARN now, also updates the docs to include several changes with 2.0. ## How was this patch tested? N/A CC vanzin tgravescs Author: jerryshao <sshao@hortonworks.com> Closes #13296 from jerryshao/yarn-doc.
Diffstat (limited to 'conf')
-rwxr-xr-xconf/spark-env.sh.template4
1 files changed, 0 insertions, 4 deletions
diff --git a/conf/spark-env.sh.template b/conf/spark-env.sh.template
index a031cd6a72..9cffdc30c2 100755
--- a/conf/spark-env.sh.template
+++ b/conf/spark-env.sh.template
@@ -40,10 +40,6 @@
# - SPARK_EXECUTOR_CORES, Number of cores for the executors (Default: 1).
# - SPARK_EXECUTOR_MEMORY, Memory per Executor (e.g. 1000M, 2G) (Default: 1G)
# - SPARK_DRIVER_MEMORY, Memory for Driver (e.g. 1000M, 2G) (Default: 1G)
-# - SPARK_YARN_APP_NAME, The name of your application (Default: Spark)
-# - SPARK_YARN_QUEUE, The hadoop queue to use for allocation requests (Default: 'default')
-# - SPARK_YARN_DIST_FILES, Comma separated list of files to be distributed with the job.
-# - SPARK_YARN_DIST_ARCHIVES, Comma separated list of archives to be distributed with the job.
# Options for the daemons used in the standalone deploy mode
# - SPARK_MASTER_IP, to bind the master to a different IP address or hostname