Merge branch 'master' of github.com:yeasy/docker-compose-files

pull/125/head
Baohua Yang 2018-09-11 10:51:25 +08:00
commit 85d330dfc9
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# All nodes will become a cluster automatically.
# You can run: docker-compose scale worker=2
# After startup, try submit a pi calculation application.
# /urs/local/spark/bin/spark-submit --master spark://master:7077 --class org.apache.spark.examples.SparkPi /usr/local/spark/lib/spark-examples-1.4.0-hadoop2.6.0.jar 1000
# /usr/local/spark/bin/spark-submit --master spark://master:7077 --class org.apache.spark.examples.SparkPi /usr/local/spark/lib/spark-examples-1.4.0-hadoop2.6.0.jar 1000
master:
image: sequenceiq/spark:1.4.0