You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ad...@apache.org on 2021/05/17 05:56:10 UTC

[ozone-docker-runner] branch master updated: HDDS-5231. replace HADOOP_ with OZONE_ prefix (#7)

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 eb129a9  HDDS-5231. replace HADOOP_ with OZONE_ prefix (#7)
eb129a9 is described below

commit eb129a93536768c121ec351829e07f8e8adc75e5
Author: Elek, Márton <el...@users.noreply.github.com>
AuthorDate: Mon May 17 07:56:06 2021 +0200

    HDDS-5231. replace HADOOP_ with OZONE_ prefix (#7)
---
 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 7fd0755..2e99d89 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -99,8 +99,8 @@ RUN yum install -y fuse
 
 #Make it compatible with any UID/GID (write premission may be missing to /opt/hadoop
 RUN mkdir -p /etc/hadoop && mkdir -p /var/log/hadoop && chmod 1777 /etc/hadoop && chmod 1777 /var/log/hadoop
-ENV HADOOP_LOG_DIR=/var/log/hadoop
-ENV HADOOP_CONF_DIR=/etc/hadoop
+ENV OZONE_LOG_DIR=/var/log/hadoop
+ENV OZONE_CONF_DIR=/etc/hadoop
 RUN mkdir /data && chmod 1777 /data
 
 #default entrypoint (used only if the ozone dir is not bindmounted)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org