Skip to content

Commit b88238f

Browse files
froltgravescs
authored andcommitted
Fixed small running on YARN docs typo
The backslash is needed for multiline command Author: Vlad <[email protected]> Closes apache#1158 from frol/patch-1 and squashes the following commits: e258044 [Vlad] Fixed small running on YARN docs typo
1 parent e380767 commit b88238f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/running-on-yarn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ For example:
128128
--num-executors 3 \
129129
--driver-memory 4g \
130130
--executor-memory 2g \
131-
--executor-cores 1
131+
--executor-cores 1 \
132132
lib/spark-examples*.jar \
133133
10
134134

0 commit comments

Comments
 (0)