From 96452eea56c289e25a711ca54c812723a5059739 Mon Sep 17 00:00:00 2001 From: "Y.CORP.YAHOO.COM\\tgraves" Date: Fri, 30 Aug 2013 16:04:31 -0500 Subject: fix up minor things --- docs/running-on-yarn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.3