Giter VIP home page Giter VIP logo

Comments (2)

spi-x-i avatar spi-x-i commented on July 17, 2024

Dear Harish-Sridhar, thank you for your recent activity on this project.

Actually, flink-jpmml aims to serve models stored to the Flink underlying storage system. We've been made several tests with HDFS, Alluxio and even local FS. Even more, I'd suggest that TaskManager's do actually have the ability to access the FS directly w/o relying on the JobManager.

I guess your issue is that you're running in cluster-mode without relying on a distributed underlying FileSystem; this causes your TMs trying to access a local path which is not available in the machine (because is local in fact). Thus, I suggest you adopt a distributed filesystem approach if you run with a cluster.

Please, also note that you're using old APIs.
In later releases, flink-jpmml is now able to load dynamically PMML models by connecting an event stream with a control stream which provides the models' metadata. Take a look at the README.md file to grasp this concept better.

Hope it helps, I'm closing this issue because we can't identify any changes needed here.

from flink-jpmml.

spi-x-i avatar spi-x-i commented on July 17, 2024

Closing the issue because we can't identify any changes needed here.

from flink-jpmml.

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.