Leonid Vasilev created HBASE-25148:
--------------------------------------

             Summary: Scan metrics are not reported to Hadoop MapReduce counters
                 Key: HBASE-25148
                 URL: https://issues.apache.org/jira/browse/HBASE-25148
             Project: HBase
          Issue Type: Bug
          Components: Client, mapreduce, scan
    Affects Versions: 1.2.0
            Reporter: Leonid Vasilev


Hello, I setup a MapReduce job that scans HBase table and enabled scan metrics 
via Java API:
{code:java}
Scan scan = ...;
scan.setScanMetricsEnabled(true);
// Or via attribute
scan.setAttribute(                                               
        Scan.SCAN_ATTRIBUTES_METRICS_ENABLE,                             
        Bytes.toBytes(true));
TableMapReduceUtil.initTableMapperJob(...);                                     
                            
job.waitForCompletion(true){code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to