jpmml / jpmml-evaluator-spark

PMML evaluator library for the Apache Spark cluster computing system (http://spark.apache.org/)
GNU Affero General Public License v3.0
94 stars 43 forks source link

why NoClassDefFoundError exception occured in LoadingModelEvaluatorBuilder method #47

Closed xuertowong closed 5 months ago

xuertowong commented 5 months ago

I Create the evaluator use this code val evaluator = new LoadingModelEvaluatorBuilder().load(pmmlIs).build()

but it cannot run Exception in thread "main" java.lang.NoClassDefFoundError: jakarta/xml/bind/JAXBContent

JDK version is 8 spark version 2.12 scala version 2.12

I tried different jpmml-evaluator-spark version not worked