hadoop-yetus commented on a change in pull request #864: HADOOP-16334. Fix
yetus-wrapper not working when HADOOP_YETUS_VERSION greater or equal than 0.9.0
URL: https://github.com/apache/hadoop/pull/864#discussion_r288215292
##########
File path: dev-support/bin/yetus-wrapper
##########
@@ -77,11 +81,17 @@ HADOOP_YETUS_VERSION=${HADOOP_YETUS_VERSION:-0.8.0}
BIN=$(yetus_abs "${BASH_SOURCE-$0}")
BINDIR=$(dirname "${BIN}")
+## HADOOP_YETUS_VERSION >= 0.9.0 the tarball named with apache-yetus prefix
+if version_ge $HADOOP_YETUS_VERSION 0.9.0; then
Review comment:
shellcheck:15: note: Double quote to prevent globbing and word splitting.
[SC2086]
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]