Re: Producer connection unsucessfull

2014-12-05 Thread Harsha
on sandbox kafka broker is binding to the ip of the VM. You can either use the hostname (sandbox.hortonworks.com) or ip of the sandbox netstat -anp | grep 6667 tcp0 0 :::10.0.2.15:6667 :::* LISTEN 9485/java tcp0 0 :::

Re: Producer connection unsucessfull

2014-12-05 Thread Marco
Ok, I've download Kafka by myself and that works. Anyways, thx for help, guys! 2014-12-05 15:55 GMT+01:00 Marco : > The port in server.configuration is indeed 6667. > > bin/kafka-console-producer.sh --broker-list localhost:6667 --topic test > > -> same error :( > > I've tried also to change the p

Re: Producer connection unsucessfull

2014-12-05 Thread Marco
The port in server.configuration is indeed 6667. bin/kafka-console-producer.sh --broker-list localhost:6667 --topic test -> same error :( I've tried also to change the port, use the hostname instead of localhost I'm running the stuff in VMWare with sharing IP-address from my host...don't k

Re: Producer connection unsucessfull

2014-12-05 Thread Harsha
I think the default port for kafka running there is 6667. Can you check server.properties to see whats the port number -Harsha On Fri, Dec 5, 2014, at 06:10 AM, Marco wrote: > Yes, it's online and version -0.8.1.2.2.0.0-1084. jps lists it also > > 2014-12-05 14:56 GMT+01:00 svante karlsson : > >

Re: Producer connection unsucessfull

2014-12-05 Thread Marco
Yes, it's online and version -0.8.1.2.2.0.0-1084. jps lists it also 2014-12-05 14:56 GMT+01:00 svante karlsson : > I haven't run the sandbox but check if the kafka server is started at all. > > ps -ef | grep kafka > > > > 2014-12-05 14:34 GMT+01:00 Marco : > >> Hi, >> >> I've installed the Hortonw

Re: Producer connection unsucessfull

2014-12-05 Thread svante karlsson
I haven't run the sandbox but check if the kafka server is started at all. ps -ef | grep kafka 2014-12-05 14:34 GMT+01:00 Marco : > Hi, > > I've installed the Hortonworks Sandbox and try to get into Kafka. > > Unfortunately, even the simple tutorial does not work :( > http://kafka.apache.org/d

Producer connection unsucessfull

2014-12-05 Thread Marco
Hi, I've installed the Hortonworks Sandbox and try to get into Kafka. Unfortunately, even the simple tutorial does not work :( http://kafka.apache.org/documentation.html#introduction If I try to send a message via bin/kafka-console-producer.sh --broker-list localhost:9092 --topic test I get