<?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 1.1.1 cluster and Process set to &amp;quot;Primary node&amp;quot; in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Issue-with-Nifi-1-1-1-cluster-and-Process-set-to-quot/m-p/289666#M214400</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/74015"&gt;@Sush217&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This thread/topic is very old and has an accepted answer.&amp;nbsp; Please start a new question/topic wit your query.&lt;BR /&gt;We'll be happy to assist you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
    <pubDate>Wed, 12 Feb 2020 21:24:23 GMT</pubDate>
    <dc:creator>MattWho</dc:creator>
    <dc:date>2020-02-12T21:24:23Z</dc:date>
    <item>
      <title>Issue with Nifi 1.1.1 cluster and Process set to "Primary node"</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Issue-with-Nifi-1-1-1-cluster-and-Process-set-to-quot/m-p/205371#M167337</link>
      <description>&lt;P&gt;I am new to Nifi and trying to learn how to use it. I have set up two servers with Nifi and configured them to be a cluster. I am currently having two issues that I think are related.&lt;/P&gt;&lt;P&gt;1 - If I take one server off line I can not access Nifi. &lt;/P&gt;&lt;P&gt;2 - If I set a work process to execute on "Primary node", it dose not run. If I set it to "All nodes" then I get two copes of the work.&lt;/P&gt;&lt;P&gt;Any help would be appreciated. I have included what I think is the pertinent data from both servers for /conf/nifi.properties, /conf/zookeep.properties, and /state/zookeeper/myid.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For Node1.com&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;My /conf/nifi.properties&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;####################&lt;BR /&gt;# State Management #&lt;BR /&gt;####################&lt;BR /&gt;nifi.state.management.configuration.file=./conf/state-management.xml&lt;BR /&gt;# The ID of the local state provider&lt;BR /&gt;nifi.state.management.provider.local=local-provider&lt;BR /&gt;# The ID of the cluster-wide state provider. This will be ignored if NiFi is not clustered but must be populated if running in a cluster.&lt;BR /&gt;nifi.state.management.provider.cluster=zk-provider&lt;BR /&gt;# Specifies whether or not this instance of NiFi should run an embedded ZooKeeper server&lt;BR /&gt;nifi.state.management.embedded.zookeeper.start=true&lt;BR /&gt;# Properties file that provides the ZooKeeper properties to use if &amp;lt;nifi.state.management.embedded.zookeeper.start&amp;gt; is set to true&lt;BR /&gt;nifi.state.management.embedded.zookeeper.properties=./conf/zookeeper.properties&lt;BR /&gt;&lt;BR /&gt;# web properties #&lt;BR /&gt;nifi.web.war.directory=./lib&lt;BR /&gt;nifi.web.http.host=Node1.com&lt;BR /&gt;nifi.web.http.port=8181&lt;BR /&gt;nifi.web.https.host=&lt;BR /&gt;nifi.web.https.port=&lt;BR /&gt;nifi.web.jetty.working.directory=./work/jetty&lt;BR /&gt;nifi.web.jetty.threads=200&lt;BR /&gt;&lt;BR /&gt;# cluster node properties (only configure for cluster nodes) #&lt;BR /&gt;nifi.cluster.is.node=true&lt;BR /&gt;nifi.cluster.node.address=Node1.com&lt;BR /&gt;nifi.cluster.node.protocol.port=12000&lt;BR /&gt;nifi.cluster.node.protocol.threads=10&lt;BR /&gt;nifi.cluster.node.event.history.size=25&lt;BR /&gt;nifi.cluster.node.connection.timeout=5 sec&lt;BR /&gt;nifi.cluster.node.read.timeout=5 sec&lt;BR /&gt;nifi.cluster.firewall.file=&lt;BR /&gt;nifi.cluster.flow.election.max.wait.time=5 mins&lt;BR /&gt;nifi.cluster.flow.election.max.candidates=2&lt;BR /&gt;&lt;BR /&gt;# zookeeper properties, used for cluster management #&lt;BR /&gt;nifi.zookeeper.connect.string=Node1.com:2181,Node2.com:2182&lt;BR /&gt;nifi.zookeeper.connect.timeout=3 secs&lt;BR /&gt;nifi.zookeeper.session.timeout=3 secs&lt;BR /&gt;nifi.zookeeper.root.node=/nifi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;My /conf/zookeep.properties&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;clientPort=2181&lt;BR /&gt;initLimit=10&lt;BR /&gt;autopurge.purgeInterval=24&lt;BR /&gt;syncLimit=5&lt;BR /&gt;tickTime=2000&lt;BR /&gt;dataDir=./state/zookeeper&lt;BR /&gt;autopurge.snapRetainCount=30&lt;BR /&gt;&lt;BR /&gt;server.1=Node1.com:2888:3888&lt;BR /&gt;server.2=Node2.com:2888:3888&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;My /state/zookeeper/myid&lt;/STRONG&gt;&lt;BR /&gt;1&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For Node2.com&lt;BR /&gt;My /conf/nifi.properties&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;####################&lt;BR /&gt;# State Management #&lt;BR /&gt;####################&lt;BR /&gt;nifi.state.management.configuration.file=./conf/state-management.xml&lt;BR /&gt;# The ID of the local state provider&lt;BR /&gt;nifi.state.management.provider.local=local-provider&lt;BR /&gt;# The ID of the cluster-wide state provider. This will be ignored if NiFi is not clustered but must be populated if running in a cluster.&lt;BR /&gt;nifi.state.management.provider.cluster=zk-provider&lt;BR /&gt;# Specifies whether or not this instance of NiFi should run an embedded ZooKeeper server&lt;BR /&gt;nifi.state.management.embedded.zookeeper.start=true&lt;BR /&gt;# Properties file that provides the ZooKeeper properties to use if &amp;lt;nifi.state.management.embedded.zookeeper.start&amp;gt; is set to true&lt;BR /&gt;nifi.state.management.embedded.zookeeper.properties=./conf/zookeeper.properties&lt;BR /&gt;&lt;BR /&gt;# web properties #&lt;BR /&gt;nifi.web.war.directory=./lib&lt;BR /&gt;nifi.web.http.host=Node2.com&lt;BR /&gt;nifi.web.http.port=8181&lt;BR /&gt;nifi.web.https.host=&lt;BR /&gt;nifi.web.https.port=&lt;BR /&gt;nifi.web.jetty.working.directory=./work/jetty&lt;BR /&gt;nifi.web.jetty.threads=200&lt;BR /&gt;&lt;BR /&gt;# cluster node properties (only configure for cluster nodes) #&lt;BR /&gt;nifi.cluster.is.node=true&lt;BR /&gt;nifi.cluster.node.address=Node2.com&lt;BR /&gt;nifi.cluster.node.protocol.port=12000&lt;BR /&gt;nifi.cluster.node.protocol.threads=10&lt;BR /&gt;nifi.cluster.node.event.history.size=25&lt;BR /&gt;nifi.cluster.node.connection.timeout=5 sec&lt;BR /&gt;nifi.cluster.node.read.timeout=5 sec&lt;BR /&gt;nifi.cluster.firewall.file=&lt;BR /&gt;nifi.cluster.flow.election.max.wait.time=5 mins&lt;BR /&gt;nifi.cluster.flow.election.max.candidates=2&lt;BR /&gt;&lt;BR /&gt;# zookeeper properties, used for cluster management #&lt;BR /&gt;nifi.zookeeper.connect.string=Node1.com:2181,Node2.com:2182&lt;BR /&gt;nifi.zookeeper.connect.timeout=3 secs&lt;BR /&gt;nifi.zookeeper.session.timeout=3 secs&lt;BR /&gt;nifi.zookeeper.root.node=/nifi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;My /conf/zookeep.properties&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;clientPort=2181&lt;BR /&gt;initLimit=10&lt;BR /&gt;autopurge.purgeInterval=24&lt;BR /&gt;syncLimit=5&lt;BR /&gt;tickTime=2000&lt;BR /&gt;dataDir=./state/zookeeper&lt;BR /&gt;autopurge.snapRetainCount=30&lt;BR /&gt;&lt;BR /&gt;server.1=Node1.com:2888:3888&lt;BR /&gt;server.2=Node2.com:2888:3888&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;My /state/zookeeper/myid&lt;/STRONG&gt;&lt;BR /&gt;2&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 12:19:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Issue-with-Nifi-1-1-1-cluster-and-Process-set-to-quot/m-p/205371#M167337</guid>
      <dc:creator>alabbe70</dc:creator>
      <dc:date>2022-09-16T12:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Nifi 1.1.1 cluster and Process set to "Primary node"</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Issue-with-Nifi-1-1-1-cluster-and-Process-set-to-quot/m-p/205372#M167338</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/45304/alabbe70.html" nodeid="45304"&gt;@Andre Labbe&lt;/A&gt;&lt;P&gt;1. NiFi is designed to prevent changes while a node is disconnected.  Each node runs its own copy of the flow.xml.gz.  When a node is disconnected, the cluster coordinator has not means to determine the state of components on that disconnected node. If changes were allowed to be made, that node would be unable to automatically rejoin the cluster without manual intervention to bring them back in sync.  To regain control of the canvas you can access the cluster UI and drop the disconnected node from the cluster.  Keep in mind that if you want to later rejoin that node, you will need to make sure the flow.xml.gz, users.xml (if used when NiFi is secured), and authorizations.xml (if used when NiFi is secured) are all in-sync with what is currently be used in cluster (you can copy these from other active cluster node).  *** Be mindful that if a change you made removed a connection that contained data on your disconnected node, that data will be lost on startup once you replace the flow.xml.gz.  If Nifi cannot find the connection to place the queued data it is lost.&lt;/P&gt;&lt;P&gt;2. If you set a Processor component to execute on "Primary node", it dose not run. What component and how do you know it did not run?  If have not see this happen before.  Processors that use no cluster friendly protocols should be run on Primary Node only to prevent data duplication as you noted above.  If you are consuming a lot of data using one of these protocols, ti is suggested you use the List/Fetch (example: listSFTP/FetchSFTP) processors along with NiFi's Site-To-Site (S2S) capability to redistribute the listed FlowFiles to all nodes in your cluster before the Fetch.&lt;/P&gt;&lt;P&gt;Also note that you need an odd number of Zookeeper nodes in order to have Quorum.  (3 minimum).  Using the embedded zookeeper means you lose that ZK node anytime you restart that NiFi instance.  I don't recommend using embedded ZK in production.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2017 00:43:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Issue-with-Nifi-1-1-1-cluster-and-Process-set-to-quot/m-p/205372#M167338</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2017-10-03T00:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Nifi 1.1.1 cluster and Process set to "Primary node"</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Issue-with-Nifi-1-1-1-cluster-and-Process-set-to-quot/m-p/205373#M167339</link>
      <description>&lt;P&gt;Matt,&lt;/P&gt;&lt;P&gt;Thank you for your
