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:32:59 UTC

[hadoop] branch branch-3.3 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-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git


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

commit 8c492a1d65d370ddf15446930fd53aeeee2fa557
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)
---
 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 57cd8cdcd78..5b6fcb68f8d 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='f9ba0170a5787a5f4662d3769804fef0226a182f'
+        YETUS_VERSION='rel/0.14.0'
     }
 
     parameters {
diff --git a/dev-support/bin/yetus-wrapper b/dev-support/bin/yetus-wrapper
index 8532d174970..a93833767a2 100755
--- a/dev-support/bin/yetus-wrapper
+++ b/dev-support/bin/yetus-wrapper
@@ -77,7 +77,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