[hive] branch master updated (17e18c0 -> d0bbe76)

2021-06-15 Thread mahesh
This is an automated email from the ASF dual-hosted git repository.

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


from 17e18c0  HIVE-25055: Improve the exception handling in HMSHandler 
(Zhihua Deng reviewed by Vihang Karajgaonkar)
 add d0bbe76  HIVE-25204 : Reduce overhead of adding notification log for 
update partition column statistics. (Mahesh Kumar Behera, reviewed by Aasha 
Medhi)

No new revisions were added by this update.

Summary of changes:
 .../hcatalog/listener/DbNotificationListener.java  | 195 ++---
 .../hadoop/hive/metastore/DirectSqlUpdateStat.java |  21 ++-
 .../hive/metastore/MetaStoreEventListener.java |   8 +-
 .../hive/metastore/MetaStoreListenerNotifier.java  |   5 +-
 ...va => UpdatePartitionColumnStatEventBatch.java} |  53 +++---
 .../hive/metastore/messaging/EventMessage.java |   1 +
 .../hive/metastore/messaging/MessageBuilder.java   |   1 +
 7 files changed, 136 insertions(+), 148 deletions(-)
 copy 
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/{OpenTxnEvent.java
 => UpdatePartitionColumnStatEventBatch.java} (53%)


[hive] branch master updated (d323351 -> 17e18c0)

2021-06-15 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository.

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


from d323351  disable unstable tests
 add 17e18c0  HIVE-25055: Improve the exception handling in HMSHandler 
(Zhihua Deng reviewed by Vihang Karajgaonkar)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hive/metastore/ExceptionHandler.java| 163 +
 .../apache/hadoop/hive/metastore/HMSHandler.java   | 670 ++---
 .../hive/metastore/TestExceptionHandler.java   | 124 
 3 files changed, 468 insertions(+), 489 deletions(-)
 create mode 100644 
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/ExceptionHandler.java
 create mode 100644 
standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestExceptionHandler.java


[hive] branch master updated (7eb5ab0 -> d323351)

2021-06-15 Thread kgyrtkirk
This is an automated email from the ASF dual-hosted git repository.

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


from 7eb5ab0  HIVE-25238: Make SSL cipher suites configurable for Hive Web 
UI and HS2 (#2385) (Yongzhi Chen, reviewed by Naveen Gangam)
 add d323351  disable unstable tests

No new revisions were added by this update.

Summary of changes:
 .../src/test/java/org/apache/hive/jdbc/TestWMMetricsWithTrigger.java | 1 +
 .../java/org/apache/hive/service/TestHS2ImpersonationWithRemoteMS.java   | 1 +
 .../apache/hadoop/hive/llap/tezplugins/TestLlapTaskSchedulerService.java | 1 +
 ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/TestWorker.java  | 1 +
 4 files changed, 4 insertions(+)


[hive] branch master updated (588d44d -> 7eb5ab0)

2021-06-15 Thread ychena
This is an automated email from the ASF dual-hosted git repository.

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


from 588d44d  HIVE-25224: Multi insert statements involving tables with 
different bucketing_versions results in error (#2381) (Zoltan Haindrich 
reviewed by Krisztian Kasa)
 add 7eb5ab0  HIVE-25238: Make SSL cipher suites configurable for Hive Web 
UI and HS2 (#2385) (Yongzhi Chen, reviewed by Naveen Gangam)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hive/common/auth/HiveAuthUtils.java  | 21 ++---
 .../java/org/apache/hadoop/hive/conf/HiveConf.java  | 12 ++--
 .../src/java/org/apache/hive/http/HttpServer.java   | 14 ++
 .../service/cli/thrift/ThriftBinaryCLIService.java  |  5 -
 .../service/cli/thrift/ThriftHttpCLIService.java| 12 
 .../org/apache/hive/service/server/HiveServer2.java |  2 ++
 .../server/TestHS2HttpServerPamConfiguration.java   |  3 +++
 7 files changed, 63 insertions(+), 6 deletions(-)


[hive] branch master updated (6a7d4ba -> 588d44d)

2021-06-15 Thread kgyrtkirk
This is an automated email from the ASF dual-hosted git repository.

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


from 6a7d4ba  HIVE-24991: Enable fetching deleted rows in vectorized mode 
(Krisztian Kasa, reviewed by Panos Garefalakis)
 add 588d44d  HIVE-25224: Multi insert statements involving tables with 
different bucketing_versions results in error (#2381) (Zoltan Haindrich 
reviewed by Krisztian Kasa)

No new revisions were added by this update.

Summary of changes:
 .../hive/ql/optimizer/BucketVersionPopulator.java  |  48 -
 .../ql/optimizer/TestBucketVersionPopulator.java   |  70 +++
 .../multi_insert_bucketing_version.q   |  17 ++
 .../llap/multi_insert_bucketing_version.q.out  | 232 +
 4 files changed, 360 insertions(+), 7 deletions(-)
 create mode 100644 
ql/src/test/org/apache/hadoop/hive/ql/optimizer/TestBucketVersionPopulator.java
 create mode 100644 
ql/src/test/queries/clientpositive/multi_insert_bucketing_version.q
 create mode 100644 
ql/src/test/results/clientpositive/llap/multi_insert_bucketing_version.q.out