Skip to content

Instantly share code, notes, and snippets.

@lalyos
Created June 20, 2014 05:17
Show Gist options
  • Save lalyos/65f3df6638126a71f8e8 to your computer and use it in GitHub Desktop.
Save lalyos/65f3df6638126a71f8e8 to your computer and use it in GitHub Desktop.
custom blueprint
{
"host_groups" : [
{
"name" : "host_group_1",
"components" : [
{
"name" : "NAMENODE"
},
{
"name" : "SECONDARY_NAMENODE"
},
{
"name" : "DATANODE"
},
{
"name" : "HDFS_CLIENT"
},
{
"name" : "RESOURCEMANAGER"
},
{
"name" : "NODEMANAGER"
},
{
"name" : "YARN_CLIENT"
},
{
"name" : "HISTORYSERVER"
},
{
"name" : "MAPREDUCE2_CLIENT"
},
{
"name" : "ZOOKEEPER_SERVER"
},
{
"name" : "ZOOKEEPER_CLIENT"
}
],
"cardinality" : "1"
}
],
"Blueprints" : {
"blueprint_name" : "single-node-hdfs-yarn",
"stack_name" : "HDP",
"stack_version" : "2.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment