eyanghwx commented on a change in pull request #814: HDDS-1518. Use /etc/ozone 
for configuration inside docker-compose 
URL: https://github.com/apache/hadoop/pull/814#discussion_r283566084
 
 

 ##########
 File path: Dockerfile
 ##########
 @@ -36,7 +36,9 @@ RUN chown hadoop /opt
 ADD scripts /opt/
 ADD scripts/krb5.conf /etc/
 RUN yum install -y krb5-workstation
-
+RUN mkdir -p /etc/hadoop && mkdir -p /var/log/hadoop && chmod 777 /etc/hadoop 
&& chmod 777 /var/log/hadoop
+ENV HADOOP_LOG_DIR=/var/log/hadoop
+ENV HADOOP_CONF_DIR=/etc/hadoop
 
 Review comment:
   We must stop the apache/*-runner idea.  It is a huge time sink for 
development.  It has also been noted *-runner design broke/by pass Apache 
voting and release process for Ozone 0.4.0 release.  Let's not go there again.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to