RE: Streaming Application Unable to get Stream from Kafka

2015-10-12 Thread Prateek .
: Streaming Application Unable to get Stream from Kafka Hi Prateek, How many cores (threads) do you assign to spark in local mode? It is very likely the local spark does not have enough resource to proceed. You can check http://yourip:4040 to check the details. Thanks! Terry On Fri, Oct 9, 2015 at 10

Re: Streaming Application Unable to get Stream from Kafka

2015-10-09 Thread Terry Hoo
share! > > > > Thank You in advance > > Regards, > > Prateek > > > > > > *From:* Prateek . > *Sent:* Friday, October 09, 2015 6:55 PM > *To:* user@spark.apache.org > *Subject:* Streaming Application Unable to get Stream from Kafka > > > > Hi, >

RE: Streaming Application Unable to get Stream from Kafka

2015-10-09 Thread Prateek .
, October 09, 2015 6:55 PM To: user@spark.apache.org Subject: Streaming Application Unable to get Stream from Kafka Hi, I have Spark Streaming application running with the following log on console, I don’t get any exception but I am not able to receive the data from Kafka Stream. Can anyone please

Streaming Application Unable to get Stream from Kafka

2015-10-09 Thread Prateek .
Hi, I have Spark Streaming application running with the following log on console, I don’t get any exception but I am not able to receive the data from Kafka Stream. Can anyone please provide any insight what is happening with Spark Streaming. Is Receiver is not able to read the stream? How shal