You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by tg...@apache.org on 2014/06/23 17:56:10 UTC

git commit: Fixed small running on YARN docs typo

Repository: spark
Updated Branches:
  refs/heads/master e380767de -> b88238fae


Fixed small running on YARN docs typo

The backslash is needed for multiline command

Author: Vlad <fr...@gmail.com>

Closes #1158 from frol/patch-1 and squashes the following commits:

e258044 [Vlad] Fixed small running on YARN docs typo


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

Branch: refs/heads/master
Commit: b88238faeed8ba723986cf78d64f84965facb236
Parents: e380767
Author: Vlad <fr...@gmail.com>
Authored: Mon Jun 23 10:55:49 2014 -0500
Committer: Thomas Graves <tg...@apache.org>
Committed: Mon Jun 23 10:55:49 2014 -0500

----------------------------------------------------------------------
 docs/running-on-yarn.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/b88238fa/docs/running-on-yarn.md
----------------------------------------------------------------------
diff --git a/docs/running-on-yarn.md b/docs/running-on-yarn.md
index 43b06df..5d8d603 100644
--- a/docs/running-on-yarn.md
+++ b/docs/running-on-yarn.md
@@ -128,7 +128,7 @@ For example:
         --num-executors 3 \
         --driver-memory 4g \
         --executor-memory 2g \
-        --executor-cores 1
+        --executor-cores 1 \
         lib/spark-examples*.jar \
         10