I am confused with some of things while building cluster through ambari blueprint option .
I am referring below link for the same:
https://community.hortonworks.com/articles/47170/automate-hdp-installation-using-ambari-blueprints.h...
When we create hostmapping.json file like below name is mentioned as host_group_1 , My question is :
can we name anything or it is real name of host we have like I have machine with some name and its fully qualified name ?
{
"blueprint" : "single-node-hdp-cluster",
"default_password" : "admin",
"host_groups" :[
{
"name" : "host_group_1",
"hosts" : [
{
"fqdn" : "<fqdn-of-single-node-cluster-machine>"
}
]
}
]
}