| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.util | |
| org.apache.hadoop.hbase.util.hbck |
| 限定符和类型 | 方法和说明 |
|---|---|
HBaseFsck.ErrorReporter |
HBaseFsck.getErrors() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
HBaseFsck.debugLsr(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.Path p,
HBaseFsck.ErrorReporter 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,
HBaseFsck.ErrorReporter 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,
HBaseFsck.ErrorReporter errors)
Runs through the HBase rootdir/tablename and creates a reverse lookup map for
table StoreFile names to the full Path.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
HFileCorruptionChecker.report(HBaseFsck.ErrorReporter out)
Print a human readable summary of hfile quarantining operations.
|
| 构造器和说明 |
|---|
ReplicationChecker(org.apache.hadoop.conf.Configuration conf,
ZKWatcher zkw,
HBaseFsck.ErrorReporter errorReporter) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.