Re: Compiler issues for multiple map on RDD

2014-09-15 Thread Sean Owen
(Adding back the user list) Boromir says: Thanks much Sean, verified 1.1.0 does not have this issue. On Mon, Sep 15, 2014 at 4:47 PM, Sean Owen wrote: > Looks like another instance of > https://issues.apache.org/jira/browse/SPARK-1199 which was intended to > be fixed in 1.1.0. > > I'm not clear

Re: Compiler issues for multiple map on RDD

2014-09-15 Thread Sean Owen
Looks like another instance of https://issues.apache.org/jira/browse/SPARK-1199 which was intended to be fixed in 1.1.0. I'm not clear whether https://issues.apache.org/jira/browse/SPARK-2620 is the same issue and therefore whether it too is resolved in 1.1? On Mon, Sep 15, 2014 at 4:37 PM, Borom

Compiler issues for multiple map on RDD

2014-09-15 Thread Boromir Widas
Hello Folks, I am trying to chain a couple of map operations and it seems the second map fails with a mismatch in arguments(event though the compiler prints them to be the same.) I checked the function and variable types using :t and they look ok to me. Have you seen this earlier? I am posting th