You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2022/05/25 08:36:03 UTC

[hadoop] branch branch-2.10 updated: HADOOP-18240. Upgrade Yetus to 0.14.0 (#4328)

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

aajisaka pushed a commit to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-2.10 by this push:
     new d310551beb7 HADOOP-18240. Upgrade Yetus to 0.14.0 (#4328)
d310551beb7 is described below

commit d310551beb7f19e8936f16deb496037ea7dd72a7
Author: Ashutosh Gupta <as...@st.niituniversity.in>
AuthorDate: Wed May 25 09:31:18 2022 +0100

    HADOOP-18240. Upgrade Yetus to 0.14.0 (#4328)
    
    Co-authored-by: Ashutosh Gupta <as...@amazon.com>
    Reviewed-by: Chris Nauroth <cn...@apache.org>
    Signed-off-by: Akira Ajisaka <aa...@apache.org>
    (cherry picked from commit 84b0455cf869b9acd4cdc293d4a1612cb883e7f2)
    
     Conflicts:
            dev-support/Jenkinsfile
---
 dev-support/Jenkinsfile       | 2 +-
 dev-support/bin/yetus-wrapper | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 5bfaf7b57f4..167328142e7 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -35,7 +35,7 @@ pipeline {
         DOCKERFILE = "${SOURCEDIR}/dev-support/docker/Dockerfile"
         YETUS='yetus'
         // Branch or tag name.  Yetus release tags are 'rel/X.Y.Z'
-        YETUS_VERSION='11eb9b09786e401fbdeaa3be83a19a4066fd7813'
+        YETUS_VERSION='rel/0.14.0'
         MAVEN_OPTS='-Xms256m -Xmx1536m -Dhttps.protocols=TLSv1.2 -Dhttps.cipherSuites=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256'
     }
 
diff --git a/dev-support/bin/yetus-wrapper b/dev-support/bin/yetus-wrapper
index 3a462462763..2ee852bf883 100755
--- a/dev-support/bin/yetus-wrapper
+++ b/dev-support/bin/yetus-wrapper
@@ -67,7 +67,7 @@ WANTED="$1"
 shift
 ARGV=("$@")
 
-HADOOP_YETUS_VERSION=${HADOOP_YETUS_VERSION:-0.13.0}
+HADOOP_YETUS_VERSION=${HADOOP_YETUS_VERSION:-0.14.0}
 BIN=$(yetus_abs "${BASH_SOURCE-$0}")
 BINDIR=$(dirname "${BIN}")
 


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org