You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Evans Ye (JIRA)" <ji...@apache.org> on 2017/05/26 01:11:04 UTC

[jira] [Created] (BIGTOP-2781) [Provisioner] 127.0.0.1 does not successfully inserted after BIGTOP-2756

Evans Ye created BIGTOP-2781:
--------------------------------

             Summary: [Provisioner] 127.0.0.1 does not successfully inserted after BIGTOP-2756
                 Key: BIGTOP-2781
                 URL: https://issues.apache.org/jira/browse/BIGTOP-2781
             Project: Bigtop
          Issue Type: Bug
          Components: provisioner
    Affects Versions: 1.2.1
            Reporter: Evans Ye
            Assignee: Evans Ye


This bug was discovered by Paul(paul.le@live.com), who sent an email directly to me:

{noformat}
Hey Evans,

Hope this email finds you well.

I started trying out BigTop on Docker, and notice this in /bigtop/provisioner/docker/docker-hadoop.sh, line 81:

               docker exec ${NODES[0]} bash -c "echo '127.0.0.1 localhost' >> ./config/hosts"

I kinda wonder if you meant this to be:

              docker exec ${NODES[0]} bash -c "echo '127.0.0.1 localhost' >> /etc/hosts"

Regards,

-- Paul

{noformat}

Thanks for discovering this.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)