Code Monkey home page Code Monkey logo

Comments (1)

vruusmann avatar vruusmann commented on August 11, 2024

ManagedLibraryInstallFailed: Library resolution failed because org.jpmml:jpmml-sparkml download failed. for library:org/#2

The JPMML-SparkML project was modularized when upgrading from 1.X to 2.X.

In 2.X, the Apache Maven coordinates of the main library module are org.jpmml:pmml-sparkml:${version}.

Please note that the second component (aka the artifactId) does not have a "j" prefix to it anymore. So, it's pmml-sparkml, not jpmml-sparkml.

The older versions used to have jar files I could download, but the most recent versions don't seem to have jar files available.

You're trying to download the project descriptor aka POM right now. A POM is an XML file, it does not have any JAR files.

You should be loading the main library module instead.

All library modules have JAR files available in the Maven Central (MC) repository. During release, MC runs extensive checks to make sure that all the requires files are available and correct. It's technically impossible to make an incomplete or invalid MC submission.

The older versions used to have jar files I could download

TLDR: This is a new version now (the 2.X development branch), so module coordinates have changed.

Please use updated coordinates, and all will be fine (with or without Databricks).

When in doubt, copy&paste from the README file:
https://github.com/jpmml/jpmml-sparkml#library

from jpmml-sparkml.

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.