Error with twitter streaming

2015-09-17 Thread Deepak Subhramanian
I am getting error with twitter streaming with spark 1.4 version and twitter4j 3.0.6. There is another thread which also pointed the error. The error happened after the streaming ran for more than 12 hours. Here is the error log. I will try to use 3.0.3 as per the link below and try it.. http://m

Passing Elastic Search Mappings in Spark Conf

2015-04-15 Thread Deepak Subhramanian
("local[1]") .setAppName("Load Data To ES") .set("spark.ui.port", "4141") .set("es.index.auto.create", "true") .set("es.net.http.auth.user", "es_admin") .set("es.index.auto.create", &

Re: Passing Elastic Search Mappings in Spark Conf

2015-04-16 Thread Deepak Subhramanian
> Sent from Mailbox > > > On Thu, Apr 16, 2015 at 1:14 AM, Deepak Subhramanian > wrote: >> >> Hi, >> >> Is there a way to pass the mapping to define a field as not analyzed >> with es-spark settings. >> >> I am just wondering if I can set t