Re: spark.akka.frameSize stalls job in 1.1.0

2014-08-18 Thread Jerry Ye
extFile(“file") > val counts = textFile.flatMap(line => line.split(" ")).map(word => (word, > 1)).reduceByKey((a, b) => a + b) > counts.saveAsTextFile(“file”)//any way you don’t want to collect results > to master, and instead putting them in file. > > Thanks. > >

Re: spark.akka.frameSize stalls job in 1.1.0

2014-08-17 Thread Jerry Ye
The job ended up running overnight with no progress. :-( On Sat, Aug 16, 2014 at 12:16 AM, Jerry Ye wrote: > Hi Xiangrui, > I actually tried branch-1.1 and master and it resulted in the job being > stuck at the TaskSetManager: > 14/08/16 06:55:48 INFO scheduler.TaskSchedulerImpl:

Re: spark.akka.frameSize stalls job in 1.1.0

2014-08-16 Thread Jerry Ye
Hi Xiangrui, I actually tried branch-1.1 and master and it resulted in the job being stuck at the TaskSetManager: 14/08/16 06:55:48 INFO scheduler.TaskSchedulerImpl: Adding task set 1.0 with 2 tasks 14/08/16 06:55:48 INFO scheduler.TaskSetManager: Starting task 1.0:0 as TID 2 on executor 8: ip-10-2