Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to resolve Maven Dependency #9

Closed
SushantVarshney opened this issue Jul 13, 2017 · 2 comments
Closed

Unable to resolve Maven Dependency #9

SushantVarshney opened this issue Jul 13, 2017 · 2 comments
Labels

Comments

@SushantVarshney
Copy link

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.

@vruusmann
Copy link
Member

@sourabh11
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants