Fwd: Executor lost

2015-09-23 Thread Angel Angel
-- Forwarded message -- From: Angel Angel Date: Wed, Sep 23, 2015 at 12:24 PM Subject: Executor lost To: user@spark.apache.org Hello Sir/Madam, I am running the deeplearning example on spark. i have the following configuration 1 Master and 3 slaves My driver program setting is

Re: Fwd: Executor Lost Failure

2014-11-11 Thread Ritesh Kumar Singh
Yes... found the output on web UI of the slave. Thanks :) On Tue, Nov 11, 2014 at 2:48 AM, Ankur Dave wrote: > At 2014-11-10 22:53:49 +0530, Ritesh Kumar Singh < > riteshoneinamill...@gmail.com> wrote: > > Tasks are now getting submitted, but many tasks don't happen. > > Like, after opening the

Re: Fwd: Executor Lost Failure

2014-11-10 Thread Ankur Dave
At 2014-11-10 22:53:49 +0530, Ritesh Kumar Singh wrote: > Tasks are now getting submitted, but many tasks don't happen. > Like, after opening the spark-shell, I load a text file from disk and try > printing its contentsas: > >>sc.textFile("/path/to/file").foreach(println) > > It does not give me

Fwd: Executor Lost Failure

2014-11-10 Thread Ritesh Kumar Singh
-- Forwarded message -- From: Ritesh Kumar Singh Date: Mon, Nov 10, 2014 at 10:52 PM Subject: Re: Executor Lost Failure To: Akhil Das Tasks are now getting submitted, but many tasks don't happen. Like, after opening the spark-shell, I load a text file from disk and try printing