<?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 hbck - repair/fix in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-hbck-repair-fix/m-p/217757#M77207</link>
    <description>&lt;P&gt;----&amp;gt;Basically command "hbase hbck &amp;lt;options&amp;gt;" provides multiple options to fix different kind of inconsistencies.&lt;/P&gt;&lt;P&gt;Examples :&lt;/P&gt;&lt;P&gt; -fix  Try to fix region
assignments.  This is for backwards
compatiblity&lt;/P&gt;&lt;P&gt; 
-fixAssignments  Try to fix
region assignments.  Replaces the old
-fix&lt;/P&gt;&lt;P&gt;  -fixMeta  Try to fix meta problems.  This assumes HDFS region info is good.&lt;/P&gt;&lt;P&gt; 
-noHdfsChecking  Don't load/check
region info from HDFS. Assumes hbase:meta region info is good. Won't check/fix
any HDFS issue, e.g. hole, orphan, or overlap&lt;/P&gt;&lt;P&gt;  -fixHdfsHoles  Try to fix region holes in hdfs.&lt;/P&gt;&lt;P&gt; 
-fixHdfsOrphans  Try to fix
region dirs with no .regioninfo file in hdfs&lt;/P&gt;&lt;P&gt;----&amp;gt; repair option is Shortcut which fixes mutiple
inconsistencies.&lt;/P&gt;&lt;P&gt;Options/Description:&lt;/P&gt;&lt;P&gt;  Metadata Repair
shortcuts&lt;/P&gt;&lt;P&gt;  -repair  Shortcut for -fixAssignments
-fixMeta -fixHdfsHoles -fixHdfsOrphans -fixHdfsOverlaps -fixVersionFile
-sidelineBigOverlaps -fixReferenceFiles -fixHFileLinks -fixTableLocks
-fixOrphanedTableZnodes&lt;/P&gt;&lt;P&gt;  -repairHoles  Shortcut for -fixAssignments -fixMeta
-fixHdfsHoles  &lt;/P&gt;&lt;P&gt;You can run below command to see all possible options and
their meanings:&lt;/P&gt;&lt;P&gt;hbase hbck -help&lt;/P&gt;&lt;P&gt;This Link has also details of the hbck  -
&lt;A href="https://hbase.apache.org/book.html#hbck.in.depth" target="_blank"&gt;https://hbase.apache.org/book.html#hbck.in.depth&lt;/A&gt; and when to run.&lt;/P&gt;</description>
    <pubDate>Sun, 15 Apr 2018 14:39:14 GMT</pubDate>
    <dc:creator>schhabra1</dc:creator>
    <dc:date>2018-04-15T14:39:14Z</dc:date>
    <item>
      <title>hbase hbck - repair/fix</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-hbck-repair-fix/m-p/217756#M77206</link>
      <description>&lt;P&gt;sometimes in our environment, when selecting from a hbase table there is error. so we usually run "hbase hbck" (without any further parameters) and check for inconsistencies. If we see any inconsistency we usually restart the hbase master/region services and then run "hbase hbck" again and check the output. Most of the time the inconsistencies are gone.&lt;/P&gt;&lt;P&gt;So where and in what circumstance do we use options of "hbase hbck" like repair and fix?&lt;/P&gt;&lt;P&gt;appreciate the insights.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 22:04:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-hbck-repair-fix/m-p/217756#M77206</guid>
      <dc:creator>vtpcnk</dc:creator>
      <dc:date>2018-04-13T22:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: hbase hbck - repair/fix</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-hbck-repair-fix/m-p/217757#M77207</link>
      <description>&lt;P&gt;----&amp;gt;Basically command "hbase hbck &amp;lt;options&amp;gt;" provides multiple options to fix different kind of inconsistencies.&lt;/P&gt;&lt;P&gt;Examples :&lt;/P&gt;&lt;P&gt; -fix  Try to fix region
assignments.  This is for backwards
compatiblity&lt;/P&gt;&lt;P&gt; 
-fixAssignments  Try to fix
region assignments.  Replaces the old
-fix&lt;/P&gt;&lt;P&gt;  -fixMeta  Try to fix meta problems.  This assumes HDFS region info is good.&lt;/P&gt;&lt;P&gt; 
-noHdfsChecking  Don't load/check
region info from HDFS. Assumes hbase:meta region info is good. Won't check/fix
any HDFS issue, e.g. hole, orphan, or overlap&lt;/P&gt;&lt;P&gt;  -fixHdfsHoles  Try to fix region holes in hdfs.&lt;/P&gt;&lt;P&gt; 
-fixHdfsOrphans  Try to fix
region dirs with no .regioninfo file in hdfs&lt;/P&gt;&lt;P&gt;----&amp;gt; repair option is Shortcut which fixes mutiple
inconsistencies.&lt;/P&gt;&lt;P&gt;Options/Description:&lt;/P&gt;&lt;P&gt;  Metadata Repair
shortcuts&lt;/P&gt;&lt;P&gt;  -repair  Shortcut for -fixAssignments
-fixMeta -fixHdfsHoles -fixHdfsOrphans -fixHdfsOverlaps -fixVersionFile
-sidelineBigOverlaps -fixReferenceFiles -fixHFileLinks -fixTableLocks
-fixOrphanedTableZnodes&lt;/P&gt;&lt;P&gt;  -repairHoles  Shortcut for -fixAssignments -fixMeta
-fixHdfsHoles  &lt;/P&gt;&lt;P&gt;You can run below command to see all possible options and
their meanings:&lt;/P&gt;&lt;P&gt;hbase hbck -help&lt;/P&gt;&lt;P&gt;This Link has also details of the hbck  -
&lt;A href="https://hbase.apache.org/book.html#hbck.in.depth" target="_blank"&gt;https://hbase.apache.org/book.html#hbck.in.depth&lt;/A&gt; and when to run.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Apr 2018 14:39:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-hbck-repair-fix/m-p/217757#M77207</guid>
      <dc:creator>schhabra1</dc:creator>
      <dc:date>2018-04-15T14:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: hbase hbck - repair/fix</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-hbck-repair-fix/m-p/217758#M77208</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1485/vtpcnk.html" nodeid="1485"&gt;@n c&lt;/A&gt; Did you above information helped you.&lt;/P&gt;&lt;P&gt;If yes, Please accept answer.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2018 19:39:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-hbck-repair-fix/m-p/217758#M77208</guid>
      <dc:creator>schhabra1</dc:creator>
      <dc:date>2018-04-19T19:39:26Z</dc:date>
    </item>
  </channel>
</rss>

