You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by je...@apache.org on 2021/10/14 14:13:07 UTC

[tez] branch master updated (c875b82 -> 58fca8b)

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

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


    from c875b82  TEZ-4332: Change ASF logo on Tez webpage according to recent guidelines (#148)
     add 58fca8b  TEZ-4180: Show convenient input -> output vertex names in output/sort messages (#154)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/tez/runtime/api/OutputContext.java  | 14 +++--
 .../org/apache/tez/mapreduce/output/MROutput.java  |  4 +-
 .../tez/runtime/api/impl/TezOutputContextImpl.java |  6 +++
 .../library/common/sort/impl/ExternalSorter.java   |  4 +-
 .../library/common/sort/impl/PipelinedSorter.java  | 59 ++++++++++++----------
 .../common/sort/impl/dflt/DefaultSorter.java       | 29 ++++++-----
 .../writers/UnorderedPartitionedKVWriter.java      | 42 ++++++++-------
 .../library/output/OrderedPartitionedKVOutput.java |  4 +-
 .../runtime/library/output/UnorderedKVOutput.java  |  4 +-
 .../output/UnorderedPartitionedKVOutput.java       |  2 +-
 .../runtime/library/output/OutputTestHelpers.java  |  1 +
 .../library/output/TestOnFileSortedOutput.java     |  1 +
 12 files changed, 97 insertions(+), 73 deletions(-)