diff --git a/launch_docker_platform.sh b/launch_docker_platform.sh index 3d8ae8d6..6496a8a6 100755 --- a/launch_docker_platform.sh +++ b/launch_docker_platform.sh @@ -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 @@ -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 \ No newline at end of file +popd