Missing tasks

2015-02-26 Thread Akshat Aranya
I am seeing a problem with a Spark job in standalone mode. Spark master's web interface shows a task RUNNING on a particular executor, but the logs of the executor do not show the task being ever assigned to it, that is, such a line is missing from the log: 15/02/25 16:53:36 INFO executor.CoarseG

Re: what does "Submitting ... missing tasks from Stage" mean?

2015-02-23 Thread shahab
an advanced concept that you don't > care about. (and would take me some time to explain :) > > On Fri, Feb 20, 2015 at 8:20 AM, shahab wrote: > >> Hi, >> >> Probably this is silly question, but I couldn't find any clear >> documentation

Re: what does "Submitting ... missing tasks from Stage" mean?

2015-02-20 Thread Imran Rashid
at you don't care about. (and would take me some time to explain :) On Fri, Feb 20, 2015 at 8:20 AM, shahab wrote: > Hi, > > Probably this is silly question, but I couldn't find any clear > documentation explaining why one should "submitting... missing tasks from >

what does "Submitting ... missing tasks from Stage" mean?

2015-02-20 Thread shahab
Hi, Probably this is silly question, but I couldn't find any clear documentation explaining why one should "submitting... missing tasks from Stage ..." in the logs? Specially in my case when I do not have any "failure" in job execution, I wonder why this should