Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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.