JavaKafkaWordCount

2014-11-18 Thread Eduardo Costa Alfaia
Hi Guys, I am doing some tests with JavaKafkaWordCount, my cluster is composed by 8 workers and 1 driver con spark-1.1.0, I am using Kafka too and I have some questions about. 1 - When I launch the command: bin/spark-submit --class org.apache.spark.examples.streaming.JavaKafkaWordCount

JavaKafkaWordCount not working under Spark Streaming

2014-11-10 Thread Something Something
. Here's the code: public static void main(String[] args) { if (args.length 4) { System.err.println(Usage: JavaKafkaWordCount zkQuorum group topics numThreads); System.exit(1); } //StreamingExamples.setStreamingLogLevels(); //SparkConf

Re: JavaKafkaWordCount not working under Spark Streaming

2014-11-10 Thread Tathagata Das
) { System.err.println(Usage: JavaKafkaWordCount zkQuorum group topics numThreads); System.exit(1); } //StreamingExamples.setStreamingLogLevels(); //SparkConf sparkConf = new SparkConf().setAppName(JavaKafkaWordCount); // Location of the Spark

Re: JavaKafkaWordCount not working under Spark Streaming

2014-11-10 Thread Something Something
in both 'Spark' as well as 'Kafka'. Please help. Thanks. Here's the code: public static void main(String[] args) { if (args.length 4) { System.err.println(Usage: JavaKafkaWordCount zkQuorum group topics numThreads); System.exit(1