<?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 configuration of multiple zookeeper quorums on a single HDP 2.4.2 Kerberized Cluster - Need Help pls in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/configuration-of-multiple-zookeeper-quorums-on-a-single-HDP/m-p/149802#M40542</link>
    <description>&lt;P&gt;Hi
I am planning to build a HDP 2.4.2 Kerberized cluster via Ambari Blue-Prints and I am going to change the blue print to have 6 Zookeepers. The reason why I am having 6 zk's is I want to have two ZK quorums with 3 ZK's, 1 quorum I want to use for HDFS NN HA, Hbase and other services except for Kafka and for Kafka alone I want to have other ZK Quorum dedicated. I am assuming when I build the cluster with 6 ZK's initially I guess it will create only 1 ZK quorum with 6 ZK's in it. Can I change it to have to 2 ZK quorums after cluster installation from zkcli? or is there an option in Ambari blue print itself to create 2 ZK quorums with 3 ZK servers in each quorum? Please advice! Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 14 Sep 2016 02:10:30 GMT</pubDate>
    <dc:creator>Srikaran</dc:creator>
    <dc:date>2016-09-14T02:10:30Z</dc:date>
    <item>
      <title>configuration of multiple zookeeper quorums on a single HDP 2.4.2 Kerberized Cluster - Need Help pls</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/configuration-of-multiple-zookeeper-quorums-on-a-single-HDP/m-p/149802#M40542</link>
      <description>&lt;P&gt;Hi
I am planning to build a HDP 2.4.2 Kerberized cluster via Ambari Blue-Prints and I am going to change the blue print to have 6 Zookeepers. The reason why I am having 6 zk's is I want to have two ZK quorums with 3 ZK's, 1 quorum I want to use for HDFS NN HA, Hbase and other services except for Kafka and for Kafka alone I want to have other ZK Quorum dedicated. I am assuming when I build the cluster with 6 ZK's initially I guess it will create only 1 ZK quorum with 6 ZK's in it. Can I change it to have to 2 ZK quorums after cluster installation from zkcli? or is there an option in Ambari blue print itself to create 2 ZK quorums with 3 ZK servers in each quorum? Please advice! Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 02:10:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/configuration-of-multiple-zookeeper-quorums-on-a-single-HDP/m-p/149802#M40542</guid>
      <dc:creator>Srikaran</dc:creator>
      <dc:date>2016-09-14T02:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: configuration of multiple zookeeper quorums on a single HDP 2.4.2 Kerberized Cluster - Need Help pls</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/configuration-of-multiple-zookeeper-quorums-on-a-single-HDP/m-p/149803#M40543</link>
      <description>&lt;P&gt;You are right, because Ambari supports only one ZK quorum, if you have 6 ZKs in your blueprint you will end up with a single 6-node ZK quorum, and you cannot change that using zkcli. Instead you can try:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;1 cluster (a): Install the cluster from your blueprint without Kafka and with only 3 ZK nodes. When the cluster is up and running install the second, Kafka ZK quorum manually, you can find instructions &lt;A href="http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.2/bk_installing_manually_book/content/ch_install_zookeeper_chapter.html"&gt;here&lt;/A&gt;. Finally, add Kafka using Ambari and set its ZK quorum to the one you istalled manually. &lt;/LI&gt;&lt;LI&gt;1 cluster (b): Install the cluster from blueprint including Kafka and 3 ZK nodes. Then install another ZK manually using the above link, and change Kafka settings to use the new Zookeeper. I'd avoid this solution because the first Kafka will be "poluted" by Kafka ZK directories.&lt;/LI&gt;&lt;LI&gt;1 cluster (c), your solution with 6 ZK nodes: Remove 3 ZK nodes using Ambari and then install another ZK manually and change Kafka settings like in 1(b).&lt;/LI&gt;&lt;LI&gt;2 clusters: Install one cluster with all services but without Kafka and 
its Zookeeper, and one more Kafka-only cluster having only Kafka and 
its Zookeeper. This is the easiest solution because you can automate 
cluster deployment using Ambari, and you can monitor all your components
 using Ambari, but you will have 2 clusters.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 14 Sep 2016 05:26:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/configuration-of-multiple-zookeeper-quorums-on-a-single-HDP/m-p/149803#M40543</guid>
      <dc:creator>pminovic</dc:creator>
      <dc:date>2016-09-14T05:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: configuration of multiple zookeeper quorums on a single HDP 2.4.2 Kerberized Cluster - Need Help pls</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/configuration-of-multiple-zookeeper-quorums-on-a-single-HDP/m-p/149804#M40544</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/177/pminovic.html" nodeid="177"&gt;@Predrag Minovic&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Great options. It looks like from all the options above the 2nd ZK quorum should be installed manually outside Ambari and configure the Kafka accordingly? If that's the case when I do upgrades in future on this cluster I have to take care of 2nd manual ZK quorum upgrade as a separate effort rt? And I like the 2 clusters solution but what if some business logic on cluster 1 is dependent on kafka on cluster 2? In that case I guess "2 clusters " solution will not work rt? Please confirm! Thanks Sri.
&lt;A rel="user" href="https://community.cloudera.com/users/177/pminovic.html" nodeid="177"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 22:06:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/configuration-of-multiple-zookeeper-quorums-on-a-single-HDP/m-p/149804#M40544</guid>
      <dc:creator>Srikaran</dc:creator>
      <dc:date>2016-09-14T22:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: configuration of multiple zookeeper quorums on a single HDP 2.4.2 Kerberized Cluster - Need Help pls</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/configuration-of-multiple-zookeeper-quorums-on-a-single-HDP/m-p/149805#M40545</link>
      <description>&lt;P&gt;@Pred, I'm Vaidya from SCB. For this same scenario above we have 6 Zookeeper in an ensemble. All 6 zookeepers are handled through Ambari where I have configured 3 for NN HA and other components whereas 3 ZK dedicatedly for Kafka. The environment is running fine. But how does this is handled by the cluster where I can have only 1 Zookeeper leader in a quorum ? Please clarify.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2018 14:16:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/configuration-of-multiple-zookeeper-quorums-on-a-single-HDP/m-p/149805#M40545</guid>
      <dc:creator>teravaidya</dc:creator>
      <dc:date>2018-02-16T14:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: configuration of multiple zookeeper quorums on a single HDP 2.4.2 Kerberized Cluster - Need Help pls</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/configuration-of-multiple-zookeeper-quorums-on-a-single-HDP/m-p/149806#M40546</link>
      <description>&lt;P&gt;Hi Vaidya, if in Ambari Zookeeper summary page you see 6 ZK servers, then all 6 are running in the same ensemble and have one leader and 5 followers. You can check that using your favorite tool to run the same shell command on all 6 master nodes, and use "echo stat | nc localhost 2181 | grep Mode" as the command.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2018 16:29:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/configuration-of-multiple-zookeeper-quorums-on-a-single-HDP/m-p/149806#M40546</guid>
      <dc:creator>pminovic</dc:creator>
      <dc:date>2018-02-16T16:29:51Z</dc:date>
    </item>
  </channel>
</rss>

