Last active
March 28, 2019 20:24
-
-
Save noemi-dresden/df187a9e35344ba909da80172f562abb to your computer and use it in GitHub Desktop.
Spark submit using docker
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 \ | |
-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