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();
}
Aggregations