[
https://issues.apache.org/jira/browse/METRON-622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15751850#comment-15751850
]
ASF GitHub Bot commented on METRON-622:
---------------------------------------
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>
> .
>
> Create a Metron Docker Compose application
> -------------------------------------------
>
> Key: METRON-622
> URL: https://issues.apache.org/jira/browse/METRON-622
> Project: Metron
> Issue Type: New Feature
> Reporter: Ryan Merriman
>
> This is an alternative to the Vagrant quick-dev approach of creating a local
> Metron environment for development and testing. It is intended to be leaner
> and easier to manage. This compose application will contain separate images
> for each of the services that Metron depends on as well as the Metron
> services.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)