Created
April 13, 2015 12:06
-
-
Save akanto/ee2c01435fb65ed73516 to your computer and use it in GitHub Desktop.
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
| { | |
| "configurations": [ | |
| { | |
| "nagios-env": { | |
| "nagios_contact": "admin@localhost" | |
| } | |
| } | |
| ], | |
| "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": "2" | |
| } | |
| ], | |
| "Blueprints": { | |
| "blueprint_name": "multi-node-hdfs-yarn-ambari2", | |
| "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