Created 02-22-2016 05:03 PM
We built a cluster using amazon ec2 instances, amazon won't give guarantee about their instances. They can die at any time. Can you suggest any best way to replace the hosts when amazon instance dies?
Created 02-22-2016 05:57 PM
you need to consider "Configuration for Master-Master-Active-Passive" link
we are running two Ambari-servers in my project and pointing to same DB. If one DB does down we can make few changes in ambari conf to point another host HA datatabase.
As per my knowledge there is no Ambari-server HA in Hortonworks..we have to do this through any database while implementing database HA.
Created 02-22-2016 05:19 PM
I think you can consider this.
1) create AmbariDB HA on new client host (non-ec2)
2) install ambari-server on new host and point ambaridb it to ec2 (Primary)
if Ec2 goes down
1) make non-ec2 ambari-server as primary while making few changes in Ambari config like pointing new db.
Created 02-22-2016 05:39 PM
Hey. Do you have any documentation to enable HA on ambari-server ? Unfortunately, we are using ec2 instances only. No physical machines.
Created 02-23-2016 03:06 PM
Amabri 2.1.0 but its not different from 2.2.
-
You can use this too for NN and RM + more
Created 02-22-2016 05:57 PM
you need to consider "Configuration for Master-Master-Active-Passive" link
we are running two Ambari-servers in my project and pointing to same DB. If one DB does down we can make few changes in ambari conf to point another host HA datatabase.
As per my knowledge there is no Ambari-server HA in Hortonworks..we have to do this through any database while implementing database HA.