Github user kylerichardson commented on the issue:
https://github.com/apache/incubator-metron/pull/393
I've run this up and successfully tested it using the examples provided in
the README. It works as documented on docker-machine/boot2docker. Nice job.
One showstopper for me. I can't seem to find the topology logs in the storm
container. I checked /var/log/storm and no topology specific logs were ever
written. For debugging new parsers, etc. this will be important to have
available.
I also want to highlight a few nice-to-haves that I would be perfectly
happy submitting as separate, follow-on PRs.
- Custom the elasticsearch image (1) to have the elasticsearch-head plugin
installed as part of the image build, (2) copy the es_templates into the image
so they are available, (3) for bonus points, deploy the templates on container
start
- Load zookeeper config on container start
- Improve kafkazk Dockerfile for local docker-engine (Linux); current
problem is that DOCKER_HOST in this case defaults to empty string and the
default argument in the Dockerfile is never hit
- Add an HDFS container to allow for complete testing of the indexing
topology
---
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.
---