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:00 UTC

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

Repository: hadoop
Updated Branches:
  refs/heads/branch-2 f7b38a7fb -> 837a2c545
  refs/heads/branch-2.8 06088c4c6 -> b038f71c6
  refs/heads/trunk 0233d4e0e -> 6f9d2f669


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/trunk
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)


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

Posted by aw...@apache.org.
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/837a2c54
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/837a2c54
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/837a2c54

Branch: refs/heads/branch-2
Commit: 837a2c5450c1a2d45d9b1cce305aecfd66255821
Parents: f7b38a7
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:46 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/837a2c54/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)


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

Posted by aw...@apache.org.
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)