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?
---
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.
---