Skip to content

Instantly share code, notes, and snippets.

@firemonk9
Created September 30, 2020 19:41
Show Gist options
  • Save firemonk9/aa6e1a8fd44ed17edbcd73f231fe02ca to your computer and use it in GitHub Desktop.
Save firemonk9/aa6e1a8fd44ed17edbcd73f231fe02ca to your computer and use it in GitHub Desktop.
EMR Cluster configuration
[
{
"classification":"spark",
"properties":{
"maximizeResourceAllocation":"true",
"spark.yarn.executor.memoryOverhead":"1024M"
},
"configurations":[
]
},
{
"classification":"yarn-site",
"properties":{
"yarn.nodemanager.pmem-check-enabled":"false",
"yarn.nodemanager.vmem-check-enabled":"false"
},
"configurations":[
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment