<?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: ERROR WHILE STARTING HBASE_MASTER_TableExistsSxception and Loaded coprocessors in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/ERROR-WHILE-STARTING-HBASE-MASTER-TableExistsSxception-and/m-p/161379#M123758</link>
    <description>&lt;P&gt;@ Nitin&lt;/P&gt;&lt;P&gt;ROOT CAUSE:-

There
should be a table named by namespace for maintaining the info of tables, which
is already exists on /hbase directory , While starting the process HMaster it
will create the namespace directory under /hbase directory So it is showing the
Table Exists Exception.

SOLUTION:-

We have to
manually repair the /hbase metastore by using offline command as,

$HBASE_HOME/bin/hbase
org.apache.hadoop.hbase.util.hbck.OfflineMetaRepair

Then start
the process of HMASTER. IF this is not working Use the zookeeper client for
removing it as,

From the
Hbase docker or any one of the docker.

zookeeper-3.4.6/bin/zkCli.sh
-server 192.168.1.90

ls /

rmr /hbase

ls /

exit

zookeeper-3.4.6/bin/zkCli.sh
-server 192.168.1.91

ls /

exit&lt;/P&gt;</description>
    <pubDate>Tue, 20 Sep 2016 18:03:05 GMT</pubDate>
    <dc:creator>balay80</dc:creator>
    <dc:date>2016-09-20T18:03:05Z</dc:date>
    <item>
      <title>ERROR WHILE STARTING HBASE_MASTER_TableExistsSxception and Loaded coprocessors</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ERROR-WHILE-STARTING-HBASE-MASTER-TableExistsSxception-and/m-p/161378#M123757</link>
      <description>&lt;P&gt;I am getting an error in hbase while starting it in HDP. I am using HDP-2.3.2&lt;/P&gt;&lt;P&gt;2016-09-17 04:47:58,238 FATAL [master:hb-qa:60000] master.HMaster: Master server abort: loaded coprocessors are: []
2016-09-17 04:47:58,239 FATAL [master:hb-qa:60000] master.HMaster: Unhandled exception. Starting shutdown.
org.apache.hadoop.hbase.TableExistsException: hbase:namespace
at org.apache.hadoop.hbase.master.handler.CreateTableHandler.prepare(CreateTableHandler.java:133)
at org.apache.hadoop.hbase.master.TableNamespaceManager.createNamespaceTable(TableNamespaceManager.java:232)
at org.apache.hadoop.hbase.master.TableNamespaceManager.start(TableNamespaceManager.java:86)
at org.apache.hadoop.hbase.master.HMaster.initNamespace(HMaster.java:1046)
at org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:925)
at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:605)
at java.lang.Thread.run(Thread.java:745)&lt;/P&gt;&lt;P&gt;Can someone help me with this?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2016 17:31:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ERROR-WHILE-STARTING-HBASE-MASTER-TableExistsSxception-and/m-p/161378#M123757</guid>
      <dc:creator>nitinshk77</dc:creator>
      <dc:date>2016-09-20T17:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR WHILE STARTING HBASE_MASTER_TableExistsSxception and Loaded coprocessors</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ERROR-WHILE-STARTING-HBASE-MASTER-TableExistsSxception-and/m-p/161379#M123758</link>
      <description>&lt;P&gt;@ Nitin&lt;/P&gt;&lt;P&gt;ROOT CAUSE:-

There
should be a table named by namespace for maintaining the info of tables, which
is already exists on /hbase directory , While starting the process HMaster it
will create the namespace directory under /hbase directory So it is showing the
Table Exists Exception.

SOLUTION:-

We have to
manually repair the /hbase metastore by using offline command as,

$HBASE_HOME/bin/hbase
org.apache.hadoop.hbase.util.hbck.OfflineMetaRepair

Then start
the process of HMASTER. IF this is not working Use the zookeeper client for
removing it as,

From the
Hbase docker or any one of the docker.

zookeeper-3.4.6/bin/zkCli.sh
-server 192.168.1.90

ls /

rmr /hbase

ls /

exit

zookeeper-3.4.6/bin/zkCli.sh
-server 192.168.1.91

ls /

exit&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2016 18:03:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ERROR-WHILE-STARTING-HBASE-MASTER-TableExistsSxception-and/m-p/161379#M123758</guid>
      <dc:creator>balay80</dc:creator>
      <dc:date>2016-09-20T18:03:05Z</dc:date>
    </item>
  </channel>
</rss>

