Hi,
In the flink-jpmml documentation, it is mentioned that the dependency to be added to projects is as follows.
"io.radicalbit" %% "flink-jpmml-scala" % "0.6.3"
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
"org.jpmml" % "pmml-evaluator" % "1.3.9",
"org.glassfish.jaxb" % "jaxb-runtime" % "2.3.2"
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.
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.