@@ -49,6 +49,7 @@ Choose the right version of the `mleap-spark` module to export your pipeline. Th
4949
5050| MLeap Version | Spark Version |
5151| ---------------| ---------------|
52+ | 0.21.0 | 3.2.0 |
5253| 0.20.0 | 3.2.0 |
5354| 0.19.0 | 3.0.2 |
5455| 0.18.1 | 3.0.2 |
@@ -75,7 +76,7 @@ Please see the [release notes](RELEASE_NOTES.md) for changes (especially breakin
7576#### SBT
7677
7778``` sbt
78- libraryDependencies += " ml.combust.mleap" %% " mleap-runtime" % " 0.20 .0"
79+ libraryDependencies += " ml.combust.mleap" %% " mleap-runtime" % " 0.21 .0"
7980```
8081
8182#### Maven
@@ -84,7 +85,7 @@ libraryDependencies += "ml.combust.mleap" %% "mleap-runtime" % "0.20.0"
8485<dependency>
8586 <groupId>ml.combust.mleap</groupId>
8687 <artifactId>mleap-runtime_2.12</artifactId>
87- <version>0.20 .0</version>
88+ <version>0.21 .0</version>
8889</dependency>
8990```
9091
@@ -93,7 +94,7 @@ libraryDependencies += "ml.combust.mleap" %% "mleap-runtime" % "0.20.0"
9394#### SBT
9495
9596``` sbt
96- libraryDependencies += " ml.combust.mleap" %% " mleap-spark" % " 0.20 .0"
97+ libraryDependencies += " ml.combust.mleap" %% " mleap-spark" % " 0.21 .0"
9798```
9899
99100#### Maven
@@ -102,14 +103,14 @@ libraryDependencies += "ml.combust.mleap" %% "mleap-spark" % "0.20.0"
102103<dependency>
103104 <groupId>ml.combust.mleap</groupId>
104105 <artifactId>mleap-spark_2.12</artifactId>
105- <version>0.20 .0</version>
106+ <version>0.21 .0</version>
106107</dependency>
107108```
108109
109110### Spark Packages
110111
111112``` 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
113114```
114115
115116### PySpark Integration
0 commit comments