<?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: Inconsistencies resulting in my inability to create tables in Hbase in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Inconsistencies-resulting-in-my-inability-to-create-tables/m-p/364858#M239256</link>
    <description>&lt;P&gt;Hello &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/103233"&gt;@Menyawy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for using Cloudera Community. The Error [1] indicates your Team is using CDH v5.x using HBase v1.x. In the concerned release, We have limited choices to ensure "hbase:namespace" Table Region is assigned correctly as shared below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(I) Easier Yet Not-Always-Successful Option:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;1) Shutdown HBase Service 
2) echo "rmr /hbase" | hbase zkcli (From HMaster Node) 
3) Start HBase Service 
4) sudo hbase hbase hbck -fixAssignments&lt;/LI-CODE&gt;&lt;P&gt;(II) Review whether any of the "hbase:namespace" Table Region files are reporting MissingBlockException. If Yes, We need to fix the MissingBlockException.&lt;/P&gt;&lt;P&gt;(III) Possible for the RegionServer Logs (Wherein the "hbase:namespace" Table Region is being assigned) would offer additional insight into the reasoning for the RegionServer being Unable to assign the "hbase:namespace" Table Region successfully. Your Team may review the concerned RegionServer Logs as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There may be Other Options, yet such Inconsistencies are better handled in HBase 2.x [1] &amp;amp; your Team should plan for using HBase v2.x soon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards, Smarak&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[1] &lt;A href="https://github.com/apache/hbase-operator-tools/blob/master/hbase-hbck2/README.md#master-startup-cannot-progress-in-holding-pattern-until-region-onlined" target="_blank"&gt;https://github.com/apache/hbase-operator-tools/blob/master/hbase-hbck2/README.md#master-startup-cannot-progress-in-holding-pattern-until-region-onlined&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Mar 2023 04:43:34 GMT</pubDate>
    <dc:creator>smdas</dc:creator>
    <dc:date>2023-03-01T04:43:34Z</dc:date>
    <item>
      <title>Inconsistencies resulting in my inability to create tables in Hbase</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Inconsistencies-resulting-in-my-inability-to-create-tables/m-p/362821#M238842</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;BR /&gt;i have the following problems&amp;nbsp; when i use&amp;nbsp;&lt;SPAN&gt;hbase hbck&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;10 inconsistencies detected.&lt;BR /&gt;Status: INCONSISTENT&lt;BR /&gt;2023-02-01 13:51:01,346 INFO [main] zookeeper.ZooKeeper: Session: 0x1860d1d2ec00091 closed&lt;BR /&gt;2023-02-01 13:51:01,346 INFO [main] client.ConnectionManager$HConnectionImplementation: Closing master protocol: MasterService&lt;BR /&gt;2023-02-01 13:51:01,346 INFO [main] client.ConnectionManager$HConnectionImplementation: Closing zookeeper sessionid=0x1860d1d2ec00092&lt;BR /&gt;2023-02-01 13:51:01,346 INFO [main-EventThread] zookeeper.ClientCnxn: EventThread shut down&lt;BR /&gt;2023-02-01 13:51:01,349 INFO [main] zookeeper.ZooKeeper: Session: 0x1860d1d2ec00092 closed&lt;BR /&gt;2023-02-01 13:51:01,349 INFO [main-EventThread] zookeeper.ClientCnxn: EventThread shut down&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also am unable to create a new table and this is the message that is being displayed&amp;nbsp; when i use&amp;nbsp;&lt;/P&gt;&lt;P&gt;create 'users','userinfo'&lt;/P&gt;&lt;P&gt;&lt;A class="question-hyperlink" href="https://stackoverflow.com/questions/29008080/error-java-io-ioexception-table-namespace-manager-not-ready-yet-try-again-lat" target="_blank" rel="noopener"&gt;&lt;FONT size="4"&gt;ERROR: java.io.IOException: Table Namespace Manager not ready yet, try again later&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 14:04:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Inconsistencies-resulting-in-my-inability-to-create-tables/m-p/362821#M238842</guid>
      <dc:creator>Menyawy</dc:creator>
      <dc:date>2023-02-01T14:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistencies resulting in my inability to create tables in Hbase</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Inconsistencies-resulting-in-my-inability-to-create-tables/m-p/364858#M239256</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/103233"&gt;@Menyawy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for using Cloudera Community. The Error [1] indicates your Team is using CDH v5.x using HBase v1.x. In the concerned release, We have limited choices to ensure "hbase:namespace" Table Region is assigned correctly as shared below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(I) Easier Yet Not-Always-Successful Option:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;1) Shutdown HBase Service 
2) echo "rmr /hbase" | hbase zkcli (From HMaster Node) 
3) Start HBase Service 
4) sudo hbase hbase hbck -fixAssignments&lt;/LI-CODE&gt;&lt;P&gt;(II) Review whether any of the "hbase:namespace" Table Region files are reporting MissingBlockException. If Yes, We need to fix the MissingBlockException.&lt;/P&gt;&lt;P&gt;(III) Possible for the RegionServer Logs (Wherein the "hbase:namespace" Table Region is being assigned) would offer additional insight into the reasoning for the RegionServer being Unable to assign the "hbase:namespace" Table Region successfully. Your Team may review the concerned RegionServer Logs as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There may be Other Options, yet such Inconsistencies are better handled in HBase 2.x [1] &amp;amp; your Team should plan for using HBase v2.x soon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards, Smarak&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[1] &lt;A href="https://github.com/apache/hbase-operator-tools/blob/master/hbase-hbck2/README.md#master-startup-cannot-progress-in-holding-pattern-until-region-onlined" target="_blank"&gt;https://github.com/apache/hbase-operator-tools/blob/master/hbase-hbck2/README.md#master-startup-cannot-progress-in-holding-pattern-until-region-onlined&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 04:43:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Inconsistencies-resulting-in-my-inability-to-create-tables/m-p/364858#M239256</guid>
      <dc:creator>smdas</dc:creator>
      <dc:date>2023-03-01T04:43:34Z</dc:date>
    </item>
  </channel>
</rss>

