Repository: spark
Updated Branches:
  refs/heads/branch-1.0 dedd70903 -> d51eba56c


Fixed small running on YARN docs typo

The backslash is needed for multiline command

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

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

e258044 [Vlad] Fixed small running on YARN docs typo

(cherry picked from commit b88238faeed8ba723986cf78d64f84965facb236)
Signed-off-by: Thomas Graves <tgra...@apache.org>


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

Branch: refs/heads/branch-1.0
Commit: d51eba56caa10257491b9cfdbef95863b1d1b989
Parents: dedd709
Author: Vlad <frolv...@gmail.com>
Authored: Mon Jun 23 10:55:49 2014 -0500
Committer: Thomas Graves <tgra...@apache.org>
Committed: Mon Jun 23 10:56:33 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/d51eba56/docs/running-on-yarn.md
----------------------------------------------------------------------
diff --git a/docs/running-on-yarn.md b/docs/running-on-yarn.md
index 4243ef4..fe01ca1 100644
--- a/docs/running-on-yarn.md
+++ b/docs/running-on-yarn.md
@@ -105,7 +105,7 @@ For example:
         --num-executors 3 \
         --driver-memory 4g \
         --executor-memory 2g \
-        --executor-cores 1
+        --executor-cores 1 \
         lib/spark-examples*.jar \
         10
 

Reply via email to