Skip to content

Commit

Permalink
using env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianhao-Gu committed May 16, 2024
1 parent 68d386a commit 8e28235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ docker-compose up --build
docker exec -it spark-test-node \
sh -c '
/opt/bitnami/spark/bin/spark-submit \
--master spark://spark-master:7077 \
--master $SPARK_MASTER_URL \
examples/src/main/python/pi.py 10 \
2>/dev/null
'
Expand Down

0 comments on commit 8e28235

Please sign in to comment.