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 aw...@apache.org on 2016/03/09 01:46:02 UTC

[3/3] hadoop git commit: HADOOP-12904. Update Yetus to 0.2.0 (aw)

HADOOP-12904. Update Yetus to 0.2.0 (aw)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b038f71c
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b038f71c
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/b038f71c

Branch: refs/heads/branch-2.8
Commit: b038f71c67803b820eca88902461fdb29664627f
Parents: 06088c4
Author: Allen Wittenauer <aw...@apache.org>
Authored: Tue Mar 8 16:45:09 2016 -0800
Committer: Allen Wittenauer <aw...@apache.org>
Committed: Tue Mar 8 16:45:53 2016 -0800

----------------------------------------------------------------------
 dev-support/bin/yetus-wrapper | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/b038f71c/dev-support/bin/yetus-wrapper
----------------------------------------------------------------------
diff --git a/dev-support/bin/yetus-wrapper b/dev-support/bin/yetus-wrapper
index 37082d8..7c46550 100755
--- a/dev-support/bin/yetus-wrapper
+++ b/dev-support/bin/yetus-wrapper
@@ -63,7 +63,7 @@ WANTED="$1"
 shift
 ARGV=("$@")
 
-HADOOP_YETUS_VERSION=${HADOOP_YETUS_VERSION:-0.1.0}
+HADOOP_YETUS_VERSION=${HADOOP_YETUS_VERSION:-0.2.0}
 BIN=$(yetus_abs "${BASH_SOURCE-$0}")
 BINDIR=$(dirname "${BIN}")
 
@@ -102,7 +102,7 @@ fi
 ## need to DL, etc
 ##
 
-BASEURL="https://dist.apache.org/repos/dist/release/yetus/${HADOOP_YETUS_VERSION}/"
+BASEURL="https://archive.apache.org/dist/yetus/${HADOOP_YETUS_VERSION}/"
 TARBALL="yetus-${HADOOP_YETUS_VERSION}-bin.tar"
 
 GPGBIN=$(command -v gpg)