Github user kylerichardson commented on the issue:
https://github.com/apache/incubator-metron/pull/393
@merrimanr I'm super excited about this one! Thanks for your work!
While kicking the tires on it, I did notice something that isn't really a
bug but got me thinking... The README assumes the developer is using a Mac. I
personally use Fedora for most of my development and testing of Metron.
In my case, I found that without using docker-machine, the kafkazk service
did not start up properly due to the use of sed on the DOCKER_HOST variable in
the Dockerfile to set the advertised.listeners parameter in kafka
server.properties. I was using the docker-engine on the localhost and thought I
would avoid the hassle of docker-machine. It was easy enough to solve by
manually manipulating the server.properties file in the container, but I was
wondering if this could be avoided somehow?
I assume that had I installed docker-machine and used the provided script
it would have worked as expected even on Fedora (I'm planning to test that case
as well), but was curious why the use of the virtualbox driver? Is this a Mac
specific requirement?
Thanks again for the contribution! I know this will make coding/testing new
parsers a lot faster.
---
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.
---