Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Nifi: how to set the cluster node identifier?

avatar
Expert Contributor

I have Nifi running on a single node. It's working well except for one thing: when I try to drill-down into to a data provenance event an error is returned:

"Error: The cluster node identifier must be specified"

Here's my nifiproperties.txt

The hostname specified in the `nifi.cluster.node.address` property appears to be valid.

Q) how can I set the cluster node identifier?

1 ACCEPTED SOLUTION

avatar
Master Guru

This is known issue in the 1.0.0 release when running a single-node cluster:

https://issues.apache.org/jira/browse/NIFI-2777

You can set nifi.cluster.is.node to false to change to standalone mode.

View solution in original post

2 REPLIES 2

avatar
Master Guru

This is known issue in the 1.0.0 release when running a single-node cluster:

https://issues.apache.org/jira/browse/NIFI-2777

You can set nifi.cluster.is.node to false to change to standalone mode.

avatar
Expert Contributor

That worked perfectly, @Bryan Bende. Very much appreciated.