You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by vi...@apache.org on 2023/03/29 02:20:13 UTC

[hive] branch branch-3 updated (95b083a77c5 -> 167806919e2)

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

vihangk1 pushed a change to branch branch-3
in repository https://gitbox.apache.org/repos/asf/hive.git


    from 95b083a77c5 HIVE-27174 : Disable sysdb.q (Aman Raj reviewed by Vihang Karajgaonkar)
     add 167806919e2 HIVE-26948: Backport HIVE-21456 to branch-3 (Vihang Karajgaonkar reviewed by Sourabh Goyal, Aman Raj)

No new revisions were added by this update.

Summary of changes:
 .../java/org/hadoop/hive/jdbc/SSLTestUtils.java    |   7 +
 .../test/java/org/apache/hive/jdbc/TestSSL.java    |  57 +++++
 pom.xml                                            |   4 +-
 standalone-metastore/pom.xml                       |   6 +
 .../hadoop/hive/metastore/HiveMetaStore.java       | 255 +++++++++++++++++++--
 .../hadoop/hive/metastore/HiveMetaStoreClient.java | 250 +++++++++++++-------
 .../hive/metastore/HmsThriftHttpServlet.java       | 113 +++++++++
 .../hadoop/hive/metastore/conf/MetastoreConf.java  |  75 ++++++
 .../hive/metastore/utils/MetaStoreUtils.java       |  24 ++
 .../hadoop/hive/metastore/utils/SecurityUtils.java |  53 ++++-
 ...erver.java => TestRemoteHiveHttpMetaStore.java} |  24 +-
 .../hive/metastore/TestRemoteHiveMetaStore.java    |   3 +
 .../src/test/resources/log4j2.properties           |   2 +-
 13 files changed, 763 insertions(+), 110 deletions(-)
 create mode 100644 standalone-metastore/src/main/java/org/apache/hadoop/hive/metastore/HmsThriftHttpServlet.java
 copy standalone-metastore/src/test/java/org/apache/hadoop/hive/metastore/{TestSetUGIOnOnlyServer.java => TestRemoteHiveHttpMetaStore.java} (63%)