Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

Nifi Cluster Start up issue :- server.quorum.QuorumPeerConfig does not have the form host:port or host:port:port or host:port:port:type

avatar
Expert Contributor

HI All ,

I have created 2 nifi instances on Google Cloud Platform. I now plan to bring them onto a cluster. However I am getting this error

server.quorum.QuorumPeerConfig does not have the form host:port or host:port:port or host:port:port:type

I have checked my zoo keeper properties file again and again but not sure whats the issue. My zoo keeper properties file is as follows . I am not sure as to why this issue is cropping up. My nifi servers are by the name nifi-server2 and nifi-server1 and ports are 2888 and 3888 . I have followed the documentation by Pierre Villard.

server.1=nifi-server2:2888:3888

server.2=nifi-server1:2888:3888

# server.3=nifi-node3-hostname:2888:3888

Can someone please help me here.

1 ACCEPTED SOLUTION

avatar
Expert Contributor

Got this fixed now 🙂 . Actually there is an extra line in the zookeeper.properties file which is right at the end and that line creates an issue . It just needs to be deleted and this will then work like a charm .

View solution in original post

5 REPLIES 5

avatar
New Member

Hi @Abhinav Joshi, I am also configuring NiFi cluster with 3 machines (1 Manager and 2 Nodes) but could not be able to configure it yet. Can you share some useful link in this regard. My NiFi version is 1.8.0 and using external Zookeeper instead of embedded Zookeeper.

avatar
Expert Contributor

Hi Rishabh , Have a look at https://pierrevillard.com/2016/08/13/apache-nifi-1-0-0-cluster-setup/

This one is really good . I have followed this although I am stuck . Waiting for Pierre Villard to respond

avatar
New Member

I have tried this in my 2nd attempt but this is also not working for me. Cluster was created but no nodes were attached with this.

avatar
Expert Contributor
Hi Rishabh , did you try shutting down the nifi instances and start them one at a time ?

avatar
Expert Contributor

Got this fixed now 🙂 . Actually there is an extra line in the zookeeper.properties file which is right at the end and that line creates an issue . It just needs to be deleted and this will then work like a charm .