Package | Description |
---|---|
org.apache.hadoop.hbase.util | |
org.apache.hadoop.hbase.util.hbck |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
HBaseFsck.PrintingErrorReporter |
Modifier and Type | Field and Description |
---|---|
private HbckErrorReporter |
HBaseFsck.errors
State
|
private HbckErrorReporter |
HBaseFsck.WorkItemRegion.errors |
private HbckErrorReporter |
HBaseFsck.WorkItemHdfsDir.errors |
private HbckErrorReporter |
HBaseFsck.WorkItemHdfsRegionInfo.errors |
(package private) HbckErrorReporter |
HbckTableInfo.IntegrityFixSuggester.errors |
Modifier and Type | Method and Description |
---|---|
(package private) static HbckErrorReporter |
HBaseFsck.getErrorReporter(org.apache.hadoop.conf.Configuration conf) |
HbckErrorReporter |
HBaseFsck.getErrors() |
Modifier and Type | Method and Description |
---|---|
static void |
HBaseFsck.debugLsr(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.Path p,
HbckErrorReporter errors)
ls -r for debugging purposes
|
static Map<String,org.apache.hadoop.fs.Path> |
FSUtils.getTableStoreFilePathMap(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path hbaseRootDir,
org.apache.hadoop.fs.PathFilter sfFilter,
ExecutorService executor,
HbckErrorReporter errors)
Runs through the HBase rootdir and creates a reverse lookup map for
table StoreFile names to the full Path.
|
static Map<String,org.apache.hadoop.fs.Path> |
FSUtils.getTableStoreFilePathMap(Map<String,org.apache.hadoop.fs.Path> resultMap,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path hbaseRootDir,
TableName tableName,
org.apache.hadoop.fs.PathFilter sfFilter,
ExecutorService executor,
HbckErrorReporter errors)
Runs through the HBase rootdir/tablename and creates a reverse lookup map for
table StoreFile names to the full Path.
|
Constructor and Description |
---|
HDFSIntegrityFixer(HbckTableInfo ti,
HbckErrorReporter errors,
org.apache.hadoop.conf.Configuration conf,
boolean fixHoles,
boolean fixOverlaps) |
IntegrityFixSuggester(HbckTableInfo ti,
HbckErrorReporter errors) |
WorkItemHdfsDir(org.apache.hadoop.fs.FileSystem fs,
HbckErrorReporter errors,
org.apache.hadoop.fs.FileStatus status) |
WorkItemHdfsRegionInfo(HbckRegionInfo hbi,
HBaseFsck hbck,
HbckErrorReporter errors) |
WorkItemRegion(HBaseFsck hbck,
ServerName info,
HbckErrorReporter errors,
ClusterConnection connection) |
Modifier and Type | Field and Description |
---|---|
private HbckErrorReporter |
ReplicationChecker.errorReporter |
Modifier and Type | Method and Description |
---|---|
void |
HFileCorruptionChecker.report(HbckErrorReporter out)
Print a human readable summary of hfile quarantining operations.
|
Constructor and Description |
---|
ReplicationChecker(org.apache.hadoop.conf.Configuration conf,
ZKWatcher zkw,
ClusterConnection connection,
HbckErrorReporter errorReporter) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.