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 ar...@apache.org on 2016/03/11 23:22:26 UTC

[08/50] [abbrv] 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/6f9d2f66
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/6f9d2f66
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/6f9d2f66

Branch: refs/heads/HDFS-7240
Commit: 6f9d2f669fe21755da3235f6c679280982f4242c
Parents: 0233d4e
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:25 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/6f9d2f66/dev-support/bin/yetus-wrapper
----------------------------------------------------------------------
diff --git a/dev-support/bin/yetus-wrapper b/dev-support/bin/yetus-wrapper
index ac3e121..b064925 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)