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