You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@mesos.apache.org by prabeesh k <pr...@gmail.com> on 2014/06/02 07:02:13 UTC

Re: Unable to execute saveAsTextFile on multi node mesos

Hi Patrick,

Sorry for the inappropriate mailing.

Here I am attaching screen shots of stages, executors while running the
code.

Please have a look on this.

On Sat, May 31, 2014 at 10:45 PM, Patrick Wendell <pw...@gmail.com>
wrote:

> Can you look at the logs from the executor or in the UI? They should
> give an exception with the reason for the task failure. Also in the
> future, for this type of e-mail please only e-mail the "user@" list
> and not both lists.
>
> - Patrick
>
> On Sat, May 31, 2014 at 3:22 AM, prabeesh k <pr...@gmail.com> wrote:
> > Hi,
> >
> > scenario : Read data from HDFS and apply hive query  on it and the
> result is
> > written back to HDFS.
> >
> >  Scheme creation, Querying  and saveAsTextFile are working fine with
> > following mode
> >
> > local mode
> > mesos cluster with single node
> > spark cluster with multi node
> >
> > Schema creation and querying are working fine with mesos multi node
> cluster.
> > But  while trying to write back to HDFS using saveAsTextFile, the
> following
> > error occurs
> >
> >  14/05/30 10:16:35 INFO DAGScheduler: The failed fetch was from Stage 4
> > (mapPartitionsWithIndex at Operator.scala:333); marking it for
> resubmission
> > 14/05/30 10:16:35 INFO DAGScheduler: Executor lost:
> > 201405291518-3644595722-5050-17933-1 (epoch 148)
> >
> > Let me know your thoughts regarding this.
> >
> > Regards,
> > prabeesh
>