-
- Downloads
[SPARK-15526][ML][FOLLOWUP] Make JPMML provided scope to avoid including...
[SPARK-15526][ML][FOLLOWUP] Make JPMML provided scope to avoid including unshaded JARs, and repromote to compile in MLlib Following the comment at https://issues.apache.org/jira/browse/SPARK-15526?focusedCommentId=16086106&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16086106 -- this change actually needed a little more work to be complete. This also marks JPMML as `provided` to make sure its JARs aren't included in the `jars` output, but then scopes to `compile` in `mllib`. This is how Guava is handled. Checked result in `assembly/target/scala-2.11/jars` to verify there are no JPMML jars. Maven and SBT builds still work. Author: Sean Owen <sowen@cloudera.com> Closes #18637 from srowen/SPARK-15526.2.
Showing
- core/pom.xml 1 addition, 0 deletionscore/pom.xml
- dev/deps/spark-deps-hadoop-2.6 0 additions, 2 deletionsdev/deps/spark-deps-hadoop-2.6
- dev/deps/spark-deps-hadoop-2.7 0 additions, 2 deletionsdev/deps/spark-deps-hadoop-2.7
- launcher/src/main/java/org/apache/spark/launcher/AbstractCommandBuilder.java 1 addition, 0 deletions...ava/org/apache/spark/launcher/AbstractCommandBuilder.java
- mllib/pom.xml 31 additions, 7 deletionsmllib/pom.xml
- pom.xml 19 additions, 2 deletionspom.xml
Loading
Please register or sign in to comment