Skip to content

Commit e258044

Browse files
committed
Fixed small running on YARN docs typo
The backslash is needed for multiline command
1 parent 6a224c3 commit e258044

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
@@ -119,7 +119,7 @@ For example:
119119
--num-executors 3 \
120120
--driver-memory 4g \
121121
--executor-memory 2g \
122-
--executor-cores 1
122+
--executor-cores 1 \
123123
lib/spark-examples*.jar \
124124
10
125125

0 commit comments

Comments
 (0)