You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by sa...@apache.org on 2021/04/29 16:52:11 UTC

[hive] branch master updated (f877f02 -> b0f574b)

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

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


    from f877f02  HIVE-25065: Implement ALTER TABLE for setting iceberg table properties (#2230) (Laszlo Pinter, reviewed by Marton Bod and Peter Vary)
     add b0f574b  HIVE-24201: WorkloadManager can support delayed move if destination pool does not have enough sessions (Pritha Dawn, reviewed by Nikhil Gupta, Sankar Hariappan)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/hive/conf/HiveConf.java |  12 ++
 .../ql/exec/tez/KillMoveTriggerActionHandler.java  |   6 +-
 .../hadoop/hive/ql/exec/tez/WmTezSession.java      |  12 ++
 .../hadoop/hive/ql/exec/tez/WorkloadManager.java   | 163 ++++++++++++++++++---
 .../hive/ql/exec/tez/TestWorkloadManager.java      | 159 ++++++++++++++++++++
 5 files changed, 332 insertions(+), 20 deletions(-)