<?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 Without Embeded Zookeeper in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-Without-Embeded-Zookeeper/m-p/142692#M56439</link>
    <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/14534/anishkumarvalsalam.html" nodeid="14534"&gt;@Anishkumar Valsalam&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;This is not required when using external ZooKeeper instances.&lt;/P&gt;&lt;P&gt;Only the quorum property should be required in nifi.properties file.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
    <pubDate>Wed, 08 Mar 2017 00:08:44 GMT</pubDate>
    <dc:creator>pvillard</dc:creator>
    <dc:date>2017-03-08T00:08:44Z</dc:date>
    <item>
      <title>Nifi Without Embeded Zookeeper</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-Without-Embeded-Zookeeper/m-p/142691#M56438</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I dont want to use the embeded zookeeper, i have configured my 3 nod nifi Cluster with exisiting zookeeper(not embeded) which we have in our hadoop cluster.&lt;/P&gt;&lt;P&gt;My doubt is i have set the property &lt;/P&gt;&lt;P&gt;nifi.state.management.embedded.zookeeper.start is false.&lt;/P&gt;&lt;P&gt;Then do i need to mention the below  zookeepers server list in Zookeeper.properties?&lt;/P&gt;&lt;PRE&gt;server.1=node-1:2888:3888
server.2=node-2:2888:3888
server.3=node-3:2888:3888&lt;/PRE&gt;&lt;P&gt;Is this really required?&lt;/P&gt;&lt;P&gt;And do i need to created state dir ?&lt;/P&gt;&lt;PRE&gt;mkdir ./state
mkdir ./state/zookeeper
echo 1 &amp;gt; ./state/zookeeper/myid&lt;/PRE&gt;&lt;P&gt;The above 2 steps is really required? When we not using Embedded Zookeeper?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2017 23:54:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-Without-Embeded-Zookeeper/m-p/142691#M56438</guid>
      <dc:creator>Anishkumarv</dc:creator>
      <dc:date>2017-03-07T23:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi Without Embeded Zookeeper</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-Without-Embeded-Zookeeper/m-p/142692#M56439</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/14534/anishkumarvalsalam.html" nodeid="14534"&gt;@Anishkumar Valsalam&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;This is not required when using external ZooKeeper instances.&lt;/P&gt;&lt;P&gt;Only the quorum property should be required in nifi.properties file.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 00:08:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-Without-Embeded-Zookeeper/m-p/142692#M56439</guid>
      <dc:creator>pvillard</dc:creator>
      <dc:date>2017-03-08T00:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi Without Embeded Zookeeper</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-Without-Embeded-Zookeeper/m-p/142693#M56440</link>
      <description>&lt;P&gt;Thanks Much &lt;A rel="user" href="https://community.cloudera.com/users/5078/pvillard.html" nodeid="5078"&gt;@Pierre Villard&lt;/A&gt; The quorum propert shoule mention in zookeeper.properties right? and i need to mention the external zookeeper instances right?&lt;/P&gt;&lt;PRE&gt;server.1=node-1:2888:3888
server.2=node-2:2888:3888
server.3=node-3:2888:3888&lt;/PRE&gt;</description>
      <pubDate>Wed, 08 Mar 2017 00:15:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-Without-Embeded-Zookeeper/m-p/142693#M56440</guid>
      <dc:creator>Anishkumarv</dc:creator>
      <dc:date>2017-03-08T00:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi Without Embeded Zookeeper</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-Without-Embeded-Zookeeper/m-p/142694#M56441</link>
      <description>&lt;P&gt;No if you have a Zookeeper quorum available, you just need to the set the following property:&lt;/P&gt;&lt;PRE&gt;nifi.zookeeper.connect.string=node-1:2181,node-2:2181,node-3:2181&lt;/PRE&gt;&lt;P&gt;in nifi.properties file. You don't need to modify the zookeeper.properties file in your case.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 00:18:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-Without-Embeded-Zookeeper/m-p/142694#M56441</guid>
      <dc:creator>pvillard</dc:creator>
      <dc:date>2017-03-08T00:18:45Z</dc:date>
    </item>
  </channel>
</rss>

