0 down vote favorite
I would execute an example of Storm trend topology, for using log appender. I use this code : https://github.com/alvinhenrick/log-kafka-storm
Bug when I execute my appender, IM messages doesn’t appear in my desktop. I tried many and many possibilities without find any solution…
My Storm log are this :
2015-03-30 12:03:03 s.k.KafkaUtils [WARN] No data found in Kafka Partition partition_0
2015-03-30 12:03:55 s.k.t.ZkBrokerReader [INFO] brokers need refreshing because 60000ms have expired
2015-03-30 12:03:55 s.k.DynamicBrokersReader [INFO] Read partition info from zookeeper: GlobalPartitionInformation{partitionMap={0=sandbox.hortonworks.com:6667, 1=sandbox.hortonworks.com:6667}}
2015-03-30 12:04:03 s.k.KafkaUtils [WARN] No data found in Kafka Partition partition_0
2015-03-27 18:27:46 o.a.z.ClientCnxn [INFO] Opening socket connection to server 127.0.0.1/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
2015-03-27 18:27:46 o.a.z.ClientCnxn [INFO] Socket connection established to 127.0.0.1/127.0.0.1:2181, initiating session
2015-03-27 18:27:46 o.a.z.ClientCnxn [INFO] Session establishment complete on server 127.0.0.1/127.0.0.1:2181, sessionid = 0x14c4be104f62176, negotiated timeout = 20000
Thanks in advance…