Re: No Twitter Input from Kafka to Spark Streaming

2015-08-06 Thread Akhil Das
http://apache-spark-user-list.1001560.n3.nabble.com/No-Twitter-Input-from-Kafka-to-Spark-Streaming-tp24131p24142.html > Sent from the Apache Spark User List mailing list archive at Nabble.com. > > - > T

Re: No Twitter Input from Kafka to Spark Streaming

2015-08-05 Thread narendra
Thanks Akash for the answer. I added endpoint to the listener and now it is working. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/No-Twitter-Input-from-Kafka-to-Spark-Streaming-tp24131p24142.html Sent from the Apache Spark User List mailing list archive

Re: No Twitter Input from Kafka to Spark Streaming

2015-08-04 Thread Cody Koeninger
ap(_._2) > val words = lines.flatMap(_.split(" ")) > val wordCounts = words.map(x => (x, 1L)).reduceByKey(_ + _) > wordCounts.print() > ssc.start() > ssc.awaitTermi

No Twitter Input from Kafka to Spark Streaming

2015-08-04 Thread narendra
//apache-spark-user-list.1001560.n3.nabble.com/file/n24131/sparkjobs.png> Thank you. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/No-Twitter-Input-from-Kafka-to-Spark-Streaming-tp24131.html Sent from the Apache Spark User List mailing list archive at Nabb