-
Notifications
You must be signed in to change notification settings - Fork 30
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
Handle additional dependencies #62
Comments
Hi @Harish-Sridhar, could you show me your build.sbt or the dependencies file you're using? Anyway, I tried to reproduce the error on my local machine, with this build.sbt:
The error same not appear, when build the project. Regards, |
@Harish-Sridhar any update on this? |
Hi, When I use the below SBT configuration, the build was successful, but when I run the program I was getting error about JPMML modules not existing in classpath.
But when I added the necessary dependencies it all went fine.
|
HI @Harish-Sridhar, I tried to run your github project without the listed dependencies:
The run it's done correctly in my local machine. I recommend you to run sbt Regards, |
Hi,
In the flink-jpmml documentation, it is mentioned that the dependency to be added to projects is as follows.
But when I tried to build a simple example using the IRIS datasource, I figured that there needs to be additional dependencies for the project such as the following
I wanted to suggest to either add these additional manadatory dependencies to the library
"io.radicalbit" %% "flink-jpmml-scala" % "0.6.3"
or mention it alteast in README as a note under dependency section.Regards,
Harish.
The text was updated successfully, but these errors were encountered: