Skip to content

Commit e8af186

Browse files
authored
HDDS-12152. Stop testing with Hadoop 3.1.2 (#7773)
1 parent f6a4a48 commit e8af186

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hadoop-ozone/dist/src/main/compose/common/hadoop-test.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ export COMPOSE_FILE="${COMPOSE_FILE:-docker-compose.yaml}":../common/${extra_com
2525
: ${HADOOP_TEST_IMAGES:=""}
2626

2727
if [[ -z "${HADOOP_TEST_IMAGES}" ]]; then
28-
# hadoop2 and flokkr images are only available from Docker Hub
28+
# hadoop2 image is only available from Docker Hub
2929
HADOOP_TEST_IMAGES="${HADOOP_TEST_IMAGES} apache/hadoop:${hadoop2.version}"
30-
HADOOP_TEST_IMAGES="${HADOOP_TEST_IMAGES} flokkr/hadoop:3.1.2"
3130
HADOOP_TEST_IMAGES="${HADOOP_TEST_IMAGES} ${HADOOP_IMAGE}:${hadoop.version}"
3231
fi
3332

0 commit comments

Comments
 (0)