You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ab...@apache.org on 2021/04/21 08:14:27 UTC

[hive] branch master updated (aa8d789 -> cc3f4d1)

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

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


    from aa8d789  HIVE-25038: Increase Iceberg test timeout and remove mr tests (#2198) (Marton Bod, reviewed by Peter Vary and Laszlo Pinter)
     add cc3f4d1  HIVE-24524: LLAP ShuffleHandler: upgrade to Netty4 and remove Netty3 dependency from hive where it's possible (#1778) (Laszlo Bodor reviewed by Panagiotis Garefalakis)

No new revisions were added by this update.

Summary of changes:
 hbase-handler/pom.xml                              |   4 +
 hcatalog/core/pom.xml                              |  32 +-
 hcatalog/hcatalog-pig-adapter/pom.xml              |   6 +
 kryo-registrator/pom.xml                           |   4 +
 llap-server/pom.xml                                |   9 +-
 .../llap/cli/service/AsyncTaskCopyLocalJars.java   |   1 -
 .../llap/shufflehandler/FadvisedChunkedFile.java   |  16 +-
 .../llap/shufflehandler/FadvisedFileRegion.java    |  64 ++--
 .../hive/llap/shufflehandler/ShuffleHandler.java   | 397 +++++++++++----------
 .../llap/shufflehandler/TestShuffleHandler.java    | 254 +++++++++++++
 pom.xml                                            |  49 ++-
 ql/pom.xml                                         |   4 +
 serde/pom.xml                                      |   4 +
 shims/0.23/pom.xml                                 |  10 +
 spark-client/pom.xml                               |   4 +
 standalone-metastore/pom.xml                       |   6 +
 upgrade-acid/pre-upgrade/pom.xml                   |   4 +
 17 files changed, 611 insertions(+), 257 deletions(-)
 create mode 100644 llap-server/src/test/org/apache/hadoop/hive/llap/shufflehandler/TestShuffleHandler.java