Github user haoch commented on a diff in the pull request:

    https://github.com/apache/incubator-eagle/pull/4#discussion_r45725450
  
    --- Diff: eagle-external/eagle-docker/Dockerfile ---
    @@ -0,0 +1,24 @@
    +FROM sequenceiq/ambari:1.7.0
    +
    +MAINTAINER Zqin
    +
    +ENV EAGLE_DOWNLOAD_LINK http://66.211.190.194/eagle-0.1.0.tar.gz
    +
    +RUN curl -sL $EAGLE_DOWNLOAD_LINK | tar -xz -C /usr/local/
    +RUN cd /usr/local && ln -s ./eagle-0.1.0 eagle
    +ENV EAGLE_HOME=/usr/local/eagle
    +
    +
    +RUN yum install -y httpd ganglia ganglia-gmetad ganglia-gmond ganglia-web 
nagios kafka zookeeper storm hbase tez hadoop snappy snappy-devel 
hadoop-libhdfs ambari-log4j hive hive-hcatalog hive-webhcat webhcat-tar-hive 
webhcat-tar-pig mysql-connector-java mysql-server
    +
    +ADD serf /usr/local/serf
    +
    +RUN mkdir -p /var/log/httpd
    --- End diff --
    
    It seems not working by `mkdir /var/log/httpd` in the image.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to