Skip to content

Instantly share code, notes, and snippets.

@fikovnik
Last active August 29, 2015 14:16
Show Gist options
  • Save fikovnik/ba62ecb23bc6ccb47be0 to your computer and use it in GitHub Desktop.
Save fikovnik/ba62ecb23bc6ccb47be0 to your computer and use it in GitHub Desktop.
Single node Ambari cluster based on HDP 2.2
{
"configurations" : [
{
"nagios-env" : {
"nagios_contact": "[email protected]"
}
}
],
"host_groups" : [
{
"name" : "host_group_1",
"components" : [
{
"name" : "NAMENODE"
},
{
"name" : "SECONDARY_NAMENODE"
},
{
"name" : "DATANODE"
},
{
"name" : "HDFS_CLIENT"
},
{
"name" : "RESOURCEMANAGER"
},
{
"name" : "NODEMANAGER"
},
{
"name" : "YARN_CLIENT"
},
{
"name" : "HISTORYSERVER"
},
{
"name" : "MAPREDUCE2_CLIENT"
},
{
"name" : "ZOOKEEPER_SERVER"
},
{
"name" : "ZOOKEEPER_CLIENT"
},
{
"name" : "GANGLIA_SERVER"
},
{
"name" : "NAGIOS_SERVER"
},
{
"name": "APP_TIMELINE_SERVER"
}
],
"cardinality" : "1"
}
],
"Blueprints" : {
"blueprint_name": "single-node-hdp-2.2-ambari-cluster",
"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