reply. It shows me that I still have a lot to learn about Nifi.&lt;/P&gt;&lt;P&gt;1. This explanation helped me. You mention the Cluster UI.
Is that different than &lt;A href="http://Node1:8181/nifi"&gt;http://Node1:8181/nifi&lt;/A&gt;? I ask because when I have only
one node running I only get a screen telling me "An unexpected error has
occurred". &lt;/P&gt;&lt;P&gt;2. For my testing I have it set to run every 5 min. I have
created a simple flow. Consisting of ExecuteScript-&amp;gt;ExecuteStreamCommand-&amp;gt;ExecuteScript-&amp;gt;
ExecuteScript-&amp;gt;InvokeHTTP. I have tried setting just the first one to “Primary
node only”, I have also set them all to “Primary node only”. In these two tests
after waiting 30 min. and not getting any data, I simply switch them to “All
nodes”, and I start to get data within minutes. I think I should first get my
cluster set up properly then come back to this issue. As they say baby steps. &lt;/P&gt;&lt;P&gt;I see that you are recommending against using the embedded
zookeeper. Do you know of a good link explaining where to get the zookeeper and
how to configure it with Nifi? Do you need to have one nifi for each zookeeper?&lt;/P&gt;&lt;P&gt;Thank you for all your help. &lt;/P&gt;&lt;P&gt;Andre&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2017 11:13:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Issue-with-Nifi-1-1-1-cluster-and-Process-set-to-quot/m-p/205373#M167339</guid>
      <dc:creator>alabbe70</dc:creator>
      <dc:date>2017-10-03T11:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Nifi 1.1.1 cluster and Process set to "Primary node"</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Issue-with-Nifi-1-1-1-cluster-and-Process-set-to-quot/m-p/205374#M167340</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/45304/alabbe70.html" nodeid="45304"&gt;@Andre Labbe&lt;/A&gt;&lt;P&gt;Tip: try to avoid creating new answers for every correspondence.  Add comments to existing answers to continue that discussion thread.&lt;/P&gt;&lt;P&gt;1. It is possible to have a one node cluster, but not very efficient.  By setting it up as a cluster you are adding the overhead of zookeeper that is not needed with a standalone Nifi install.  With regards to your "An unexpected error has occurred", this has nothing to do with there only being one node.  Something else is going on in that would need to be investigated via the nifi logs (nifi-app.log, nifi-user.log, and/or nifi-bootstrap.log).&lt;/P&gt;&lt;P&gt;2. ExecuteScript-&amp;gt;ExecuteStreamCommand-&amp;gt;ExecuteScript-&amp;gt; ExecuteScript-&amp;gt;InvokeHTTP.  (That is a lot of custom code in a dataflow.)  Do you really need so many script/command based processors to satisfy your use case?  You also must remember that each node runs its own copy of the dataflow and with the exception of the cluster coordinator, has no notion of the existence of other nodes.  A node simply run the dataflow independently and works with it sown set of files and NiFi repos.  So make sure that your scripts exist on every node in your cluster in the same directory locations with proper permissions.&lt;/P&gt;&lt;P&gt;There is nothing fancy about zookeeper needed by NiFi.  Zookeeper is just another Apache project and has its own documentation ( &lt;A href="https://zookeeper.apache.org/" target="_blank"&gt;https://zookeeper.apache.org/&lt;/A&gt; ).   You do not need a zookeeper node for every NiFi node.   A 3 node ZK is perfect for most NiFi clusters.&lt;/P&gt;&lt;P&gt;If you found this answer addressed teh question asked in this forum, please click "accept" .&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2017 19:56:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Issue-with-Nifi-1-1-1-cluster-and-Process-set-to-quot/m-p/205374#M167340</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2017-10-03T19:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Nifi 1.1.1 cluster and Process set to "Primary node"</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Issue-with-Nifi-1-1-1-cluster-and-Process-set-to-quot/m-p/205375#M167341</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/45304/alabbe70.html" nodeid="45304"&gt;@Andre Labbe&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Another tip: use the @&amp;lt;username&amp;gt; in your responses/comments so that the user is notified when you add a response/comment.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2017 19:57:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Issue-with-Nifi-1-1-1-cluster-and-Process-set-to-quot/m-p/205375#M167341</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2017-10-03T19:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Nifi 1.1.1 cluster and Process set to "Primary node"</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Issue-with-Nifi-1-1-1-cluster-and-Process-set-to-quot/m-p/205376#M167342</link>
      <description>&lt;P&gt;Than you Matt. I will be making changes to my environment will hopefully improve with every new chalage.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2017 08:26:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Issue-with-Nifi-1-1-1-cluster-and-Process-set-to-quot/m-p/205376#M167342</guid>
      <dc:creator>alabbe70</dc:creator>
      <dc:date>2017-10-04T08:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Nifi 1.1.1 cluster and Process set to "Primary node"</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Issue-with-Nifi-1-1-1-cluster-and-Process-set-to-quot/m-p/289549#M214336</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35454"&gt;@MattWho&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Am trying to run Nifi as a 3 node cluster on Windows 10, with same properties set in all 3 conf files as mentioned below, but still its failing to start nifi as a 3 node cluster. Please help in creating this cluster configuration&lt;BR /&gt;Below are the settings done on my files&lt;/P&gt;&lt;P&gt;state-management.xml file&lt;/P&gt;&lt;P&gt;&amp;lt;cluster-provider&amp;gt;&lt;BR /&gt;&amp;lt;id&amp;gt;zk-provider&amp;lt;/id&amp;gt;&lt;BR /&gt;&amp;lt;class&amp;gt;org.apache.nifi.controller.state.providers.zookeeper.ZooKeeperStateProvider&amp;lt;/class&amp;gt;&lt;BR /&gt;&amp;lt;property name="Connect String"&amp;gt;node1:2181,node2:2181,node3:2181&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property name="Root Node"&amp;gt;/nifi&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property name="Session Timeout"&amp;gt;10 seconds&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property name="Access Control"&amp;gt;Open&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;/cluster-provider&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;zookeper properties&lt;/P&gt;&lt;P&gt;dataDir=./state/zookeeper&lt;BR /&gt;autopurge.snapRetainCount=30&lt;BR /&gt;server.1=node1:2888:3888&lt;BR /&gt;server.2=node2:2888:3888&lt;BR /&gt;server.3=node3:2888:3888&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;nifi properties:&lt;/P&gt;&lt;P&gt;nifi.web.http.host=node1&lt;BR /&gt;nifi.web.http.port=8080&lt;BR /&gt;nifi.cluster.is.node=true&lt;BR /&gt;nifi.cluster.node.address=node1&lt;BR /&gt;nifi.cluster.node.protocol.port=11122&lt;BR /&gt;nifi.zookeeper.connect.string=node1:2181,node2:2181,node3:2181&lt;BR /&gt;nifi.zookeeper.root.node=/nifi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In other 2 nodes the host name are placed respectively as (node2 , node3)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;C:\nifi-1.11.0-bin\Node1\bin&amp;gt;run-nifi.bat&lt;BR /&gt;2020-02-11 20:29:20,237 INFO [main] org.apache.nifi.bootstrap.Command Starting Apache NiFi...&lt;BR /&gt;2020-02-11 20:29:20,238 INFO [main] org.apache.nifi.bootstrap.Command Working Directory: C:\NIFI-1~1.0-B\Node1&lt;BR /&gt;2020-02-11 20:29:20,239 INFO [main] org.apache.nifi.bootstrap.Command Command: C:\Program Files\Java\jdk1.8.0_241\bin\java.exe -classpath C:\NIFI-1~1.0-B\Node1\.\conf;C:\NIFI-1~1.0-B\Node1\.\lib\javax.servlet-api-3.1.0.jar;C:\NIFI-1~1.0-B\Node1\.\lib\jcl-over-slf4j-1.7.26.jar;C:\NIFI-1~1.0-B\Node1\.\lib\jetty-schemas-3.1.jar;C:\NIFI-1~1.0-B\Node1\.\lib\jul-to-slf4j-1.7.26.jar;C:\NIFI-1~1.0-B\Node1\.\lib\log4j-over-slf4j-1.7.26.jar;C:\NIFI-1~1.0-B\Node1\.\lib\logback-classic-1.2.3.jar;C:\NIFI-1~1.0-B\Node1\.\lib\logback-core-1.2.3.jar;C:\NIFI-1~1.0-B\Node1\.\lib\nifi-api-1.11.0.jar;C:\NIFI-1~1.0-B\Node1\.\lib\nifi-framework-api-1.11.0.jar;C:\NIFI-1~1.0-B\Node1\.\lib\nifi-nar-utils-1.11.0.jar;C:\NIFI-1~1.0-B\Node1\.\lib\nifi-properties-1.11.0.jar;C:\NIFI-1~1.0-B\Node1\.\lib\nifi-runtime-1.11.0.jar;C:\NIFI-1~1.0-B\Node1\.\lib\slf4j-api-1.7.26.jar -Dorg.apache.jasper.compiler.disablejsr199=true -Xmx512m -Xms512m -Djavax.security.auth.useSubjectCredsOnly=true -Djava.security.egd=file:/dev/urandom -Dsun.net.http.allowRestrictedHeaders=true -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -Djava.protocol.handler.pkgs=sun.net.www.protocol -Dzookeeper.admin.enableServer=false -Dnifi.properties.file.path=C:\NIFI-1~1.0-B\Node1\.\conf\nifi.properties -Dnifi.bootstrap.listen.port=53535 -Dapp=NiFi -Dorg.apache.nifi.bootstrap.config.log.dir=C:\NIFI-1~1.0-B\Node1\bin\..\\logs org.apache.nifi.NiFi&lt;BR /&gt;2020-02-11 20:29:20,554 WARN [main] org.apache.nifi.bootstrap.Command Failed to set permissions so that only the owner can read pid file C:\NIFI-1~1.0-B\Node1\bin\..\run\nifi.pid; this may allows others to have access to the key needed to communicate with NiFi. Permissions should be changed so that only the owner can read this file&lt;BR /&gt;2020-02-11 20:29:20,561 WARN [main] org.apache.nifi.bootstrap.Command Failed to set permissions so that only the owner can read status file C:\NIFI-1~1.0-B\Node1\bin\..\run\nifi.status; this may allows others to have access to the key needed to communicate with NiFi. Permissions should be changed so that only the owner can read this file&lt;BR /&gt;2020-02-11 20:29:20,573 INFO [main] org.apache.nifi.bootstrap.Command Launched Apache NiFi with Process ID 4284&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;______________________________&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;C:\nifi-1.11.0-bin\Node1\bin&amp;gt;status-nifi.bat&lt;BR /&gt;20:31:57.265 [main] DEBUG org.apache.nifi.bootstrap.NotificationServiceManager - Found 0 service elements&lt;BR /&gt;20:31:57.271 [main] INFO org.apache.nifi.bootstrap.NotificationServiceManager - Successfully loaded the following 0 services: []&lt;BR /&gt;20:31:57.272 [main] INFO org.apache.nifi.bootstrap.RunNiFi - Registered no Notification Services for Notification Type NIFI_STARTED&lt;BR /&gt;20:31:57.273 [main] INFO org.apache.nifi.bootstrap.RunNiFi - Registered no Notification Services for Notification Type NIFI_STOPPED&lt;BR /&gt;20:31:57.274 [main] INFO org.apache.nifi.bootstrap.RunNiFi - Registered no Notification Services for Notification Type NIFI_DIED&lt;BR /&gt;20:31:57.277 [main] DEBUG org.apache.nifi.bootstrap.Command - Status File: C:\NIFI-1~1.0-B\Node1\bin\..\run\nifi.status&lt;BR /&gt;20:31:57.278 [main] DEBUG org.apache.nifi.bootstrap.Command - Status File: C:\NIFI-1~1.0-B\Node1\bin\..\run\nifi.status&lt;BR /&gt;20:31:57.279 [main] DEBUG org.apache.nifi.bootstrap.Command - Properties: {pid=4284, port=53536}&lt;BR /&gt;20:31:57.280 [main] DEBUG org.apache.nifi.bootstrap.Command - Pinging 53536&lt;BR /&gt;20:31:58.343 [main] DEBUG org.apache.nifi.bootstrap.Command - Process with PID 4284 is not running&lt;BR /&gt;20:31:58.345 [main] INFO org.apache.nifi.bootstrap.Command - Apache NiFi is not running&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is how my folder structure is:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="folder structure.png" style="width: 819px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/26313i8288EBB08C4F6AF3/image-size/large?v=v2&amp;amp;px=999" role="button" title="folder structure.png" alt="folder structure.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;below is the image of Node 2 and node 3 cmd prompt.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nifi error.PNG" style="width: 999px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/26312i71282090176AFA98/image-size/large?v=v2&amp;amp;px=999" role="button" title="Nifi error.PNG" alt="Nifi error.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nifi UI.PNG" style="width: 930px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/26311i43BCF0884F064658/image-size/large?v=v2&amp;amp;px=999" role="button" title="nifi UI.PNG" alt="nifi UI.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 19:15:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Issue-with-Nifi-1-1-1-cluster-and-Process-set-to-quot/m-p/289549#M214336</guid>
      <dc:creator>Sush217</dc:creator>
      <dc:date>2020-02-11T19:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Nifi 1.1.1 cluster and Process set to "Primary node"</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Issue-with-Nifi-1-1-1-cluster-and-Process-set-to-quot/m-p/289583#M214355</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/74015"&gt;@Sush217&lt;/a&gt;&amp;nbsp;As this is an older thread which was marked 'Solved' in the Fall of 2017, you would have a better chance of receiving a resolution by &lt;A href="https://community.cloudera.com/t5/forums/postpage/board-id/Questions" target="_blank" rel="noopener"&gt;starting a new thread&lt;/A&gt;. This will also provide you an opportunity to provide details specific to your environment that could aid others in providing a helpful answer to your question, as the configuration at issue in the original question here is not the same as the one you are working with.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 04:53:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Issue-with-Nifi-1-1-1-cluster-and-Process-set-to-quot/m-p/289583#M214355</guid>
      <dc:creator>ask_bill_brooks</dc:creator>
      <dc:date>2020-02-12T04:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Nifi 1.1.1 cluster and Process set to "Primary node"</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Issue-with-Nifi-1-1-1-cluster-and-Process-set-to-quot/m-p/289666#M214400</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/74015"&gt;@Sush217&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This thread/topic is very old and has an accepted answer.&amp;nbsp; Please start a new question/topic wit your query.&lt;BR /&gt;We'll be happy to assist you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 21:24:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Issue-with-Nifi-1-1-1-cluster-and-Process-set-to-quot/m-p/289666#M214400</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2020-02-12T21:24:23Z</dc:date>
    </item>
  </channel>
</rss>

