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 2021/03/26 16:09:03 UTC

[hadoop] 01/05: HADOOP-16061. Upgrade Yetus to 0.10.0

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

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

commit ce08b9d2eb91faf5906b2fb68af93e7264a82b4b
Author: Akira Ajisaka <aa...@apache.org>
AuthorDate: Thu Aug 15 11:28:50 2019 +0900

    HADOOP-16061. Upgrade Yetus to 0.10.0
    
    This closes #1298
    
    (cherry picked from commit 5e156b9ddec46d6b7d1336bb88136d8826972e7a)
    (cherry picked from commit 43b8396b77a00de8182f2e5f65ed52195c32437e)
---
 dev-support/bin/yetus-wrapper | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/bin/yetus-wrapper b/dev-support/bin/yetus-wrapper
index ca8b6dd..bca2316 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.8.0}
+HADOOP_YETUS_VERSION=${HADOOP_YETUS_VERSION:-0.10.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