Github user merrimanr commented on the issue:
https://github.com/apache/incubator-metron/pull/393
In my experience I've found that if you run these commands:
eval $(docker-machine env metron-machine)
docker ps -a
and all containers are reported as up:
CONTAINER ID IMAGE COMMAND CREATED
STATUS PORTS
NAMES
a2f28ac154f3 metron_storm "/bin/bash /home/stor" 2 days ago
Up 2 days 0.0.0.0:8000->8000/tcp,
0.0.0.0:8080-8081->8080-8081/tcp
metron_storm_1
7f40995c1344 metron_hbase "/bin/sh -c ./bin/sta" 2 days ago
Up 2 days 8080/tcp, 8085/tcp, 9090/tcp, 9095/tcp,
16000/tcp, 16201/tcp, 16301/tcp, 0.0.0.0:16010->16010/tcp metron_hbase_1
013a5b660f2d metron_kibana "/docker-entrypoint.s" 2 days ago
Up 2 days 0.0.0.0:5601->5601/tcp
metron_kibana_1
cdb8a20d1f2d metron_mysql "docker-entrypoint.sh" 2 days ago
Up 2 days 0.0.0.0:3306->3306/tcp
metron_mysql_1
32f28acd2421 elasticsearch:2.3 "/docker-entrypoint.s" 2 days ago
Up 2 days 0.0.0.0:9200->9200/tcp, 0.0.0.0:9300->9300/tcp
metron_elasticsearch_1
6a8aaa5c3853 metron_kafkazk "/bin/sh -c ./bin/sta" 2 days ago
Up 2 days 0.0.0.0:2181->2181/tcp, 0.0.0.0:9092->9092/tcp
metron_kafkazk_1
It's a pretty good indication that everything is working. If 1 or more
containers have a status of "Exited" that means something went wrong.
There are some UIs that are included as well and I agree we should add
those urls to the README. Will get that pushed out soon.
Ryan
On Wed, Dec 14, 2016 at 3:53 PM, ottobackwards <[email protected]>
wrote:
> I have followed the instructions, and it looks like it all worked but I am
> not sure what to do next to test this out. The README is missing a usage
> example or something similar to the output of the ansible install that
> lists the services and ports
>
> â
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
>
<https://github.com/apache/incubator-metron/pull/393#issuecomment-267168563>,
> or mute the thread
>
<https://github.com/notifications/unsubscribe-auth/AATCeCXJW9x2lHv8hwP7sGFl10vh66w2ks5rIGVYgaJpZM4LJZHT>
> .
>
---
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.
---