Skip to content

Commit

Permalink
fix exception with spark 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ding authored and yiheng committed Jun 14, 2017
1 parent f31d842 commit 7d93cca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spark/spark-version/2.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_${scala.major.version}</artifactId>
<version>2.0.0</version>
<version>${spark.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-mllib_${scala.major.version}</artifactId>
<version>2.0.0</version>
<version>${spark.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 7d93cca

Please sign in to comment.