aboutsummaryrefslogtreecommitdiff
path: root/docs/running-on-mesos.md
diff options
context:
space:
mode:
authorDongjoon Hyun <dongjoon@apache.org>2016-03-18 21:32:48 -0700
committerReynold Xin <rxin@databricks.com>2016-03-18 21:32:48 -0700
commitc11ea2e4138acdd8d4ed487049ded35346bca528 (patch)
tree85f112e9d24eea294fb93fa82383b15b9eabfa77 /docs/running-on-mesos.md
parentf43a26ef9260396761e28aafd5c7b9600c2b04d9 (diff)
downloadspark-c11ea2e4138acdd8d4ed487049ded35346bca528.tar.gz
spark-c11ea2e4138acdd8d4ed487049ded35346bca528.tar.bz2
spark-c11ea2e4138acdd8d4ed487049ded35346bca528.zip
[MINOR][DOCS] Update build descriptions and commands
## What changes were proposed in this pull request? This PR updates Scala and Hadoop versions in the build description and commands in `Building Spark` documents. ## How was this patch tested? N/A Author: Dongjoon Hyun <dongjoon@apache.org> Closes #11838 from dongjoon-hyun/fix_doc_building_spark.
Diffstat (limited to 'docs/running-on-mesos.md')
-rw-r--r--docs/running-on-mesos.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/running-on-mesos.md b/docs/running-on-mesos.md
index 3a832de95f..293a82882e 100644
--- a/docs/running-on-mesos.md
+++ b/docs/running-on-mesos.md
@@ -167,8 +167,8 @@ For example:
./bin/spark-submit \
--class org.apache.spark.examples.SparkPi \
--master mesos://207.184.161.138:7077 \
- --deploy-mode cluster
- --supervise
+ --deploy-mode cluster \
+ --supervise \
--executor-memory 20G \
--total-executor-cores 100 \
http://path/to/examples.jar \