Last active
March 24, 2017 13:00
-
-
Save aviemzur/0c33af90c9e21b826f2c0311d97fa7da to your computer and use it in GitHub Desktop.
Spark Local Cluster Mode
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
local-cluster[2, 2, 128] |
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
-Dspark.testing=true | |
-Dspark.test.home=/path/to/spark/installation | |
-Dspark.testing.reservedMemory=31457280 | |
-Dspark.driver.memory=128m | |
-Dspark.executor.memory=128m | |
-Dspark.ui.enabled=true | |
-Dspark.ui.port=8088 | |
-Dspark.streaming.backpressure.enabled=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment