@InterfaceAudience.LimitedPrivate(value="Tools")
@InterfaceStability.Evolving
public class OfflineMetaRepair
extends Object
This code is used to rebuild meta off line from file system data. If there
are any problem detected, it will fail suggesting actions for the user to do
to "fix" problems. If it succeeds, it will backup the previous hbase:meta and
-ROOT- dirs and write new tables in place.
This is an advanced feature, so is only exposed for use if explicitly
mentioned.
hbase org.apache.hadoop.hbase.util.hbck.OfflineMetaRepair ...