Github user merrimanr commented on the issue:
https://github.com/apache/incubator-metron/pull/393
Your machine is stopped, that is the problem. Can you go into Virtualbox
and start it back up? Then you should be able to run the eval statement. You
may have to build the environment again if you didn't build on "metron-machine".
It's likely that you are using MacOS as your Docker host which has
networking limitations. Can you try doing this using docker-machine? My guess
is that you followed the instructions in "Setup" since you do have
"metron-machine", but when it came time to run "docker-compose up -d" you were
in a new session and had not run eval "$(docker-machine env metron-machine)" so
Docker was not pointed at the right machine. In that case it would have used
your local environment instead which will not work.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---