HADOOP-14671. Upgrade to Apache Yetus 0.5.0.

This commit is contained in:
Akira Ajisaka 2017-08-29 13:36:22 +02:00
parent 7ddc7aa26e
commit 33afa94af1
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ WANTED="$1"
shift
ARGV=("$@")
HADOOP_YETUS_VERSION=${HADOOP_YETUS_VERSION:-0.4.0}
HADOOP_YETUS_VERSION=${HADOOP_YETUS_VERSION:-0.5.0}
BIN=$(yetus_abs "${BASH_SOURCE-$0}")
BINDIR=$(dirname "${BIN}")