Skip to content

Commit 7d93cca

Browse files
dingyiheng-wang-intel
authored andcommitted
fix exception with spark 2.1.1
1 parent f31d842 commit 7d93cca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spark/spark-version/2.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
<dependency>
1818
<groupId>org.apache.spark</groupId>
1919
<artifactId>spark-core_${scala.major.version}</artifactId>
20-
<version>2.0.0</version>
20+
<version>${spark.version}</version>
2121
<scope>provided</scope>
2222
</dependency>
2323
<dependency>
2424
<groupId>org.apache.spark</groupId>
2525
<artifactId>spark-mllib_${scala.major.version}</artifactId>
26-
<version>2.0.0</version>
26+
<version>${spark.version}</version>
2727
<scope>provided</scope>
2828
</dependency>
2929
</dependencies>

0 commit comments

Comments
 (0)