aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWangTaoTheTonic <wangtao111@huawei.com>2015-03-20 18:42:18 +0000
committerSean Owen <sowen@cloudera.com>2015-03-20 18:42:18 +0000
commit385b2ff10d9ef5083df49233f77c8e873561dc16 (patch)
tree5b6dcacb85e2d9b7bf6969c61205f79f6dd9be08 /docs
parent28bcb9e9e86a4b643fbf96b2b7e03928ebcfc060 (diff)
downloadspark-385b2ff10d9ef5083df49233f77c8e873561dc16.tar.gz
spark-385b2ff10d9ef5083df49233f77c8e873561dc16.tar.bz2
spark-385b2ff10d9ef5083df49233f77c8e873561dc16.zip
[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 <wangtao111@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
Diffstat (limited to 'docs')
-rw-r--r--docs/submitting-applications.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/submitting-applications.md b/docs/submitting-applications.md
index 57b074778f..3ecbf2308c 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>