We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f31d842 commit 7d93ccaCopy full SHA for 7d93cca
spark/spark-version/2.0/pom.xml
@@ -17,13 +17,13 @@
17
<dependency>
18
<groupId>org.apache.spark</groupId>
19
<artifactId>spark-core_${scala.major.version}</artifactId>
20
- <version>2.0.0</version>
+ <version>${spark.version}</version>
21
<scope>provided</scope>
22
</dependency>
23
24
25
<artifactId>spark-mllib_${scala.major.version}</artifactId>
26
27
28
29
</dependencies>
0 commit comments