<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Issue with NiFi in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Issue-with-NiFi/m-p/151623#M114102</link>
    <description>&lt;A rel="user" href="https://community.cloudera.com/users/3938/joshuaadeleke.html" nodeid="3938"&gt;@Joshua Adeleke&lt;/A&gt;&lt;P&gt;The message you are seeing here indicates that your NiFi instance has been setup as a cluster (possibly a 1 node cluster).  NiFi cluster configurations require zookeeper in order handle cluster coordinator elections and cluster state management.  If you truly only want a standalone NiFi installation with no dependency on these things, you need to make sure the following property in your nifi.properties file is set to false:&lt;/P&gt;&lt;PRE&gt;nifi.cluster.is.node=false&lt;/PRE&gt;&lt;P&gt;Even as a single node NIFi cluster, if zookeeper (internal or external) was setup, the election should complete eventually and the node will then become accessible.&lt;/P&gt;&lt;P&gt;How long it takes for the cluster coordinator to get elected is controlled by the following lines in your nifi.properties file:&lt;/P&gt;&lt;PRE&gt;nifi.cluster.flow.election.max.wait.time=5 mins
nifi.cluster.flow.election.max.candidates=
&lt;/PRE&gt;&lt;P&gt;The above shows the defaults.  If the max.candidates is left blank (Normally set to the number of nodes in your NiFi cluster), the election process will take the full 5 minutes to complete before the UI will become available.  If max.candidates is set, then election will complete if either all nodes check in or 5 minutes (whichever occurs first).&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
    <pubDate>Mon, 30 Jan 2017 21:11:16 GMT</pubDate>
    <dc:creator>MattWho</dc:creator>
    <dc:date>2017-01-30T21:11:16Z</dc:date>
  </channel>
</rss>

