Skip to content

Instantly share code, notes, and snippets.

@noemi-dresden
Last active March 28, 2019 20:24
Show Gist options
  • Save noemi-dresden/df187a9e35344ba909da80172f562abb to your computer and use it in GitHub Desktop.
Save noemi-dresden/df187a9e35344ba909da80172f562abb to your computer and use it in GitHub Desktop.
Spark submit using docker
docker run --name spark-app \
-e ENABLE_INIT_DAEMON=false \
--link spark-master:spark-master \
-v path/to-your/metrics.properties:/spark/conf/metrics.properties \
--network=same-network-as-master-and-worker \
spark-app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment