Last active
June 8, 2016 21:17
-
-
Save keltik85/c114d607fac3b81d7247cc8d9003f33a to your computer and use it in GitHub Desktop.
This file contains 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": "RESOURCEMANAGER" | |
}, | |
{ | |
"name": "HISTORYSERVER" | |
}, | |
{ | |
"name": "APP_TIMELINE_SERVER" | |
}, | |
{ | |
"name": "ZOOKEEPER_SERVER" | |
} | |
], | |
"cardinality": "1" | |
}, | |
{ | |
"name": "slave_1", | |
"components": [ | |
{ | |
"name": "DATANODE" | |
}, | |
{ | |
"name": "HDFS_CLIENT" | |
}, | |
{ | |
"name": "NODEMANAGER" | |
}, | |
{ | |
"name": "YARN_CLIENT" | |
}, | |
{ | |
"name": "MAPREDUCE2_CLIENT" | |
}, | |
{ | |
"name": "ZOOKEEPER_CLIENT" | |
} | |
], | |
"cardinality": "1+" | |
} | |
], | |
"Blueprints": { | |
"blueprint_name": "my-test-4-blueprint", | |
"stack_name": "HDP", | |
"stack_version": "2.2" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment