You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "smengcl (via GitHub)" <gi...@apache.org> on 2023/06/23 04:42:16 UTC

[GitHub] [ozone] smengcl commented on a diff in pull request #4963: HDDS-8825. Use apache/hadoop 3.3.5 docker image

smengcl commented on code in PR #4963:
URL: https://github.com/apache/ozone/pull/4963#discussion_r1239313559


##########
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:
   Is there a relatively easy way to make this `$HADOOP_VERSION >= 3.3.*` ?
   
   If not it should work at least for now, until Hadoop 3.4.0 is released.



-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org