adoroszlai commented on code in PR #4963:
URL: https://github.com/apache/ozone/pull/4963#discussion_r1239813425
##########
hadoop-ozone/dist/src/main/compose/common/hadoop-test.sh:
##########
@@ -33,9 +33,15 @@ export OZONE_DIR=/opt/ozone
# shellcheck source=/dev/null
source "$COMPOSE_DIR/../testlib.sh"
-for HADOOP_VERSION in 2.7.3 3.1.2 3.2.2 3.3.1; do
+for HADOOP_VERSION in 2.7.3 3.1.2 3.2.2 3.3.5; do
export HADOOP_VERSION
export HADOOP_MAJOR_VERSION=${HADOOP_VERSION%%.*}
+ # Check if $HADOOP_VERSION starts with the prefix "3.3."
+ if [[ $HADOOP_VERSION == 3.3.* ]]; then
Review Comment:
> it should work at least for now, until Hadoop 3.4.0 is released
Rather until we start testing with the new docker image after Hadoop 3.4.0
release. For that, we'll need to change this test script anyway, so I guess
it's OK to defer until then.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]