Search in sources :

Example 1 with AcidMetricService

use of org.apache.hadoop.hive.metastore.metrics.AcidMetricService in project hive by apache.

the class CompactorTest method runAcidMetricService.

protected void runAcidMetricService() {
    TestTxnDbUtil.setConfValues(conf);
    AcidMetricService t = new AcidMetricService();
    t.setConf(conf);
    t.run();
}
Also used : AcidMetricService(org.apache.hadoop.hive.metastore.metrics.AcidMetricService)

Aggregations

AcidMetricService (org.apache.hadoop.hive.metastore.metrics.AcidMetricService)1