Re: JavaRDD method ambiguous after upgrading to Java 8

2015-03-02 Thread btiernay
Seem like upgrading to 1.2.0 fixed the error. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/JavaRDD-method-ambiguous-after-upgrading-to-Java-8-tp21882p21883.html Sent from the Apache Spark User List mailing list archive at Nabble.com

Re: JavaRDD method ambiguous after upgrading to Java 8

2015-03-02 Thread Sean Owen
age in context: > http://apache-spark-user-list.1001560.n3.nabble.com/JavaRDD-method-ambiguous-after-upgrading-to-Java-8-tp21882.html > Sent from the Apache Spark User List mailing list archive at Nabble.com. > > - >

JavaRDD method ambiguous after upgrading to Java 8

2015-03-02 Thread btiernay
RDD I believe it is ambiguous because both JavaPairRDD and JavaRDDLike offer the same method. Has anyone encountered this before? Is there a solution? Thanks! -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/JavaRDD-method-ambiguous-after-upgrading-to-