<?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 HMaster not starting -- TableExistsException in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/HMaster-not-starting-TableExistsException/m-p/11466#M51649</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found out that for this exception :&lt;/P&gt;&lt;PRE&gt;Unhandled exception. Starting shutdown.
org.apache.hadoop.hbase.TableExistsException: hbase:namespace
	at org.apache.hadoop.hbase.master.handler.CreateTableHandler.prepare(CreateTableHandler.java:120)
	at org.apache.hadoop.hbase.master.TableNamespaceManager.createNamespaceTable(TableNamespaceManager.java:230)
	at org.apache.hadoop.hbase.master.TableNamespaceManager.start(TableNamespaceManager.java:85)
	at org.apache.hadoop.hbase.master.HMaster.initNamespace(HMaster.java:1059)
	at org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:920)
	at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:606)
	at java.lang.Thread.run(Thread.java:744)&lt;/PRE&gt;&lt;P&gt;I need to clean the /habse in zookeper but I didn't find it. I didn't find how to remove a ZNODE, is it located in the HDFS ?&lt;/P&gt;&lt;P&gt;Found some clue here :&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://web.archiveorange.com/archive/v/WCpTuGEshqKoq2ZC4X3L"&gt;http://web.archiveorange.com/archive/v/WCpTuGEshqKoq2ZC4X3L&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(For the record, I got this error after deleting all services and reinstalling them one by one).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Sep 2022 08:58:10 GMT</pubDate>
    <dc:creator>Kulssaka</dc:creator>
    <dc:date>2022-09-16T08:58:10Z</dc:date>
    <item>
      <title>HMaster not starting -- TableExistsException</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HMaster-not-starting-TableExistsException/m-p/11466#M51649</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found out that for this exception :&lt;/P&gt;&lt;PRE&gt;Unhandled exception. Starting shutdown.
org.apache.hadoop.hbase.TableExistsException: hbase:namespace
	at org.apache.hadoop.hbase.master.handler.CreateTableHandler.prepare(CreateTableHandler.java:120)
	at org.apache.hadoop.hbase.master.TableNamespaceManager.createNamespaceTable(TableNamespaceManager.java:230)
	at org.apache.hadoop.hbase.master.TableNamespaceManager.start(TableNamespaceManager.java:85)
	at org.apache.hadoop.hbase.master.HMaster.initNamespace(HMaster.java:1059)
	at org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:920)
	at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:606)
	at java.lang.Thread.run(Thread.java:744)&lt;/PRE&gt;&lt;P&gt;I need to clean the /habse in zookeper but I didn't find it. I didn't find how to remove a ZNODE, is it located in the HDFS ?&lt;/P&gt;&lt;P&gt;Found some clue here :&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://web.archiveorange.com/archive/v/WCpTuGEshqKoq2ZC4X3L"&gt;http://web.archiveorange.com/archive/v/WCpTuGEshqKoq2ZC4X3L&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(For the record, I got this error after deleting all services and reinstalling them one by one).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 08:58:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HMaster-not-starting-TableExistsException/m-p/11466#M51649</guid>
      <dc:creator>Kulssaka</dc:creator>
      <dc:date>2022-09-16T08:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: HMaster not starting -- TableExistsException</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HMaster-not-starting-TableExistsException/m-p/11478#M51650</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can access ZooKeeper via several methods, but the easiest is to use the 'hbase zkcli' command from one of the servers running an HBase service. &amp;nbsp;&lt;SPAN style="line-height: 1.2;"&gt;Once in the ZooKeeper CLI, you can run 'rmr /hbase' to remove the znode.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you have found, this is a necessary step if you are removing and reinstalling HBase using the same ZooKeeper.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2014 15:28:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HMaster-not-starting-TableExistsException/m-p/11478#M51650</guid>
      <dc:creator>jdavis</dc:creator>
      <dc:date>2014-04-29T15:28:59Z</dc:date>
    </item>
  </channel>
</rss>

