You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by ab...@apache.org on 2022/01/17 13:15:34 UTC

[tez] branch master updated (0b3f3b6 -> cc8249e)

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/tez.git.


    from 0b3f3b6  TEZ-4376: Remove javax.security from the tez-auxservices shaded jar (#177) (Laszlo Bodor reviewed by Jonathan Eagles)
     add cc8249e  TEZ-4340: Show convenient input -> output vertex names in input messages (#170) (Csaba Juhasz reviewed by Laszlo Bodor)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/tez/runtime/api/InputContext.java   |  6 ++
 .../org/apache/tez/mapreduce/input/MRInput.java    | 16 ++--
 .../apache/tez/mapreduce/input/MRInputLegacy.java  |  4 +-
 .../apache/tez/mapreduce/input/MultiMRInput.java   | 10 +--
 .../tez/runtime/api/impl/TezInputContextImpl.java  |  5 ++
 .../runtime/library/common/shuffle/Fetcher.java    | 44 ++++++-----
 .../shuffle/FetcherWithInjectableErrors.java       | 16 ++--
 .../shuffle/impl/ShuffleInputEventHandlerImpl.java |  2 +-
 .../common/shuffle/impl/ShuffleManager.java        | 62 +++++++--------
 .../orderedgrouped/FetcherOrderedGrouped.java      | 16 ++--
 .../FetcherOrderedGroupedWithInjectableErrors.java | 18 ++---
 .../shuffle/orderedgrouped/MergeManager.java       | 17 ++--
 .../common/shuffle/orderedgrouped/Shuffle.java     | 35 +++++----
 .../ShuffleInputEventHandlerOrderedGrouped.java    |  2 +-
 .../shuffle/orderedgrouped/ShuffleScheduler.java   | 18 ++---
 .../library/input/OrderedGroupedKVInput.java       |  4 +-
 .../runtime/library/input/UnorderedKVInput.java    |  4 +-
 .../library/common/shuffle/TestFetcher.java        | 25 ++++--
 .../impl/TestShuffleInputEventHandlerImpl.java     |  1 +
 .../common/shuffle/impl/TestShuffleManager.java    |  1 +
 .../common/shuffle/orderedgrouped/TestFetcher.java | 90 +++++++++-------------
 .../common/shuffle/orderedgrouped/TestShuffle.java |  1 +
 .../test/java/org/apache/tez/test/TestInput.java   |  3 +-
 23 files changed, 209 insertions(+), 191 deletions(-)