You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing following error while building jar: The POM for org.jpmml:jpmml-evaluator-spark:jar:1.1-SNAPSHOT is missing, no dependency information available
Please provide the solution for this.
The text was updated successfully, but these errors were encountered:
HI @vruusmann ,
I need your help , I followed the same instruction mentioned under "https://github.com/jpmml/jpmml-evaluator-spark#installation"
when I tried to use this line
"Evaluator evaluator = EvaluatorUtil.createEvaluator(pmmlFile);"
code is throwing compile issues as createEvaluator() method is missing under EvaluatorFile.java file.
Please suggest am i missing something.
After including the given maven dependency:
I am facing following error while building jar:
The POM for org.jpmml:jpmml-evaluator-spark:jar:1.1-SNAPSHOT is missing, no dependency information available
Please provide the solution for this.
The text was updated successfully, but these errors were encountered: