Skip to content

Instantly share code, notes, and snippets.

@DharmendraRathor
Created October 4, 2019 19:09
Show Gist options
  • Save DharmendraRathor/f5516555fb2f71cccaa3c32c89d4ad29 to your computer and use it in GitHub Desktop.
Save DharmendraRathor/f5516555fb2f71cccaa3c32c89d4ad29 to your computer and use it in GitHub Desktop.
Spark submit partition and memory configuration
--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