jpmml/jpmml-evaluator-spark

Unable to resolve Maven Dependency

Closed this issue · 2 comments

After including the given maven dependency:

                 <dependency>
			<groupId>org.jpmml</groupId>
			<artifactId>jpmml-evaluator-spark</artifactId>
			<version>1.1-SNAPSHOT</version>
		</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.

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.

Thanks in advance