This is an automated email from the ASF dual-hosted git repository.
weichiu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new e8af186de1 HDDS-12152. Stop testing with Hadoop 3.1.2 (#7773)
e8af186de1 is described below
commit e8af186de1c06dbc83d25a3446ca2f38b45be25f
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Thu Apr 17 19:31:56 2025 +0200
HDDS-12152. Stop testing with Hadoop 3.1.2 (#7773)
---
hadoop-ozone/dist/src/main/compose/common/hadoop-test.sh | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/hadoop-ozone/dist/src/main/compose/common/hadoop-test.sh
b/hadoop-ozone/dist/src/main/compose/common/hadoop-test.sh
index c16f6fe22f..c5b8932644 100755
--- a/hadoop-ozone/dist/src/main/compose/common/hadoop-test.sh
+++ b/hadoop-ozone/dist/src/main/compose/common/hadoop-test.sh
@@ -25,9 +25,8 @@ export
COMPOSE_FILE="${COMPOSE_FILE:-docker-compose.yaml}":../common/${extra_com
: ${HADOOP_TEST_IMAGES:=""}
if [[ -z "${HADOOP_TEST_IMAGES}" ]]; then
- # hadoop2 and flokkr images are only available from Docker Hub
+ # hadoop2 image is only available from Docker Hub
HADOOP_TEST_IMAGES="${HADOOP_TEST_IMAGES} apache/hadoop:${hadoop2.version}"
- HADOOP_TEST_IMAGES="${HADOOP_TEST_IMAGES} flokkr/hadoop:3.1.2"
HADOOP_TEST_IMAGES="${HADOOP_TEST_IMAGES} ${HADOOP_IMAGE}:${hadoop.version}"
fi
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]