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
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.
>
> -
>
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-