HADOOP-12904. Update Yetus to 0.2.0 (aw)
This commit is contained in:
parent
f7b38a7fb8
commit
837a2c5450
|
@ -63,7 +63,7 @@ WANTED="$1"
|
||||||
shift
|
shift
|
||||||
ARGV=("$@")
|
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}")
|
BIN=$(yetus_abs "${BASH_SOURCE-$0}")
|
||||||
BINDIR=$(dirname "${BIN}")
|
BINDIR=$(dirname "${BIN}")
|
||||||
|
|
||||||
|
@ -102,7 +102,7 @@ fi
|
||||||
## need to DL, etc
|
## 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"
|
TARBALL="yetus-${HADOOP_YETUS_VERSION}-bin.tar"
|
||||||
|
|
||||||
GPGBIN=$(command -v gpg)
|
GPGBIN=$(command -v gpg)
|
||||||
|
|
Loading…
Reference in New Issue