Created
December 4, 2014 14:07
-
-
Save matyix/aeb8837012b5fa253fa5 to your computer and use it in GitHub Desktop.
HDP 2.2 multi-node 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
{ | |
"configurations": [ | |
{ | |
"nagios-env": { | |
"nagios_contact": "admin@localhost" | |
} | |
} | |
], | |
"host_groups": [ | |
{ | |
"name": "master", | |
"components": [ | |
{ | |
"name": "NAMENODE" | |
}, | |
{ | |
"name": "SECONDARY_NAMENODE" | |
}, | |
{ | |
"name": "RESOURCEMANAGER" | |
}, | |
{ | |
"name": "HISTORYSERVER" | |
}, | |
{ | |
"name": "NAGIOS_SERVER" | |
}, | |
{ | |
"name": "APP_TIMELINE_SERVER" | |
}, | |
{ | |
"name": "ZOOKEEPER_SERVER" | |
}, | |
{ | |
"name": "GANGLIA_SERVER" | |
} | |
], | |
"cardinality": "1" | |
}, | |
{ | |
"name": "slave_1", | |
"components": [ | |
{ | |
"name": "DATANODE" | |
}, | |
{ | |
"name": "HDFS_CLIENT" | |
}, | |
{ | |
"name": "NODEMANAGER" | |
}, | |
{ | |
"name": "YARN_CLIENT" | |
}, | |
{ | |
"name": "MAPREDUCE2_CLIENT" | |
}, | |
{ | |
"name": "ZOOKEEPER_CLIENT" | |
}, | |
{ | |
"name": "KAFKA_BROKER" | |
}, | |
{ | |
"name": "SLIDER" | |
}, | |
{ | |
"name": "GANGLIA_MONITOR" | |
} | |
], | |
"cardinality": "2" | |
} | |
], | |
"Blueprints": { | |
"blueprint_name": "multi-node-hdfs-yarn", | |
"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
@jhsenjaliya Actually, I believe Nagios/Ganglia have been replaced by Ambari Metrics as of Ambari 2.0.0. So, if you deploy 2.2 with, say, Ambari 1.7.0, NAGIOS_SERVER should still be valid.