You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by pv...@apache.org on 2021/03/11 16:49:03 UTC

[hive] branch master updated (151efb3 -> 64b6e6b)

This is an automated email from the ASF dual-hosted git repository.

pvarga pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git.


    from 151efb3  HIVE-24857: Trigger Tez output commit after close operation (Marton Bod via Peter Vary)
     add 64b6e6b  HIVE-24824: Create AcidMetricsService (Peter Varga reviewed by Karen Coppage)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hive/ql/txn/compactor/Initiator.java    |  45 ----
 .../hive/ql/txn/compactor/CompactorTest.java       |   8 +
 .../ql/txn/compactor/TestCompactionMetrics.java    | 261 +++++++++++++++++++++
 .../hive/ql/txn/compactor/TestInitiator.java       | 212 -----------------
 .../hadoop/hive/metastore/conf/MetastoreConf.java  |  10 +
 .../hive/metastore/metrics/AcidMetricService.java  | 133 +++++++++++
 6 files changed, 412 insertions(+), 257 deletions(-)
 create mode 100644 ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/TestCompactionMetrics.java
 create mode 100644 standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/metrics/AcidMetricService.java