Skip to content

Instantly share code, notes, and snippets.

@tfhartmann
Created January 6, 2015 16:13
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 tfhartmann/fb200312dcd6816ea2dd to your computer and use it in GitHub Desktop.
Save tfhartmann/fb200312dcd6816ea2dd to your computer and use it in GitHub Desktop.
Ambari Blueprint Tests based on single-node-hdfs-yarn
{
"host_groups" : [
{
"name" : "master",
"components" : [
{
"name" : "NAMENODE"
},
{
"name" : "SECONDARY_NAMENODE"
},
{
"name" : "DATANODE"
},
{
"name" : "HDFS_CLIENT"
},
{
"name" : "RESOURCEMANAGER"
},
{
"name" : "NODEMANAGER"
},
{
"name": "APP_TIMELINE_SERVER"
},
{
"name" : "YARN_CLIENT"
},
{
"name" : "HISTORYSERVER"
},
{
"name" : "MAPREDUCE2_CLIENT"
},
{
"name" : "ZOOKEEPER_SERVER"
},
{
"name" : "ZOOKEEPER_CLIENT"
}
],
"cardinality" : "1"
}
],
"Blueprints" : {
"blueprint_name" : "single-node-hdfs-yarn-thtest",
"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