Last active
May 9, 2017 11:24
-
-
Save akanto/3b2099e84160d7fd50e1 to your computer and use it in GitHub Desktop.
multi-node-hdfs-yarn BLUEPRINT
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": "RESOURCEMANAGER" | |
| }, | |
| { | |
| "name": "APP_TIMELINE_SERVER" | |
| }, | |
| { | |
| "name": "HISTORYSERVER" | |
| }, | |
| { | |
| "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" | |
| } | |
| ] | |
| } | |
| ], | |
| "Blueprints": { | |
| "blueprint_name": "multi-node-hdfs-yarn", | |
| "stack_name": "HDP", | |
| "stack_version": "2.6" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment