<?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 hbase.MasterNotRunningException in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-MasterNotRunningException/m-p/2499#M419</link>
    <description>&lt;P&gt;Seeing this error on a 8 node cluster. Able to connect from the node where zookeeper is deployed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;2013-10-18 17:01:08,656 INFO org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation: getMaster attempt 0 of 10 failed; retrying after sleep of 1009
org.apache.hadoop.hbase.MasterNotRunningException
	at org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.getMaster(HConnectionManager.java:706)
	at org.apache.hadoop.hbase.client.HBaseAdmin.&amp;lt;init&amp;gt;(HBaseAdmin.java:126)
	at org.apache.hadoop.hbase.thrift.ThriftServerRunner$HBaseHandler.&amp;lt;init&amp;gt;(ThriftServerRunner.java:513)
	at org.apache.hadoop.hbase.thrift.ThriftServerRunner.&amp;lt;init&amp;gt;(ThriftServerRunner.java:228)
	at org.apache.hadoop.hbase.thrift.ThriftServer.doMain(ThriftServer.java:100)
	at org.apache.hadoop.hbase.thrift.ThriftServer.main(ThriftServer.java:237)&lt;/PRE&gt;</description>
    <pubDate>Fri, 16 Sep 2022 08:49:27 GMT</pubDate>
    <dc:creator>Ranga</dc:creator>
    <dc:date>2022-09-16T08:49:27Z</dc:date>
    <item>
      <title>hbase.MasterNotRunningException</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-MasterNotRunningException/m-p/2499#M419</link>
      <description>&lt;P&gt;Seeing this error on a 8 node cluster. Able to connect from the node where zookeeper is deployed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;2013-10-18 17:01:08,656 INFO org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation: getMaster attempt 0 of 10 failed; retrying after sleep of 1009
