Skip to content

Instantly share code, notes, and snippets.

@DhruvKumar
Created January 5, 2016 18:12
Show Gist options
  • Save DhruvKumar/9b971be8138931705ac4 to your computer and use it in GitHub Desktop.
Save DhruvKumar/9b971be8138931705ac4 to your computer and use it in GitHub Desktop.
HDP 2.3.4 Cluster Configuration Template
{
"blueprint": "HA_blueprint",
"default_password": "admin",
"host_groups": [
{
"hosts": [
{
"fqdn": "master1.012g3iyhe01upgbu35npgl5l4a.gx.internal.cloudapp.net"
}
],
"name": "master_1"
},
{
"hosts": [
{
"fqdn": "master2.012g3iyhe01upgbu35npgl5l4a.gx.internal.cloudapp.net"
}
],
"name": "master_2"
},
{
"hosts": [
{
"fqdn": "master3.012g3iyhe01upgbu35npgl5l4a.gx.internal.cloudapp.net"
}
],
"name": "master_3"
},
{
"hosts": [
{
"fqdn": "master4.012g3iyhe01upgbu35npgl5l4a.gx.internal.cloudapp.net"
}
],
"name": "master_4"
},
{
"hosts": [
{
"fqdn": "master5.012g3iyhe01upgbu35npgl5l4a.gx.internal.cloudapp.net"
}
],
"name": "master_5"
},
{
"hosts": [
{
"fqdn": "worker1.012g3iyhe01upgbu35npgl5l4a.gx.internal.cloudapp.net"
},
{
"fqdn": "worker2.012g3iyhe01upgbu35npgl5l4a.gx.internal.cloudapp.net"
},
{
"fqdn": "worker3.012g3iyhe01upgbu35npgl5l4a.gx.internal.cloudapp.net"
}
],
"name": "workers"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment