Merge "Invalid JSON in quickstart guide"

This commit is contained in:
Jenkins 2014-10-23 16:29:30 +00:00 committed by Gerrit Code Review
commit 715bd0ed2f

View File

@ -150,7 +150,7 @@ following content:
"plugin_name": "vanilla",
"hadoop_version": "1.2.1",
"node_processes": ["jobtracker", "namenode"],
"auto_security_group": True
"auto_security_group": true
}
Create file with name ``ng_worker_template_create.json`` and fill it with the
@ -164,7 +164,7 @@ following content:
"plugin_name": "vanilla",
"hadoop_version": "1.2.1",
"node_processes": ["tasktracker", "datanode"],
"auto_security_group": True
"auto_security_group": true
}
Send POST requests to Sahara API to upload NodeGroup templates:
@ -208,7 +208,7 @@ Output should look like:
"volumes_per_node": 0,
"volumes_size": 10,
"security_groups": [],
"auto_security_group": True
"auto_security_group": true
},
{
"created": "2013-07-07T18:54:00",
@ -227,7 +227,7 @@ Output should look like:
"volumes_per_node": 0,
"volumes_size": 10,
"security_groups": [],
"auto_security_group": True
"auto_security_group": true
}
]
}
@ -358,7 +358,7 @@ Once cluster started, you'll get similar output:
"volumes_per_node": 0,
"volumes_size": 10,
"security_groups": ["a314895b-d2ee-431d-a26b-7c37b45894c9"],
"auto_security_group": True
"auto_security_group": true
},
{
"count": 2,
@ -396,7 +396,7 @@ Once cluster started, you'll get similar output:
"volumes_per_node": 0,
"volumes_size": 10,
"security_groups": ["b260407f-a566-43bf-a010-7e8b23953dc6"],
"auto_security_group": True
"auto_security_group": true
}
],
"plugin_name": "vanilla",