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 973b386  HIVE-24707: Apply Sane Default for Tez Containers as Last 
Resort (#1933)
     add e3e827b  HIVE-25138: Auto disable scheduled queries after repeated 
failures (#2343) (Zoltan Haindrich reviewed by Krisztian Kasa)

No new revisions were added by this update.

Summary of changes:
 .../hive/ql/schq/TestScheduledQueryService.java    |   2 +-
 .../gen/thrift/gen-cpp/hive_metastore_types.cpp    |   8 +-
 .../src/gen/thrift/gen-cpp/hive_metastore_types.h  |   3 +-
 .../hadoop/hive/metastore/api/QueryState.java      |   5 +-
 .../gen/thrift/gen-php/metastore/QueryState.php    |   3 +
 .../src/gen/thrift/gen-py/hive_metastore/ttypes.py |   3 +
 .../src/gen/thrift/gen-rb/hive_metastore_types.rb  |   5 +-
 .../hadoop/hive/metastore/conf/MetastoreConf.java  |  16 +++
 .../src/main/thrift/hive_metastore.thrift          |   1 +
 .../apache/hadoop/hive/metastore/ObjectStore.java  |  87 ++++++++++++-
 .../hive/metastore/model/MScheduledQuery.java      |   3 +
 .../client/TestMetastoreScheduledQueries.java      | 138 +++++++++++++++++++++
 12 files changed, 264 insertions(+), 10 deletions(-)

Reply via email to