This is an automated email from the ASF dual-hosted git repository.
adoroszlai 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 b5805af61e1 HDDS-14820. test-hadoop.sh fails locally due to bad
substitution (#9906)
b5805af61e1 is described below
commit b5805af61e1cc0efe1859f60d8b8190509cb81ee
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Fri Mar 13 10:08:26 2026 +0100
HDDS-14820. test-hadoop.sh fails locally due to bad substitution (#9906)
---
hadoop-ozone/dist/src/main/compose/common/hadoop-test.sh | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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 d08198f428a..29b4937a4aa 100755
--- a/hadoop-ozone/dist/src/main/compose/common/hadoop-test.sh
+++ b/hadoop-ozone/dist/src/main/compose/common/hadoop-test.sh
@@ -21,7 +21,9 @@ if [[ ${SECURITY_ENABLED} == "true" ]]; then
fi
export
COMPOSE_FILE="${COMPOSE_FILE:-docker-compose.yaml}":../common/${extra_compose_file}
-: ${HADOOP_IMAGE:="${docker.hadoop.image}"}
+DEFAULT_HADOOP_IMAGE="${docker.hadoop.image}"
+
+: ${HADOOP_IMAGE:="${DEFAULT_HADOOP_IMAGE}"}
: ${HADOOP_TEST_IMAGES:=""}
if [[ -z "${HADOOP_TEST_IMAGES}" ]]; then
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]