Created 02-12-2016 09:45 AM
Can anyone share any documentation on configuring HA for Oozie and Hive without Load Balancer.
Created 02-12-2016 10:18 AM
Created 02-12-2016 09:51 AM
Sorry there is typo in the question its without using Load Balancer
Created 02-12-2016 10:46 AM
I have fixed it for you @sanjeevan mahajan
Created 02-12-2016 10:18 AM
Created 02-12-2016 10:43 AM
This is actually well explained in the ambari docs. Be sure to add the services extensions to make sure the two servers don't duplicate jobs
Just as some comments: Without Load Balancer Oozie will continue to schedule jobs even if one server is down. But administration (submitting jobs ... ) would require you to point to the surviving oozie.
Also what the documents not describe is how to configure the underlying database in DR, that is your job. Here is an example for Postgres:
However databases like Mysql and Postgres seem to be very stable so making for example Oozie Server HA is much more important than doing that for the underlying database. So you could decide to just backup the database regularly.