blob: 79c80e9f0ab9752ad8dee5cbc710a9b8a2bf34e2 [file] [log] [blame]
{
"schemaVersion": "2.1",
"application": {
"name": "MYYCLOUD",
"components": [
{
"name": "YCLOUD1",
"type": "yarn_docker",
"dockerContainers": [
{
"name": "ycloud1",
"image": "doesnotexist",
"startCommand": "ls",
"yarnContainerMountPoint": "null",
"ports": [
{
"containerPort": "8080",
"hostPort": "49160"
}
]
}
]
},
{
"name": "YCLOUD2",
"type": "yarn_docker",
"dockerContainers": [
{
"name": "ycloud2",
"image": "doesnotexist",
"startCommand": "ls",
"yarnContainerMountPoint": "null",
"ports": [
{
"containerPort": "8080",
"hostPort": "49161"
}
]
}
]
}
]
}
}