concurrent.RejectedExecutionException

2016-01-23 Thread Yasemin Kaya
Hi all, I'm using spark 1.5 and getting this error. Could you help i cant understand? 16/01/23 10:11:59 ERROR TaskSchedulerImpl: Exception in statusUpdate java.util.concurrent.RejectedExecutionException: Task org.apache.spark.scheduler.TaskResultGetter$$anon$2@62c72719 rejected from

Re: concurrent.RejectedExecutionException

2016-01-23 Thread Ted Yu
This seems related: SPARK-8029 ShuffleMapTasks must be robust to concurrent attempts on the same executor Mind trying out 1.5.3 or later release ? Cheers On Sat, Jan 23, 2016 at 12:51 AM, Yasemin Kaya wrote: > Hi all, > > I'm using spark 1.5 and getting this error. Could