You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by se...@apache.org on 2018/07/05 20:38:19 UTC

[7/7] hive git commit: HIVE-19416 : merge master into branch (Sergey Shelukhin) 0705

HIVE-19416 : merge master into branch (Sergey Shelukhin) 0705


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/f384d4ca
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/f384d4ca
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/f384d4ca

Branch: refs/heads/master-txnstats
Commit: f384d4cac19a64236fd8fee58d27b2057295df61
Parents: ffb02e7 e865b44
Author: sergey <se...@apache.org>
Authored: Thu Jul 5 13:37:59 2018 -0700
Committer: sergey <se...@apache.org>
Committed: Thu Jul 5 13:37:59 2018 -0700

----------------------------------------------------------------------
 .../org/apache/hadoop/hive/conf/HiveConf.java   |  11 +
 .../TestHiveProtoEventsCleanerTask.java         | 141 +++++++
 .../test/resources/testconfiguration.properties |   1 +
 .../upgrade/hive/hive-schema-3.1.0.hive.sql     |  32 +-
 .../hive/upgrade-3.0.0-to-3.1.0.hive.sql        |  10 +
 .../scripts/upgrade/hive/upgrade.order.hive     |   1 +
 .../metastore/HiveProtoEventsCleanerTask.java   | 168 +++++++++
 packaging/src/main/assembly/bin.xml             |   3 +-
 .../hive/ql/hooks/HiveProtoLoggingHook.java     |  15 +-
 .../apache/hadoop/hive/ql/metadata/Hive.java    |   2 +-
 .../hadoop/hive/ql/parse/GenTezUtils.java       |   9 +
 .../hadoop/hive/ql/session/SessionState.java    |   2 +-
 .../hive/ql/hooks/TestHiveProtoLoggingHook.java |   2 +-
 ql/src/test/queries/clientpositive/dpp.q        |  30 ++
 .../test/results/clientpositive/llap/dpp.q.out  | 371 +++++++++++++++++++
 .../clientpositive/llap/resourceplan.q.out      |  84 ++---
 .../llap/strict_managed_tables_sysdb.q.out      |  84 ++---
 .../hive/metastore/conf/MetastoreConf.java      |   3 +-
 .../hive/metastore/tools/HiveSchemaHelper.java  |   4 +-
 19 files changed, 834 insertions(+), 139 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/f384d4ca/ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java
----------------------------------------------------------------------