Closed harmands closed 6 years ago
All JPMML-SparkML library versions are available via Maven Central repository. There is no need to build anything locally, unless you consider yourself an expert, and want to implement custom transformer/model types.
I checked out the tag 1.2.7 to build.
Why not the HEAD
version of the 1.2.X
development branch?
The build fails
The tag 1.2.7
depends on JaCoCo 0.7.9
, which is not Java 9/10 compatible. You need to upgrade either JaCoCo to 0.8.1
, or downgrade Java to 8.
Anyway, the HEAD
version of the 1.2.X
development branch has already been updated to JaCoCo 0.8.1
, so this issue can be closed as invalid/nothing to do.
Thanks man, I was using java-11 somehow.
I have spark pipelines from
spark 2.1
So, I checked out thetag 1.2.7
to build.The build fails, I don't think, it is related to the conflicts mentioned in the README.
These are the logs
mvn clean install