Repository: spark
Updated Branches:
  refs/heads/master 28bcb9e9e -> 385b2ff10


[SPARK-6426][Doc]User could also point the yarn cluster config directory via 
YARN_CONF_DI...

...R

https://issues.apache.org/jira/browse/SPARK-6426

Author: WangTaoTheTonic <wangtao...@huawei.com>

Closes #5103 from WangTaoTheTonic/SPARK-6426 and squashes the following commits:

e6dd78d [WangTaoTheTonic] User could also point the yarn cluster config 
directory via YARN_CONF_DIR


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/385b2ff1
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/385b2ff1
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/385b2ff1

Branch: refs/heads/master
Commit: 385b2ff10d9ef5083df49233f77c8e873561dc16
Parents: 28bcb9e
Author: WangTaoTheTonic <wangtao...@huawei.com>
Authored: Fri Mar 20 18:42:18 2015 +0000
Committer: Sean Owen <so...@cloudera.com>
Committed: Fri Mar 20 18:42:18 2015 +0000

----------------------------------------------------------------------
 docs/submitting-applications.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/385b2ff1/docs/submitting-applications.md
----------------------------------------------------------------------
diff --git a/docs/submitting-applications.md b/docs/submitting-applications.md
index 57b0747..3ecbf23 100644
--- a/docs/submitting-applications.md
+++ b/docs/submitting-applications.md
@@ -133,10 +133,10 @@ The master URL passed to Spark can be in one of the 
following formats:
         Or, for a Mesos cluster using ZooKeeper, use 
<code>mesos://zk://...</code>.
 </td></tr>
 <tr><td> yarn-client </td><td> Connect to a <a href="running-on-yarn.html"> 
YARN </a> cluster in
-client mode. The cluster location will be found based on the HADOOP_CONF_DIR 
variable.
+client mode. The cluster location will be found based on the HADOOP_CONF_DIR 
or YARN_CONF_DIR variable.
 </td></tr>
 <tr><td> yarn-cluster </td><td> Connect to a <a href="running-on-yarn.html"> 
YARN </a> cluster in
-cluster mode. The cluster location will be found based on HADOOP_CONF_DIR.
+cluster mode. The cluster location will be found based on the HADOOP_CONF_DIR 
or YARN_CONF_DIR variable.
 </td></tr>
 </table>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to