blob: 06c3b5418eb20b1b529d5c12f4d56230f172f62a [file] [log] [blame]
{
"schema": "http://example.org/specification/v2.0.0",
"metadata": {
"description": "example of a resources file"
},
"global": {
"yarn.vcores": "1",
"yarn.memory": "512"
},
"components": {
"master": {
"instances": "1",
"yarn.vcores": "1",
"yarn.memory": "1024"
},
"worker": {
"instances":"5",
"yarn.vcores": "1",
"yarn.memory": "512"
}
}
}