HBASE-8042 Offline Meta Repair no longer points to the correct location
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1454473 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
90e4bc2aa9
commit
37831d99a2
|
@ -2931,7 +2931,7 @@ from the file system. If the region metadata has proper table integrity, it side
|
|||
and meta table directories, and builds new ones with pointers to the region directories and their
|
||||
data.
|
||||
<programlisting>
|
||||
$ ./bin/hbase org.apache.hadoop.hbase.util.OfflineMetaRepair
|
||||
$ ./bin/hbase org.apache.hadoop.hbase.util.hbck.OfflineMetaRepair
|
||||
</programlisting>
|
||||
NOTE: This tool is not as clever as uberhbck but can be used to bootstrap repairs that uberhbck
|
||||
can complete.
|
||||
|
|
Loading…
Reference in New Issue