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 2019/08/22 04:06:04 UTC

[hadoop] branch branch-3.1 updated: 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


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 565751e  HADOOP-16061. Upgrade Yetus to 0.10.0
565751e is described below

commit 565751e73901fb0e4017297480e8cc272d06f915
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)
    
     Conflicts:
    	dev-support/bin/yetus-wrapper
---
 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 04c108e..b0f71f1 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.4.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