Thank you. It works.
(I've applied the changed source code to my local 1.0.0 source)
-Original Message-
From: Sean Owen [mailto:so...@cloudera.com]
Sent: Friday, July 25, 2014 11:47 PM
To: user@spark.apache.org
Subject: Re: Strange exception on coalesce()
I'm pretty sur
I'm pretty sure this was already fixed last week in SPARK-2414:
https://github.com/apache/spark/commit/7c23c0dc3ed721c95690fc49f435d9de6952523c
On Fri, Jul 25, 2014 at 1:34 PM, innowireless TaeYun Kim
wrote:
> Hi,
> I'm using Spark 1.0.0.
>
> On filter() - map() - coalesce() - saveAsText() sequen
(Sorry for resending, I've reformatted the text as HTML.)
Hi,
I'm using Spark 1.0.0.
On filter() - map() - coalesce() - saveAsText() sequence, the following
exception is thrown.
Exception in thread "main" java.util.NoSuchElementException: None.get
at scala.None$.get(Option.scal
Hi,
I'm using Spark 1.0.0.
On filter() - map() - coalesce() - saveAsText() sequence, the following
exception is thrown.
Exception in thread "main" java.util.NoSuchElementException: None.get
at scala.None$.get(Option.scala:313)
at scala.None$.get(Option.scala:311)
at
org.apache.spark.r