Created
October 4, 2019 19:09
-
-
Save DharmendraRathor/f5516555fb2f71cccaa3c32c89d4ad29 to your computer and use it in GitHub Desktop.
Spark submit partition and memory configuration
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
--conf spark.driver.memory=8G --num-executors=2 --executor-memory=14G --executor-cores=2 | |
Explanation |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment