Last active
March 28, 2019 20:24
-
-
Save noemi-dresden/41af4a03a88fa55a49b5d83beba30164 to your computer and use it in GitHub Desktop.
spark submit in docker without metrics
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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