You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by pv...@apache.org on 2021/04/23 10:26:32 UTC

[hive] branch master updated (326abf9 -> 7d77aa1)

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

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


    from 326abf9  HIVE-25008: Migrate hive table data into Iceberg format. (#2173) (Laszlo Pinter, reviewed by Marton Bod and Peter Vary)
     add 7d77aa1  HIVE-25006: Commit Iceberg writes in HiveMetaHook instead of TezAM (Marton Bod reviewed by Peter Vary)

No new revisions were added by this update.

Summary of changes:
 .../iceberg/mr/hive/HiveIcebergMetaHook.java       | 82 +++++++++++++++++++++-
 .../mr/hive/HiveIcebergOutputCommitter.java        | 72 ++++++++++++++-----
 .../iceberg/mr/hive/HiveIcebergStorageHandler.java | 17 ++++-
 .../TestHiveIcebergStorageHandlerWithEngine.java   | 60 ++++++----------
 .../org/apache/iceberg/mr/hive/TestHiveShell.java  | 16 +++++
 .../org/apache/iceberg/mr/hive/TestTables.java     |  9 +++
 .../apache/hadoop/hive/ql/exec/tez/DagUtils.java   |  5 +-
 .../apache/hadoop/hive/ql/exec/tez/TezTask.java    | 67 +++++++++++++++++-
 8 files changed, 262 insertions(+), 66 deletions(-)