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 d9adfc94639 HDDS-15675. Ranger test overrides custom 
OZONE_RUNNER_IMAGE (#10608)
d9adfc94639 is described below

commit d9adfc946394bd53e8d3bd706c7e3c46acbc7e92
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Fri Jun 26 13:43:18 2026 +0200

    HDDS-15675. Ranger test overrides custom OZONE_RUNNER_IMAGE (#10608)
---
 hadoop-ozone/dist/src/main/compose/ozonesecure-ha/test-ranger.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-ozone/dist/src/main/compose/ozonesecure-ha/test-ranger.sh 
b/hadoop-ozone/dist/src/main/compose/ozonesecure-ha/test-ranger.sh
index e0eed6bbfeb..f28be9c8f7e 100755
--- a/hadoop-ozone/dist/src/main/compose/ozonesecure-ha/test-ranger.sh
+++ b/hadoop-ozone/dist/src/main/compose/ozonesecure-ha/test-ranger.sh
@@ -21,7 +21,7 @@ COMPOSE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" 
>/dev/null 2>&1 && pwd )"
 export COMPOSE_DIR
 
 if [[ -z "${RANGER_VERSION:-}" ]]; then
-  source "${COMPOSE_DIR}/.env"
+  export RANGER_VERSION="${ranger.version}"
 fi
 
 : "${DOWNLOAD_DIR:=${TEMP_DIR:-/tmp}}"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to