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

Unable to resolve Maven Dependency #9

Closed SushantVarshney closed 6 years ago

SushantVarshney commented 6 years ago

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 commented 6 years ago

RTFM: https://github.com/jpmml/jpmml-evaluator-spark#installation

sourabh11 commented 5 years ago

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