org.apache.hadoop.hbase.client
Class HBaseFsck
java.lang.Object
org.apache.hadoop.hbase.client.HBaseAdmin
org.apache.hadoop.hbase.client.HBaseFsck
public class HBaseFsck
- extends HBaseAdmin
Check consistency among the in-memory states of the master and the
region server(s) and the state of data in HDFS.
Constructor Summary |
HBaseFsck(org.apache.hadoop.conf.Configuration conf)
Constructor |
Methods inherited from class org.apache.hadoop.hbase.client.HBaseAdmin |
addColumn, addColumn, checkHBaseAvailable, closeRegion, closeRegion, compact, compact, createTable, createTable, createTable, createTableAsync, deleteColumn, deleteColumn, deleteTable, deleteTable, disableTable, disableTable, enableTable, enableTable, flush, flush, getClusterStatus, getConnection, getMaster, getTableDescriptor, isMasterRunning, isTableAvailable, isTableAvailable, isTableDisabled, isTableEnabled, isTableEnabled, listTables, majorCompact, majorCompact, modifyColumn, modifyColumn, modifyTable, modifyTable, shutdown, split, split, tableExists, tableExists |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_TIME_LAG
public static final long DEFAULT_TIME_LAG
- See Also:
- Constant Field Values
HBaseFsck
public HBaseFsck(org.apache.hadoop.conf.Configuration conf)
throws MasterNotRunningException,
IOException
- Constructor
- Parameters:
conf
- Configuration object
- Throws:
MasterNotRunningException
- if the master is not running
IOException
printUsageAndExit
protected static void printUsageAndExit()
main
public static void main(String[] args)
throws IOException,
MasterNotRunningException
- Main program
- Parameters:
args
-
- Throws:
IOException
MasterNotRunningException
Copyright © 2010 Apache Software Foundation. All Rights Reserved.