Skip to content

Instantly share code, notes, and snippets.

@shivaram
Created March 9, 2013 09:20
Show Gist options
  • Save shivaram/5123599 to your computer and use it in GitHub Desktop.
Save shivaram/5123599 to your computer and use it in GitHub Desktop.
JSON example
{
"pools": {
"sample_pool": {
"minMaps": 5,
"maxMaps": 25,
"maxReduces": 25,
"minSharePremptionTimeout": 300
}
},
"fairSharePreemptionTimeout": 600,
"users": {
"sample_user": {
"maxRunningJobs": 6
}
},
"userMaxJobsDefault": 3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment