<?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: How to use HBase after HBase HA in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-HBase-after-HBase-HA/m-p/133217#M55943</link>
    <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/88/manish.html"&gt;Manish Gupta&lt;/A&gt; in case of hive ha also you can connect to HiveServer2 JDBC URL that contains zookeeper for eg: jdbc:hive2://&amp;lt;zk1&amp;gt;:2181,&amp;lt;zk2&amp;gt;2181/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2, &lt;/P&gt;&lt;P&gt;this is explained very well in this doc , you can refer the same under &lt;STRONG&gt;Query Execution Path With ZooKeeper topic&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.6/bk_hadoop-ha/content/ha-hs2-service-discovery.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.6/bk_hadoop-ha/content/ha-hs2-service-discovery.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Mar 2017 15:10:46 GMT</pubDate>
    <dc:creator>dsharma</dc:creator>
    <dc:date>2017-03-02T15:10:46Z</dc:date>
    <item>
      <title>How to use HBase after HBase HA</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-HBase-after-HBase-HA/m-p/133214#M55940</link>
      <description>&lt;P&gt;HBase HA documentation says: &lt;/P&gt;&lt;P&gt;"Once running two or more HBase Masters, HBase uses ZooKeeper for coordination of the active
      Master."&lt;/P&gt;&lt;P&gt;Can you give me more detail on how to use Zookeeper to coordinate two HBase master servers? Also what changes a client program needs to make, which was referring to the original HBase Master earlier?&lt;/P&gt;&lt;P&gt;For example: After making NN HA, we always use nameservice, instead of nn1 or nn2.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 11:53:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-HBase-after-HBase-HA/m-p/133214#M55940</guid>
      <dc:creator>manish1</dc:creator>
      <dc:date>2017-03-02T11:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to use HBase after HBase HA</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-HBase-after-HBase-HA/m-p/133215#M55941</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/88/manish.html"&gt;Manish Gupta&lt;/A&gt; in Hbase HA zookeeper cordinate to make one of the Hbase master active , and rest of them are standby. and we need to configure following properties in case of HA at client side too:&lt;/P&gt;&lt;P&gt;hbase.zookeeper.quorum&lt;/P&gt;&lt;P&gt;hbase.zookeeper.property.clientPort&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 12:34:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-HBase-after-HBase-HA/m-p/133215#M55941</guid>
      <dc:creator>dsharma</dc:creator>
      <dc:date>2017-03-02T12:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to use HBase after HBase HA</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-HBase-after-HBase-HA/m-p/133216#M55942</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/505/dsharma.html" nodeid="505"&gt;@Deepak Sharma
&lt;/A&gt;&lt;/P&gt;&lt;P&gt;How about Hive HA? Does Zookeeper do the same for Multiple Hive Server2 &amp;amp; Hive-Metastore? What changes do we need to make at client side for Hive HA? &lt;/P&gt;&lt;P&gt;
&lt;A rel="user" href="https://community.cloudera.com/users/505/dsharma.html" nodeid="505"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 13:58:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-HBase-after-HBase-HA/m-p/133216#M55942</guid>
      <dc:creator>manish1</dc:creator>
      <dc:date>2017-03-02T13:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to use HBase after HBase HA</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-HBase-after-HBase-HA/m-p/133217#M55943</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/88/manish.html"&gt;Manish Gupta&lt;/A&gt; in case of hive ha also you can connect to HiveServer2 JDBC URL that contains zookeeper for eg: jdbc:hive2://&amp;lt;zk1&amp;gt;:2181,&amp;lt;zk2&amp;gt;2181/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2, &lt;/P&gt;&lt;P&gt;this is explained very well in this doc , you can refer the same under &lt;STRONG&gt;Query Execution Path With ZooKeeper topic&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.6/bk_hadoop-ha/content/ha-hs2-service-discovery.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.6/bk_hadoop-ha/content/ha-hs2-service-discovery.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 15:10:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-HBase-after-HBase-HA/m-p/133217#M55943</guid>
      <dc:creator>dsharma</dc:creator>
      <dc:date>2017-03-02T15:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to use HBase after HBase HA</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-HBase-after-HBase-HA/m-p/133218#M55944</link>
      <description>&lt;P&gt;Awesome. Thanks for the link. &lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 22:43:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-use-HBase-after-HBase-HA/m-p/133218#M55944</guid>
      <dc:creator>manish1</dc:creator>
      <dc:date>2017-03-02T22:43:40Z</dc:date>
    </item>
  </channel>
</rss>

