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

Exception in thread "main" java.lang.NoClassDefFoundError: com/microsoft/azure/synapse/ml/codegen/Wrappable #132

Closed prz999 closed 1 year ago

prz999 commented 1 year ago

Hello, I'm having trouble using the Spark task in a project that requires the com.microsoft.azure_synapseml_2.12-0.11.0.jar library. When I try to execute the task, I receive an error indicating that the library is not working properly. I suspect that there might be some additional libraries that are needed for it to function correctly, but I have been unable to find any information on this through online searches.

Would you be able to provide any useful guidance or resources that could help me resolve this issue? Thank you in advance for your help.