RE: basic twitter stream program not working.

2014-11-13 Thread jishnu.prathap
@spark.apache.org Subject: Re: basic twitter stream program not working. Change this line val sparkConf = new SparkConf().setAppName("TwitterPopularTags").setMaster("local").set("spark.eventLog.enabled","true") to val sparkConf = new SparkConf().setAppName("T

Re: basic twitter stream program not working.

2014-11-13 Thread Akhil Das
Change this line *val* sparkConf = *new* SparkConf().setAppName("TwitterPopularTags" ).setMaster("local").set("spark.eventLog.enabled","true") to *val* sparkConf = *new* SparkConf().setAppName("TwitterPopularTags" ).setMaster(*"local[4]"*).set("spark.eventLog.enabled","true") Thanks Best Rega