Hi all, I am following this guide (https://pierrevillard.com/2016/08/13/apache-nifi-1-0-0-cluster-setup/) in order to setup a Nifi cluster containing 3 nodes for testing purposes. The three nodes are up and running but somehow, they are not in cluster.
I've checked my configs over and over and can not figure out why they are not clustered. Here are portions of my configuration file. nifi.state.management.embedded.zookeeper.start=true nifi.state.management.embedded.zookeeper.properties=./conf/zookeeper.properties nifi.cluster.is.node=true nifi.cluster.node.address=nifi02.brizo.com nifi.cluster.node.protocol.port=9999 nifi.zookeeper.connect.string=nifi01.brizo.com:2181,nifi02.brizo.com:2181,nifi03.brizo.com:2181 nifi.remote.input.host=nifi02.brizo.com nifi.remote.input.secure=false nifi.remote.input.socket.port=9998 I've created the myid file under $NIFI_HOME/state/zookeeper for each of the nodes. When I start a node and check the logs (I raised the level to DEBUG), I can see very little content referring to Zookeeper. I also tried to telnet port 2181 and nothing is listening on that port. I am obviously missing something. Any idea what it could be? Thanks -- Jean-Sébastien Vachon téléphone: (418) 655-6661 [email protected]<mailto:[email protected]> [email protected]<mailto:[email protected]> www.brizodata.com<http://www.brizodata.com/>
