-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.2.1
-
Fix Version/s: 1.2.1
-
Component/s: provisioner
-
Labels:None
This bug was discovered by Paul(paul.le@live.com), who sent an email directly to me:
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
Thanks for discovering this.
- links to