jpmml / jpmml-sparkml

Java library and command-line application for converting Apache Spark ML pipelines to PMML
GNU Affero General Public License v3.0
267 stars 80 forks source link

Support for Apache Spark 3.3.X #129

Closed ZHAIYM-ai closed 1 year ago

ZHAIYM-ai commented 1 year ago

May I ask when the spark3.3.X will be supported?

vruusmann commented 1 year ago

May I ask when the spark 3.3.X will be supported?

When I have time, or when one of my paying customers indicates that they need it ASAP.

In the meantime, feel free to help yourself - if you disable the following Apache Spark ML version check, then I assume that the JPMML-SparkML 2.2.X development line should work just fine: https://github.com/jpmml/jpmml-sparkml/blob/2.2.0/pmml-sparkml/src/main/java/org/jpmml/sparkml/ConverterFactory.java#L97-L116

ZHAIYM-ai commented 1 year ago

OK, Thanks!