Re: Multiple exceptions in Spark Streaming

2014-10-01 Thread Akhil Das
Looks like a configuration issue, can you paste your spark-env.sh on the worker? Thanks Best Regards On Wed, Oct 1, 2014 at 8:27 AM, Tathagata Das tathagata.das1...@gmail.com wrote: It would help to turn on debug level logging in log4j and see the logs. Just looking at the error logs is not

Re: Multiple exceptions in Spark Streaming

2014-10-01 Thread Shaikh Riyaz
Hi Akhil, Thanks for your reply. We are using CDH 5.1.3 and spark configuration is taken care by Cloudera configuration. Please let me know if you would like to review the configuration. Regards, Riyaz On Wed, Oct 1, 2014 at 10:10 AM, Akhil Das ak...@sigmoidanalytics.com wrote: Looks like a

Re: Multiple exceptions in Spark Streaming

2014-10-01 Thread Akhil Das
In that case, fire-up a sparkshell and try the following: scalaimport org.apache.spark.streaming.{Seconds, StreamingContext} scalaimport org.apache.spark.streaming.StreamingContext._ scalaval ssc = new StreamingContext(spark://YOUR-SPARK-MASTER-URI,Streaming

Re: Multiple exceptions in Spark Streaming

2014-09-30 Thread Tathagata Das
Is this the logs of the worker where the failure occurs? I think issues similar to these have since been solved in later versions of Spark. TD On Tue, Sep 30, 2014 at 11:33 AM, Shaikh Riyaz shaikh@gmail.com wrote: Dear All, We are using Spark streaming version 1.0.0 in our Cloudea Hadoop

Re: Multiple exceptions in Spark Streaming

2014-09-30 Thread Shaikh Riyaz
Hi TD, Thanks for your reply. Attachment in previous email was from Master. Below is the log message from one of the worker. --- 2014-10-01 01:49:22,348 ERROR akka.remote.EndpointWriter: AssociationError

Re: Multiple exceptions in Spark Streaming

2014-09-30 Thread Tathagata Das
It would help to turn on debug level logging in log4j and see the logs. Just looking at the error logs is not giving me any sense. :( TD On Tue, Sep 30, 2014 at 4:30 PM, Shaikh Riyaz shaikh@gmail.com wrote: Hi TD, Thanks for your reply. Attachment in previous email was from Master.