Created
January 6, 2015 16:13
-
-
Save tfhartmann/fb200312dcd6816ea2dd to your computer and use it in GitHub Desktop.
Ambari Blueprint Tests based on single-node-hdfs-yarn
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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