You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by kl...@apache.org on 2021/01/12 08:14:43 UTC

[hive] branch master updated (d02e800 -> a8f9ed5)

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

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


    from d02e800  HIVE-24588: Run tests using specific log4j2 configuration conveniently (Stamatis Zampetakis, reviewed by Jesus Camacho Rodriguez)
     add a8f9ed5  HIVE-24586: Rename compaction 'attempted' status (Karen Coppage, reviewed by Peter Vary)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/hive/conf/HiveConf.java |  2 +-
 .../upgrade/hive/hive-schema-4.0.0.hive.sql        |  3 +-
 .../upgrade/hive/upgrade-3.1.0-to-4.0.0.hive.sql   |  3 +-
 .../hadoop/hive/ql/txn/compactor/Initiator.java    |  6 +-
 .../metastore/txn/TestCompactionTxnHandler.java    |  2 +-
 .../apache/hadoop/hive/ql/TestTxnCommands2.java    | 69 ++++++++++++----------
 .../hadoop/hive/ql/TxnCommandsBaseForTests.java    |  2 +-
 .../hive/ql/txn/compactor/CompactorTest.java       | 16 ++---
 .../ql/txn/compactor/CompactorTestUtilities.java   |  1 +
 .../hive/ql/txn/compactor/TestInitiator.java       | 47 ++++++++++++++-
 .../hadoop/hive/metastore/conf/MetastoreConf.java  | 44 ++++++++++++--
 .../hadoop/hive/metastore/HiveMetaStore.java       |  5 +-
 .../hive/metastore/txn/CompactionTxnHandler.java   | 20 +++----
 .../hadoop/hive/metastore/txn/TxnHandler.java      |  4 +-
 .../apache/hadoop/hive/metastore/txn/TxnStore.java |  4 +-
 .../hive/metastore/conf/TestMetastoreConf.java     | 30 ++++++++++
 16 files changed, 188 insertions(+), 70 deletions(-)