Skip to content

Instantly share code, notes, and snippets.

@liammac
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liammac/795250c9585facd29a82 to your computer and use it in GitHub Desktop.
Save liammac/795250c9585facd29a82 to your computer and use it in GitHub Desktop.
multi-node-hadoop-yarn-storm cluster blueprint
{
"host_groups" : [
{
"name" : "master",
"components" : [
{
"name" : "RESOURCEMANAGER"
},
{
"name" : "ZOOKEEPER_SERVER"
},
{
"name" : "NAMENODE"
},
{
"name" : "HISTORYSERVER"
},
{
"name" : "SECONDARY_NAMENODE"
},
{
"name" : "NAGIOS_SERVER"
}
],
"cardinality" : "1"
},
{
"name" : "slaves",
"components" : [
{
"name" : "YARN_CLIENT"
},
{
"name" : "MAPREDUCE2_CLIENT"
},
{
"name" : "NODEMANAGER"
},
{
"name" : "DATANODE"
},
{
"name" : "ZOOKEEPER_CLIENT"
},
{
"name" : "HDFS_CLIENT"
}
],
"cardinality" : "2"
}
],
"Blueprints" : {
"blueprint_name" : "multi-node-hadoop-yarn-storm",
"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