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 2022/02/18 19:12:41 UTC

[tez] branch master updated (a495fb6 -> 5241f58)

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 a495fb6  TEZ-4389: TestSecureShuffle fails if localhost name is different than "localhost" (#191) (Mark Bathori reviewed by Laszlo Bodor)
     add 5241f58  TEZ-4300: Download protoc automatically compile/development time (#115)

No new revisions were added by this update.

Summary of changes:
 BUILDING.txt                                    |  6 +-
 build-tools/.gitignore                          |  2 +
 build-tools/install-protobuf.sh                 | 76 +++++++++++++++++++++++--
 .travis.yml => build-tools/protocw              | 27 ++++-----
 pom.xml                                         | 22 +++++++
 tez-api/pom.xml                                 | 22 +++++++
 tez-plugins/tez-protobuf-history-plugin/pom.xml | 15 ++++-
 7 files changed, 149 insertions(+), 21 deletions(-)
 create mode 100644 build-tools/.gitignore
 copy .travis.yml => build-tools/protocw (68%)
 mode change 100644 => 100755