-- 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
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
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
-- 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