RE: Strange exception on coalesce()

2014-07-27 Thread innowireless TaeYun Kim
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

Re: Strange exception on coalesce()

2014-07-25 Thread Sean Owen
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

RE: Strange exception on coalesce()

2014-07-25 Thread innowireless TaeYun Kim
(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

Strange exception on coalesce()

2014-07-25 Thread innowireless TaeYun Kim
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