org.apache.hadoop.hbase.MasterNotRunningException
	at org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.getMaster(HConnectionManager.java:706)
	at org.apache.hadoop.hbase.client.HBaseAdmin.&amp;lt;init&amp;gt;(HBaseAdmin.java:126)
	at org.apache.hadoop.hbase.thrift.ThriftServerRunner$HBaseHandler.&amp;lt;init&amp;gt;(ThriftServerRunner.java:513)
	at org.apache.hadoop.hbase.thrift.ThriftServerRunner.&amp;lt;init&amp;gt;(ThriftServerRunner.java:228)
	at org.apache.hadoop.hbase.thrift.ThriftServer.doMain(ThriftServer.java:100)
	at org.apache.hadoop.hbase.thrift.ThriftServer.main(ThriftServer.java:237)&lt;/PRE&gt;</description>
      <pubDate>Fri, 16 Sep 2022 08:49:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-MasterNotRunningException/m-p/2499#M419</guid>
      <dc:creator>Ranga</dc:creator>
      <dc:date>2022-09-16T08:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: hbase.MasterNotRunningException</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-MasterNotRunningException/m-p/2509#M420</link>
      <description>&lt;P&gt;Can you give a bit more detail as to what you are doing when you encounter this error? &amp;nbsp;And is the machine where you are seeing this one of those 8 nodes in the cluster? &amp;nbsp;Or an external machine?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've seen this before when a client app outside the cluster was unable to connect to the zookeeper quorum because a local copy of the hbase-site.xml file was not in the application's path therefore it did not know who the zookeeper servers were and the error looks like yours. &amp;nbsp;The property that needs to be specified for the client is: hbase.zookeeeper.quorum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://hbase.apache.org/book/zookeeper.html" target="_blank"&gt;http://hbase.apache.org/book/zookeeper.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2013 19:26:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-MasterNotRunningException/m-p/2509#M420</guid>
      <dc:creator>Clint</dc:creator>
      <dc:date>2013-10-21T19:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: hbase.MasterNotRunningException</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-MasterNotRunningException/m-p/2513#M421</link>
      <description>&lt;P&gt;It is one of the 8 nodes. We see the same issue when running Hive and Impala queries from Hue on the node where Zookeeper is not running.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So we have Zookeeper on Nodes 3,4,5. Hue is running on Node 1. We see this issue executing Hive query in Hue.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2013 20:37:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-MasterNotRunningException/m-p/2513#M421</guid>
      <dc:creator>Ranga</dc:creator>
      <dc:date>2013-10-21T20:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: hbase.MasterNotRunningException</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-MasterNotRunningException/m-p/2515#M422</link>
      <description>&lt;P&gt;do you have the zookeeper.quorum property I mentioned previously in your /etc/hbase/conf/hbase-site.xml file on these systems? &amp;nbsp;It sounds like your hbase clients &amp;nbsp;(any app trying to access the HBase service) are trying to use the default property for the ZK quorum, which would have them looking on the localhost for a ZK server. &amp;nbsp;This is why it works on nodes that are running a ZK instance. &amp;nbsp;You need a valid hbase-site.xml file on each node that specifies the ZK quorum. &amp;nbsp;It was described in that link I posted. &amp;nbsp;I hope that helps.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2013 20:54:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-MasterNotRunningException/m-p/2515#M422</guid>
      <dc:creator>Clint</dc:creator>
      <dc:date>2013-10-21T20:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: hbase.MasterNotRunningException</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-MasterNotRunningException/m-p/2517#M423</link>
      <description>&lt;P&gt;thanks for your response. On each node we have the following in hbase-site.xml. I changed the domain to zzz here&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;property&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;hbase.zookeeper.quorum&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;zzz1.zzz.com,zzz2.zzz.com,zzz3.zzz.com&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2013 21:28:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-MasterNotRunningException/m-p/2517#M423</guid>
      <dc:creator>Ranga</dc:creator>
      <dc:date>2013-10-21T21:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: hbase.MasterNotRunningException</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-MasterNotRunningException/m-p/2519#M424</link>
      <description>&lt;P&gt;I need one clarification. I see this configuration in /etc/hbase/conf/hbase-site.xml&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;property&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;name&amp;gt;hbase.zookeeper.quorum&amp;lt;/name&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;value&amp;gt;zzz1.zzz.com,zzz2.zzz.com,zzz3.zzz.com&amp;lt;/val&lt;/SPAN&gt;&lt;SPAN&gt;ue&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/property&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Added two more zookeepers thru cloudera manager services. when I view hbase-&amp;gt; instances -&amp;gt; region servers -&amp;gt; process -&amp;gt; show/hide configs/hbase-site.xml I see the 5 zookeeper hosts. But /etc/hbase/conf still has 3. Does Cloudera use /etc/hbase/conf/hbase-site.xml by default or does it store the updated hbase-site.xml some where else?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2013 21:36:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-MasterNotRunningException/m-p/2519#M424</guid>
      <dc:creator>Ranga</dc:creator>
      <dc:date>2013-10-21T21:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: hbase.MasterNotRunningException</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-MasterNotRunningException/m-p/2531#M425</link>
      <description>&lt;P&gt;We got help from support to solve this. Here the solution. Solution is temporary for that hive session.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hive&amp;gt; set hbase.zookeeper.quorum=list of host names&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;hive&amp;gt;&amp;nbsp;&lt;/SPAN&gt;ADD JAR /opt/cloudera/parcels/CDH-4.4.0-1.cdh4.4.0.p0.39/lib/hive/lib/hive-hbase-handler-0.10.0-cdh4.4.0.jar&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;hive&amp;gt;&amp;nbsp;&lt;/SPAN&gt;ADD JAR /opt/cloudera/parcels/CDH-4.4.0-1.cdh4.4.0.p0.39/lib/hive/lib/guava-11.0.2.jar;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;hive&amp;gt;&amp;nbsp;&lt;/SPAN&gt;ADD JAR /opt/cloudera/parcels/CDH-4.4.0-1.cdh4.4.0.p0.39/lib/hive/lib/zookeeper.jar;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;hive&amp;gt;&amp;nbsp;&lt;/SPAN&gt;ADD JAR /opt/cloudera/parcels/CDH-4.4.0-1.cdh4.4.0.p0.39/lib/hbase/hbase-0.94.6-cdh4.4.0-security.jar;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2013 16:32:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-MasterNotRunningException/m-p/2531#M425</guid>
      <dc:creator>Ranga</dc:creator>
      <dc:date>2013-10-22T16:32:34Z</dc:date>
    </item>
  </channel>
</rss>

