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-docker-runner.git


The following commit(s) were added to refs/heads/master by this push:
     new fb781a3  Revert "HDDS-12804. Include Hadoop native library 
libhadoop.so (#46)" (#76)
fb781a3 is described below

commit fb781a3c1208a9fe0fb244413b3d8f45a937d073
Author: Sammi Chen <[email protected]>
AuthorDate: Thu Jun 25 04:30:26 2026 +0800

    Revert "HDDS-12804. Include Hadoop native library libhadoop.so (#46)" (#76)
---
 Dockerfile | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index a0783f3..f72624f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -124,20 +124,6 @@ RUN set -eux ; \
     curl -L ${url} | tar xvz ; \
     mv async-profiler-* /opt/profiler
 
-# Hadoop native libary
-RUN set -eux ; \
-    ARCH="$(arch)" ; \
-    hadoop_version=3.4.2 ; \
-    case "${ARCH}" in \
-        x86_64)  file=hadoop-${hadoop_version}-lean.tar.gz ;; \
-        aarch64) file=hadoop-${hadoop_version}-aarch64-lean.tar.gz ;; \
-        *) echo "Unsupported architecture: ${ARCH}"; exit 1 ;; \
-    esac; \
-    curl -L 
"https://www.apache.org/dyn/closer.lua?action=download&filename=hadoop/common/hadoop-${hadoop_version}/$file";
 -o "hadoop-${hadoop_version}.tar.gz" && \
-    tar xzvf hadoop-${hadoop_version}.tar.gz -C /usr/lib --strip-components 3 
"hadoop-${hadoop_version}/lib/native/libhadoop.*" && \
-    chown --no-dereference root:root /usr/lib/libhadoop* && \
-    rm -f hadoop-${hadoop_version}.tar.gz
-
 # OpenJDK 21
 RUN set -eux ; \
     ARCH="$(arch)"; \


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

Reply via email to