[
https://issues.apache.org/jira/browse/METRON-622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15805459#comment-15805459
]
ASF GitHub Bot commented on METRON-622:
---------------------------------------
Github user ottobackwards commented on the issue:
https://github.com/apache/incubator-metron/pull/393
When trying to verify the Run Sensor Data End to end with two terminals I
get :
ottofowler@Winterfell
~/src/apache/work/incubator-metron-pr-393/metron-docker/compose
1 pr-393 % docker-compose exec kafkazk ./bin/produce-data.sh
/data/BroExampleOutput.txt bro
WARNING: The DOCKER_HOST variable is not set. Defaulting to a blank string.
Emitting data in /data/BroExampleOutput.txt to Kafka topic bro every 1
second(s)
[2017-01-06 19:28:49,385] ERROR Error when sending message to topic bro
with key: null, value: 482 bytes with error:
(org.apache.kafka.clients.producer.internals.ErrorLoggingCallback)
org.apache.kafka.common.errors.TimeoutException: Failed to update metadata
after 60000 ms.
and
ottofowler@Winterfell:metron-docker/compose ‹pr-393›$ docker-compose exec
kafkazk ./bin/kafka-console-consumer.sh --zookeeper localhost:2181 --topic bro
WARNING: The DOCKER_HOST variable is not set. Defaulting to a blank string.
No brokers found in ZK.
Is there something I'm doing wrong?
> 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)