-
-
Save rain1024/991045e49e73393c16f0 to your computer and use it in GitHub Desktop.
HDP 1.3 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": "[email protected]" | |
} | |
} | |
], | |
"host_groups": [ | |
{ | |
"name": "master", | |
"components": [{ | |
"name": "NAMENODE" | |
}, | |
{ | |
"name": "SECONDARY_NAMENODE" | |
}, | |
{ | |
"name": "HDFS_CLIENT" | |
}, | |
], | |
"cardinality": "1" | |
}, | |
{ | |
"name": "slave_1", | |
"components": [ | |
{ | |
"name": "DATANODE" | |
} | |
], | |
"cardinality": "2" | |
} | |
], | |
"Blueprints": { | |
"blueprint_name": "hdp-1.3", | |
"stack_name": "HDP", | |
"stack_version": "1.3" | |
} | |
} |
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": "NAGIOS_SERVER" | |
}, | |
{ | |
"name": "HISTORYSERVER" | |
}, | |
{ | |
"name": "ZOOKEEPER_SERVER" | |
}, | |
{ | |
"name": "JOBTRACKER" | |
}, | |
{ | |
"name": "GANGLIA_SERVER" | |
} | |
], | |
"cardinality": "1" | |
}, | |
{ | |
"name": "slave_1", | |
"components": [ | |
{ | |
"name": "DATANODE" | |
}, | |
{ | |
"name": "HDFS_CLIENT" | |
}, | |
{ | |
"name": "MAPREDUCE_CLIENT" | |
}, | |
{ | |
"name": "ZOOKEEPER_CLIENT" | |
}, | |
{ | |
"name": "GANGLIA_MONITOR" | |
}, | |
{ | |
"name": "TASKTRACKER" | |
} | |
], | |
"cardinality": "2" | |
} | |
], | |
"Blueprints": { | |
"blueprint_name": "multi-node-hdfs-yarn", | |
"stack_name": "HDP", | |
"stack_version": "1.3" | |
} | |
} |
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
blueprint add --url https://gist.githubusercontent.com/matyix/aeb8837012b5fa253fa5/raw/3476b538c8ba0c16363dbfd9634f0b9fe88cb36e/multi-node-hdfs-yarn | |
cluster build --blueprint multi-node-hdfs-yarn | |
cluster autoAssign | |
cluster create |
blueprint add --url https://gist.github.com/rain1024/991045e49e73393c16f0/raw/42b2e54d12bccfd8a090dbe68dd3dd5586387662/hdp-1.3
cluster build --blueprint hdp-1.3
cluster autoAssign
cluster create
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
curl -Lo .amb j.mp/docker-ambari-170 && . .amb
amb-start-cluster 3
amb-shell