Description
HBASE-9774 moved our metrics to its own package recently, unfortunately running a MR job against snapshots will fail since org.apache.hadoop.hbase.metrics.impl.FastLongHistogram is not present in the classpath and is needed by the ClientSideRegionScanner (HStore keeps track cache statistics from LruBlockCache).
Attachments
Attachments
Issue Links
- is broken by
-
HBASE-9774 HBase native metrics and metric collection for coprocessors
- Closed
- relates to
-
HBASE-19588 Additional jar dependencies needed for mapreduce PerformanceEvaluation
- Resolved
-
HBASE-17964 ensure hbase-metrics-api is included in mapreduce job classpaths
- Closed