On hdp 2.5 I am running simple test to create message on a kafka topic test 1 and it fails. I have 1 broker and running this on broker node.
[kafka@sunman0 bin]$ ./kafka-console-producer.sh --broker-list localhost:9092 --topic test1
jump
[2016-11-09 21:21:45,184] ERROR Error when sending message to topic test1 with key: null, value: 4 bytes with error: (org.apache.kafka.clients.producer.internals.ErrorLoggingCallback)
org.apache.kafka.common.errors.TimeoutException: Failed to update metadata after 60000 ms.
Any ideas?