Hi ,
We have 2 HDP clusters (2.3 version) - Master and DR. Each cluster has its own zookeeper.
connecting via Phoenix we are trying to use zookeepers from both clusters
For example:
Master zookeeper instances: host1, hos2, host3
DR zookeeper instances: host4, host5, host6
connection string looks like:
jdbc:phoenix:host1,host2,host3,host4,host5,host6,:2181:/hbase-unsecure
Using such connection string we are trying to achieve DR capabilities. In the case of Master is down we will use DR.
However using this connection string Phoenix is connected to Master or DR cluster RANDOMLY.
Question:
1) Is it supported using Phoenix for both zookeeper quorums from Prod and DR (host1,host2,host3,host4,host5,host6)?
2) Is there a way to control connection to Master or to DR? I mean prevent Randomness of the connection?
Thanks
Oleg.