aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorY.CORP.YAHOO.COM\tgraves <tgraves@thatenemy-lm.champ.corp.yahoo.com>2013-08-30 16:04:31 -0500
committerY.CORP.YAHOO.COM\tgraves <tgraves@thatenemy-lm.champ.corp.yahoo.com>2013-08-30 16:04:31 -0500
commit96452eea56c289e25a711ca54c812723a5059739 (patch)
tree61bcc26260c5c7ad5d2d55cdfb13e6112925fabf /docs
parentbac46266a97a6096d6d772e023a3362fd48baac0 (diff)
downloadspark-96452eea56c289e25a711ca54c812723a5059739.tar.gz
spark-96452eea56c289e25a711ca54c812723a5059739.tar.bz2
spark-96452eea56c289e25a711ca54c812723a5059739.zip
fix up minor things
Diffstat (limited to 'docs')
-rw-r--r--docs/running-on-yarn.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/running-on-yarn.md b/docs/running-on-yarn.md
index 3f0d077f71..2f0d71fc35 100644
--- a/docs/running-on-yarn.md
+++ b/docs/running-on-yarn.md
@@ -49,7 +49,7 @@ Most of the configs are the same for Spark on YARN as other deploys. See the Con
Environment variables:
* `SPARK_YARN_USER_ENV`, to add environment variables to the Spark processes launched on YARN. This can be a comma separated list of environment variables. ie SPARK_YARN_USER_ENV="JAVA_HOME=/jdk64,FOO=bar"
-Properties:
+System Properties:
* 'spark.yarn.applicationMaster.waitTries', property to set the number of times the ApplicationMaster waits for the the spark master and then also the number of tries it waits for the Spark Context to be intialized. Default is 10.
# Launching Spark on YARN