Created 04-12-2018 09:39 PM
I am trying to setup 2 separate NiFi clusters each with 3 nodes. I have setup the cluster protocol port different on both but using the same Zookeeper quorum. Seems like both clusters are trying to connect to the cluster coordinator of the first cluster.
Is this a possibility, to use same Zookeeper quorum for 2 separate NiFi clusters?
If not, what is the suggested way to do it?
Created on 04-13-2018 06:41 AM - edited 08-17-2019 08:41 PM
Hi @Jay,
could you please update the parameter "nifi.zookeeper.root.node" to have different in both the clusters in nifi.properties
nifi.zookeeper.root.node=/nifi_cluster1 and for second one to some thing like /nifi_cluster2
if you configure them from ambari you can update the same under Advanced nifi-ambari-config -- Zookeeper Znode property.
Hope this helps !!
Created on 04-13-2018 06:41 AM - edited 08-17-2019 08:41 PM
Hi @Jay,
could you please update the parameter "nifi.zookeeper.root.node" to have different in both the clusters in nifi.properties
nifi.zookeeper.root.node=/nifi_cluster1 and for second one to some thing like /nifi_cluster2
if you configure them from ambari you can update the same under Advanced nifi-ambari-config -- Zookeeper Znode property.
Hope this helps !!
Created 04-16-2018 07:09 PM
@bkosaraju Thanks, exactly what i needed. Works great!