deb-sahara/etc/rest-api-samples/node_group_tmpl_create.json
Alexander Ignatov c31432a11e Doc fix for replacement of Hadoop version in Vanilla plugin
* Replaced all references to new version
* Changed links to actual images
* Samples are also fixed

Implements blueprint vanilla-plugin-hadoop-1-2-1

Change-Id: Iff0bc202e25638576587aea94f159ea93a63589a
2013-09-23 13:35:59 +04:00

18 lines
458 B
JSON

{
"name": "test-master-tmpl",
"description": "Test template for master node",
"flavor_id": "m1.xlarge",
"plugin_name": "vanilla",
"hadoop_version": "1.2.1",
"node_processes": ["tasktracker", "namenode"],
"node_configs": {
"hdfs": {
"some_hdfs_config_1": "value_1",
"some_hdfs_config_2": "value_2"
},
"mapreduce": {
"some_mapreduce_config_1": "value_3"
}
}
}