You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@eagle.apache.org by jhsenjaliya <gi...@git.apache.org> on 2017/04/15 02:19:07 UTC

[GitHub] eagle pull request #914: Docker updates for eagle 0.5

GitHub user jhsenjaliya opened a pull request:

    https://github.com/apache/eagle/pull/914

    Docker updates for eagle 0.5

    This docker image is for eagle 0.5
    
    There is still an issue where namenode process dies sometimes.
    creating this PR to get the review started....


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jhsenjaliya/eagle EAGLE-925

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/eagle/pull/914.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #914
    
----
commit feff5eb7e0b33ae779231cd1b0d391ed6a161be8
Author: Jay <jh...@gmail.com>
Date:   2017-02-28T00:57:01Z

    Docker updates for eagle 0.5

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] eagle issue #914: Docker updates for eagle 0.5

Posted by qingwen220 <gi...@git.apache.org>.
Github user qingwen220 commented on the issue:

    https://github.com/apache/eagle/pull/914
  
    LGTM


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] eagle issue #914: Docker updates for eagle 0.5

Posted by haoch <gi...@git.apache.org>.
Github user haoch commented on the issue:

    https://github.com/apache/eagle/pull/914
  
    @jhsenjaliya how could I quickly have a try about the docker image? some guide like building/quick starting?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] eagle issue #914: Docker updates for eagle 0.5

Posted by jhsenjaliya <gi...@git.apache.org>.
Github user jhsenjaliya commented on the issue:

    https://github.com/apache/eagle/pull/914
  
    @qinzhaokun, @haoch  can u please review this ? its working fine now


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] eagle pull request #914: Docker updates for eagle 0.5

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/eagle/pull/914


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] eagle issue #914: Docker updates for eagle 0.5

Posted by jhsenjaliya <gi...@git.apache.org>.
Github user jhsenjaliya commented on the issue:

    https://github.com/apache/eagle/pull/914
  
    Hi Hao, the process i have kept similar, I was using "docker for mac" which has some known issues.
    most likely docker image building will fail at running YUM install, so you will have to change the storage-driver of docker from AUFS to overlayFS , more detail on how to do it can be found here under “Configure Docker with the overlay/overlay2 storage driver”: Configure Docker with the overlay/overlay2 storage driver
    
    Following 2 commands should get you docker image and create container for eagle with services.
    ./bin/eagle-docker.sh build
    ./bin/eagle-docker.sh deploy



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---