Last active
March 23, 2017 09:39
-
-
Save bsikander/54264349b49e6227c6912eb14d344b8c to your computer and use it in GitHub Desktop.
Default configuration file for SLAVE
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
spark.streaming.backpressure.enabled true | |
spark.eventLog.enabled true | |
spark.worker.cleanup.enabled=true | |
# check for outdated stuff every 30 minutes | |
spark.worker.cleanup.interval=1800 | |
# remove stuff older than 7 days | |
spark.worker.cleanup.appDataTtl=604800 | |
#### configurable #### | |
spark.driver.memory 2g | |
spark.executor.memory 2g |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment