blob: 529989792a15fa257f6790b9d6bebe08eb242d8d [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.memory": "1024"
},
"worker": {
"instances":"5"
}
}
}