<?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: HBase Master dying after startup in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/HBase-Master-dying-after-startup/m-p/407103#M252610</link>
    <description>&lt;P&gt;yas i totatally agree , but i dont get how increasing the time out&amp;nbsp; fixes the problem?&lt;BR /&gt;the hbase master is basically not functional as long as it has not finished initializing .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Apr 2025 11:28:22 GMT</pubDate>
    <dc:creator>bigdatanoob</dc:creator>
    <dc:date>2025-04-28T11:28:22Z</dc:date>
    <item>
      <title>HBase Master dying after startup</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HBase-Master-dying-after-startup/m-p/112544#M75375</link>
      <description>&lt;P&gt;Greetings, all. &lt;/P&gt;&lt;P&gt;I have a very simple configuration: 3 node cluster -- one master, two workers; HDFS NN on master, HDFS SNN on one of the workers, and HDFS DN on each node. ZooKeeper successfully started on all three nodes with an established quorum and elected leader, etc. When I attempt to start HBase Master on the master node, it waits while HDFS NN works in "safe mode", doing its block replication thing. (While using the HBase shell to issue a status command, you get "HBase Initializing", etc.). Eventually, HBase Master goes away, because it times out waiting for HDFS NN to finish and exist safe mode. I have three questions:&lt;/P&gt;&lt;P&gt;1) Does my (simplest possible attempt) configuration, as described above, seem reasonable?&lt;/P&gt;&lt;P&gt;2) I'd prefer not to force HDFS out of safe mode; but as this is just an initial startup of a freshly provisioned Hadoop cluster, I assume that might not cause any issues. Do you agree?&lt;/P&gt;&lt;P&gt;3) Is there a threshold setting somewhere in the config. files that I can raise to ensure HBase Master waits longer for HDFS? I've been searching, but haven't found anything yet.&lt;/P&gt;&lt;P&gt;Attached is an abbreviated screen cap of log output...some messages just before the initial warning, and then the exception indicating that HBase Master has finally shutdown.&lt;/P&gt;&lt;P&gt;Thanks in advance for your help on this one!&lt;/P&gt;&lt;P&gt;~ Joseph&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="12628-log.png" style="width: 1920px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23209iAB5AF89ADC97E98D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="12628-log.png" alt="12628-log.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 11:14:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HBase-Master-dying-after-startup/m-p/112544#M75375</guid>
      <dc:creator>hawkins_house_d</dc:creator>
      <dc:date>2019-08-19T11:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: HBase Master dying after startup</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HBase-Master-dying-after-startup/m-p/112545#M75376</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/15680/hawkinshousederby.html" nodeid="15680"&gt;@Joseph Hawkins&lt;/A&gt;&lt;/P&gt;&lt;P&gt;1. There is nothing inherently wrong with your cluster layout for a small cluster.&lt;/P&gt;&lt;P&gt;2. You generally don't want to force HDFS out of safe mode.  Can you determine why HDFS is in safe mode?  If it is initial configuration, there shouldn't be any good reasons for it to be in safe mode.&lt;/P&gt;&lt;P&gt;3. I haven't found a configuration setting for HBase to wait for HDFS.  The assumption is that HDFS is running properly and writable.  Safe mode makes HDFS read-only which is why HBase shutsdown.&lt;/P&gt;&lt;P&gt;How are you starting the processes?  If you are doing the process start up from the command line, then you do need to ensure that HDFS comes up prior to start HBase.&lt;/P&gt;&lt;P&gt;Is this cluster managed with Ambari?  When you start services with Ambari, it will start the services in proper sequence and ensure the components are up before starting the next one.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Feb 2017 00:44:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HBase-Master-dying-after-startup/m-p/112545#M75376</guid>
      <dc:creator>myoung</dc:creator>
      <dc:date>2017-02-18T00:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: HBase Master dying after startup</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HBase-Master-dying-after-startup/m-p/112546#M75377</link>
      <description>&lt;P&gt;It happens when master is getting timeout while initializing the namespace table. (As far I know)&lt;/P&gt;&lt;P&gt;Increase the value for hbase.master.namespace.init.timeout in hbase-site.xml&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 05:41:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HBase-Master-dying-after-startup/m-p/112546#M75377</guid>
      <dc:creator>rchaman</dc:creator>
      <dc:date>2017-05-10T05:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: HBase Master dying after startup</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HBase-Master-dying-after-startup/m-p/407103#M252610</link>
      <description>&lt;P&gt;yas i totatally agree , but i dont get how increasing the time out&amp;nbsp; fixes the problem?&lt;BR /&gt;the hbase master is basically not functional as long as it has not finished initializing .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 11:28:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HBase-Master-dying-after-startup/m-p/407103#M252610</guid>
      <dc:creator>bigdatanoob</dc:creator>
      <dc:date>2025-04-28T11:28:22Z</dc:date>
    </item>
  </channel>
</rss>

