Thanks Sean!
On Thu, Jan 19, 2017 at 6:09 AM, Sean Owen wrote:
> Yes, confirmed that fixing it unfortunately causes trouble in Java 8. See
> https://issues.apache.org/jira/browse/SPARK-19287 for further discussion.
>
> On Wed, Jan 18, 2017 at 9:00 PM Sean Owen wrote:
>
>> Hm. Unless I am also t
Yes, confirmed that fixing it unfortunately causes trouble in Java 8. See
https://issues.apache.org/jira/browse/SPARK-19287 for further discussion.
On Wed, Jan 18, 2017 at 9:00 PM Sean Owen wrote:
> Hm. Unless I am also totally missing or forgetting something, I think
> you're right. The equival
Hm. Unless I am also totally missing or forgetting something, I think
you're right. The equivalent in PairRDDFunctions.scala operations on a
function from T to TraversableOnce[U] and a TraversableOnce is most like
java.util.Iterator.
You can work around it by wrapping it in a faked IteratorIterabl