Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit 0d17be1

Browse files
committed
Added Spark MLlib local to support Spark Vectors
1 parent fda745a commit 0d17be1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,13 @@
154154
<dependency>
155155
<groupId>ml.combust.mleap</groupId>
156156
<artifactId>mleap-runtime_2.11</artifactId>
157-
<version>0.13.0</version>
157+
<version>0.15.0</version>
158+
</dependency>
159+
<!-- https://mvnrepository.com/artifact/org.apache.spark/spark-mllib-local -->
160+
<dependency>
161+
<groupId>org.apache.spark</groupId>
162+
<artifactId>spark-mllib-local_2.11</artifactId>
163+
<version>2.4.5</version>
158164
</dependency>
159165
<dependency>
160166
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)