Skip to content

Instantly share code, notes, and snippets.

@noemi-dresden
Last active March 28, 2019 20:24
Show Gist options
  • Save noemi-dresden/41af4a03a88fa55a49b5d83beba30164 to your computer and use it in GitHub Desktop.
Save noemi-dresden/41af4a03a88fa55a49b5d83beba30164 to your computer and use it in GitHub Desktop.
spark submit in docker without metrics
docker run --name spark-app \
-e ENABLE_INIT_DAEMON=false \
--link spark-master:spark-master \
--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