You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We get the following compilation error -
part_2.10-0.1.jar of MyProject build path is cross-compiled with an incompatible version of Scala (2.10.0). Unknown Scala Version Problem
The text was updated successfully, but these errors were encountered:
sapthrishi
changed the title
Compilation error due to Scala version: part_2.10-0.1.jar of sparkBayesianDc build path is cross-compiled with an incompatible version of Scala (2.10.0). Unknown Scala Version Problem
Compilation error due to Scala version in part_2.10-0.1.jar
Jul 4, 2017
Platform: the latest Spark (spark-core_2.11) which is compatible with Scala 2.11.
When using the following maven dependency:
<dependency>
<groupId>amplab</groupId>
<artifactId>spark-indexedrdd</artifactId>
<version>0.4.0</version>
</dependency>
We get the following compilation error -
part_2.10-0.1.jar of MyProject build path is cross-compiled with an incompatible version of Scala (2.10.0). Unknown Scala Version Problem
The text was updated successfully, but these errors were encountered: