@@ -49,6 +49,7 @@ Choose the right version of the `mleap-spark` module to export your pipeline. Th
49
49
50
50
| MLeap Version | Spark Version |
51
51
| ---------------| ---------------|
52
+ | 0.21.0 | 3.2.0 |
52
53
| 0.20.0 | 3.2.0 |
53
54
| 0.19.0 | 3.0.2 |
54
55
| 0.18.1 | 3.0.2 |
@@ -75,7 +76,7 @@ Please see the [release notes](RELEASE_NOTES.md) for changes (especially breakin
75
76
#### SBT
76
77
77
78
``` sbt
78
- libraryDependencies += " ml.combust.mleap" %% " mleap-runtime" % " 0.20 .0"
79
+ libraryDependencies += " ml.combust.mleap" %% " mleap-runtime" % " 0.21 .0"
79
80
```
80
81
81
82
#### Maven
@@ -84,7 +85,7 @@ libraryDependencies += "ml.combust.mleap" %% "mleap-runtime" % "0.20.0"
84
85
<dependency>
85
86
<groupId>ml.combust.mleap</groupId>
86
87
<artifactId>mleap-runtime_2.12</artifactId>
87
- <version>0.20 .0</version>
88
+ <version>0.21 .0</version>
88
89
</dependency>
89
90
```
90
91
@@ -93,7 +94,7 @@ libraryDependencies += "ml.combust.mleap" %% "mleap-runtime" % "0.20.0"
93
94
#### SBT
94
95
95
96
``` sbt
96
- libraryDependencies += " ml.combust.mleap" %% " mleap-spark" % " 0.20 .0"
97
+ libraryDependencies += " ml.combust.mleap" %% " mleap-spark" % " 0.21 .0"
97
98
```
98
99
99
100
#### Maven
@@ -102,14 +103,14 @@ libraryDependencies += "ml.combust.mleap" %% "mleap-spark" % "0.20.0"
102
103
<dependency>
103
104
<groupId>ml.combust.mleap</groupId>
104
105
<artifactId>mleap-spark_2.12</artifactId>
105
- <version>0.20 .0</version>
106
+ <version>0.21 .0</version>
106
107
</dependency>
107
108
```
108
109
109
110
### Spark Packages
110
111
111
112
``` bash
112
- $ bin/spark-shell --packages ml.combust.mleap:mleap-spark_2.12:0.20 .0
113
+ $ bin/spark-shell --packages ml.combust.mleap:mleap-spark_2.12:0.21 .0
113
114
```
114
115
115
116
### PySpark Integration
0 commit comments