oozie ha

2016-12-20 Thread WangYQ
in http://blog.cloudera.com/blog/2014/03/inside-apache-oozie-ha/ Architecture: Access Usually, when you use the Oozie client, REST API, or Web UI, there’s a single address to use (http://myhost:11000/oozie, for example). But now that you have multiple Oozie servers, you have multiple addresse

Re: oozie ha

2016-12-20 Thread Andras Piros
Hi WangYQ, yes, you're basically right - best is you set up a load balancer for each of the Oozie instances and add its address to all the configuration entries where a single Oozie server address used to be. E.g. http://load-balancer-host:11000/oozie or https://load-balancer-host:11443/oozie. R