You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dongjoon Hyun (JIRA)" <ji...@apache.org> on 2019/08/17 02:52:00 UTC

[jira] [Created] (SPARK-28765) Dependency generation for JDK8/JDK11

Dongjoon Hyun created SPARK-28765:
-------------------------------------

             Summary: Dependency generation for JDK8/JDK11
                 Key: SPARK-28765
                 URL: https://issues.apache.org/jira/browse/SPARK-28765
             Project: Spark
          Issue Type: Sub-task
          Components: Build
    Affects Versions: 3.0.0
            Reporter: Dongjoon Hyun


The following dependency occurs only at JDK11 environment. This breaks our dependency manifest.
{code}
$ mvn dependency:tree -Dincludes=javax.annotation:javax.annotation-api -Phadoop-3.2 -Phive-thriftserver -Pmesos -Pkubernetes -Pyarn -Phive
...
[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ spark-kubernetes_2.12 ---
[INFO] org.apache.spark:spark-kubernetes_2.12:jar:3.0.0-SNAPSHOT
[INFO] \- io.fabric8:kubernetes-client:jar:4.1.2:compile
[INFO]    \- io.fabric8:kubernetes-model:jar:4.1.2:compile
[INFO]       \- javax.annotation:javax.annotation-api:jar:1.2:compile
{code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org