HBASE-21452 Illegal character in hbase counters group name
This commit is contained in:
parent
00acda3c58
commit
d486bba630
@ -53,7 +53,7 @@ public class TableRecordReaderImpl {
|
|||||||
|
|
||||||
// HBASE_COUNTER_GROUP_NAME is the name of mapreduce counter group for HBase
|
// HBASE_COUNTER_GROUP_NAME is the name of mapreduce counter group for HBase
|
||||||
@VisibleForTesting
|
@VisibleForTesting
|
||||||
static final String HBASE_COUNTER_GROUP_NAME = "HBase Counters";
|
static final String HBASE_COUNTER_GROUP_NAME = "HBaseCounters";
|
||||||
private ResultScanner scanner = null;
|
private ResultScanner scanner = null;
|
||||||
private Scan scan = null;
|
private Scan scan = null;
|
||||||
private Scan currentScan = null;
|
private Scan currentScan = null;
|
||||||
|
@ -56,7 +56,7 @@ import org.apache.hbase.thirdparty.org.apache.commons.cli.CommandLine;
|
|||||||
@InterfaceAudience.LimitedPrivate(HBaseInterfaceAudience.TOOLS)
|
@InterfaceAudience.LimitedPrivate(HBaseInterfaceAudience.TOOLS)
|
||||||
public class ScanPerformanceEvaluation extends AbstractHBaseTool {
|
public class ScanPerformanceEvaluation extends AbstractHBaseTool {
|
||||||
|
|
||||||
private static final String HBASE_COUNTER_GROUP_NAME = "HBase Counters";
|
private static final String HBASE_COUNTER_GROUP_NAME = "HBaseCounters";
|
||||||
|
|
||||||
private String type;
|
private String type;
|
||||||
private String file;
|
private String file;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user