You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by 林武康 <vb...@gmail.com> on 2014/07/15 18:15:04 UTC

Driver cannot receive StatusUpdate message for FINISHED

Hi all,
I got a strange problem, I submit a reduce job(any one split), it finished normally on Executor, log is:

14/07/15 21:08:56 INFO Executor: Serialized size of result for 0 is 10476031
14/07/15 21:08:56 INFO Executor: Sending result for 0 directly to driver
14/07/15 21:08:56 INFO Executor: Finished task ID 0

but the driver seems not received this StatusUpdate Message, and the status of this task is still mark as RUNNING, therefore, the job never quit.
how this happened? any ideas?
 
My version of spark is 0.9.1

yours sincerely,
linwukang