Coder Social home page Coder Social logo

Comments (3)

vruusmann avatar vruusmann commented on July 17, 2024

What's your Apache Spark version, how are you using the JPMML-Evaluator-Spark library (as part of Apache Maven build, or as a "soft dependency" using the --packages command-line option).

I checked the pom.xml, and it doesn't use any exclusions (that would cause some dependencies to be left out).

from jpmml-evaluator-spark.

zdkzdk avatar zdkzdk commented on July 17, 2024

spark2.2.0,Apache Maven build
this is my pom,why i have to take 2 extra dependencies: pmml-evaluator and pmml-model

    <dependency>
        <groupId>org.apache.spark</groupId>
        <artifactId>spark-mllib_${scala_spark.version}</artifactId>
        <version>${spark.version}</version>
        <scope>${provided.scope}</scope>
        <exclusions>
            <exclusion>
                <groupId>org.jpmml</groupId>
                <artifactId>pmml-model</artifactId>
            </exclusion>
        </exclusions>
    </dependency>

    <!--PMML-Spark-->
    <dependency>
        <groupId>org.jpmml</groupId>
        <artifactId>jpmml-evaluator-spark</artifactId>
        <version>1.2.2</version>
    </dependency>
    <dependency>
        <groupId>org.jpmml</groupId>
        <artifactId>pmml-evaluator</artifactId>
        <version>1.4.7</version>
    </dependency>
    <dependency>
        <groupId>org.jpmml</groupId>
        <artifactId>pmml-model</artifactId>
        <version>1.4.8</version>
    </dependency>

another problem,my company is a bank that don't allow networking,so how do I use maven shade,Can shade be used without maven?
Thank you first ~~~

from jpmml-evaluator-spark.

vruusmann avatar vruusmann commented on July 17, 2024

This issue has been definitely fixed by now.

from jpmml-evaluator-spark.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.