Skip to content

Commit

Permalink
Use -d when running docker-compose up (instead of the long option)
Browse files Browse the repository at this point in the history
Change-Id: I83acdc7e0f24a91256fbb70fad2ae6a362f2f1fd
  • Loading branch information
gray-matter committed Oct 11, 2018
1 parent 30662f4 commit 1efa960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launch_docker_platform.sh
Expand Up @@ -16,7 +16,7 @@ pushd ${DOCKER_COMPOSE_FOLDER}
docker-compose down

# Start containers
docker-compose up --build --detach
docker-compose up --build -d
popd

# Create garmadon ES template
Expand Down Expand Up @@ -86,4 +86,4 @@ docker-compose exec client /opt/spark/bin/spark-submit \
--conf spark.dynamicAllocation.minExecutors=1 --conf spark.dynamicAllocation.initialExecutors=4 \
--conf spark.dynamicAllocation.maxExecutors=4 --conf spark.dynamicAllocation.executorIdleTimeout=1s \
--class org.apache.spark.examples.sql.SparkSQLExample /opt/spark/examples/jars/spark-examples_2.11-2.2.2.jar
popd
popd

0 comments on commit 1efa960

Please sign in to comment.