<?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: NIFI : Cluster with Multiple Instance in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-Cluster-with-Multiple-Instance/m-p/116700#M42878</link>
    <description>&lt;P&gt;There could be many other things wrong, but in your ZooKeeper properties, the servers should be the same on every node. If instance #1 is pointing to 2888:3888 for all three ZK servers, then instance #2 and #3 should also be pointing to the same thing.&lt;/P&gt;</description>
    <pubDate>Thu, 06 Oct 2016 19:21:52 GMT</pubDate>
    <dc:creator>bbende</dc:creator>
    <dc:date>2016-10-06T19:21:52Z</dc:date>
    <item>
      <title>NIFI : Cluster with Multiple Instance</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-Cluster-with-Multiple-Instance/m-p/116699#M42877</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I've trying configure two instances NIFI in the same cluster (3 nodes)&lt;/P&gt;&lt;P&gt;My configuration :&lt;/P&gt;&lt;P&gt;Instance 1 :&lt;/P&gt;&lt;PRE&gt;-bash-4.1# grep port conf/nifi.properties
nifi.remote.input.socket.port=10443
nifi.web.http.port=
nifi.web.https.port=9443
nifi.cluster.node.protocol.port=11443

-bash-4.1# more conf/zookeeper.properties

clientPort=2181

server.1=nifi001:2888:3888
server.2=nifi002:2888:3888
server.3=nifi003:2888:3888

&lt;/PRE&gt;&lt;P&gt;Instance 2 :&lt;/P&gt;&lt;PRE&gt;-bash-4.1# grep port conf/nifi.properties
nifi.remote.input.socket.port=10444
nifi.web.http.port=
nifi.web.https.port=9444
nifi.cluster.node.protocol.port=11444

-bash-4.1# more conf/zookeeper.properties

clientPort=2182

server.1=nifi001:2889:3889
server.2=nifi002:2889:3889
server.3=nifi003:2889:3889&lt;/PRE&gt;&lt;P&gt;It's missing some things, because my nifi002 and nifi003 can joint the cluster.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2016 15:15:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-Cluster-with-Multiple-Instance/m-p/116699#M42877</guid>
      <dc:creator>maykiwogno</dc:creator>
      <dc:date>2016-10-06T15:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: NIFI : Cluster with Multiple Instance</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-Cluster-with-Multiple-Instance/m-p/116700#M42878</link>
      <description>&lt;P&gt;There could be many other things wrong, but in your ZooKeeper properties, the servers should be the same on every node. If instance #1 is pointing to 2888:3888 for all three ZK servers, then instance #2 and #3 should also be pointing to the same thing.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2016 19:21:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-Cluster-with-Multiple-Instance/m-p/116700#M42878</guid>
      <dc:creator>bbende</dc:creator>
      <dc:date>2016-10-06T19:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: NIFI : Cluster with Multiple Instance</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-Cluster-with-Multiple-Instance/m-p/116701#M42879</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/363/bbende.html" nodeid="363"&gt;@Bryan Bende&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Perpahs, it was not cleared, I want to start 2 instances nifi with the same cluster (node1, node2, node2)&lt;/P&gt;&lt;P&gt;so I would have 2 url &lt;/P&gt;&lt;P&gt;==&amp;gt; &lt;A href="https://node1:9443" target="_blank"&gt;https://node1:9443&lt;/A&gt; (instance1 ==&amp;gt; canva1)&lt;/P&gt;&lt;P&gt;==&amp;gt; &lt;A href="https://node1:9444" target="_blank"&gt;https://node1:9444&lt;/A&gt; (instance2 ==&amp;gt; canva2)&lt;/P&gt;&lt;P&gt;It is possible ?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2016 19:30:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-Cluster-with-Multiple-Instance/m-p/116701#M42879</guid>
      <dc:creator>maykiwogno</dc:creator>
      <dc:date>2016-10-06T19:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: NIFI : Cluster with Multiple Instance</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-Cluster-with-Multiple-Instance/m-p/116702#M42880</link>
      <description>&lt;P&gt;I'm not sure I understand the question..&lt;/P&gt;&lt;P&gt;Are you asking if you can run two NiFi clusters on the same physical hardware?&lt;/P&gt;&lt;P&gt;If so, what would be the reason for doing this?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2016 19:36:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-Cluster-with-Multiple-Instance/m-p/116702#M42880</guid>
      <dc:creator>bbende</dc:creator>
      <dc:date>2016-10-06T19:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: NIFI : Cluster with Multiple Instance</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-Cluster-with-Multiple-Instance/m-p/116703#M42881</link>
      <description>&lt;P&gt;I've 4 teams, i would have one canva per team. &lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2016 20:18:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-Cluster-with-Multiple-Instance/m-p/116703#M42881</guid>
      <dc:creator>maykiwogno</dc:creator>
      <dc:date>2016-10-06T20:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: NIFI : Cluster with Multiple Instance</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-Cluster-with-Multiple-Instance/m-p/116704#M42882</link>
      <description>&lt;P&gt;The way to set this up in Apache NiFi 1.0.0 is to use a single NiFi cluster with process groups for each team, and restrict the permissions appropriately so that members of a team can only work with in their given process group.&lt;/P&gt;&lt;P&gt;See the "Multi-Tenancy" section of this post for an example:&lt;/P&gt;&lt;P&gt;&lt;A href="http://bryanbende.com/development/2016/08/17/apache-nifi-1-0-0-authorization-and-multi-tenancy" target="_blank"&gt;http://bryanbende.com/development/2016/08/17/apache-nifi-1-0-0-authorization-and-multi-tenancy&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2016 20:25:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-Cluster-with-Multiple-Instance/m-p/116704#M42882</guid>
      <dc:creator>bbende</dc:creator>
      <dc:date>2016-10-06T20:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: NIFI : Cluster with Multiple Instance</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-Cluster-with-Multiple-Instance/m-p/116705#M42883</link>
      <description>&lt;P&gt;I have related question: how to deploy multiple nifi components to all the HDF cluster nodes. And, then the question to ask is just like you ask above. I use Ali's HDF ambari-bootstrap blog's approach to automatically deploy the blueprint-based HDF 2.0.1 cluster. But, it has only one NIFI in one of the specific node within the HDF cluster. I am trying to figure our how to deploy NIFI to all the HDF cluster node.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 23:28:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NIFI-Cluster-with-Multiple-Instance/m-p/116705#M42883</guid>
      <dc:creator>rsheu</dc:creator>
      <dc:date>2016-11-16T23:28:45Z</dc:date>
    </item>
  </channel>
</rss>

