You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (Jira)" <ji...@apache.org> on 2020/12/07 01:55:00 UTC

[jira] [Assigned] (SPARK-33683) Remove -Djava.version=11 from Scala 2.13 build in GitHub Actions

     [ https://issues.apache.org/jira/browse/SPARK-33683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Apache Spark reassigned SPARK-33683:
------------------------------------

    Assignee: Apache Spark  (was: Kousuke Saruta)

> Remove -Djava.version=11 from Scala 2.13 build in GitHub Actions
> ----------------------------------------------------------------
>
>                 Key: SPARK-33683
>                 URL: https://issues.apache.org/jira/browse/SPARK-33683
>             Project: Spark
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 3.1.0
>            Reporter: Kousuke Saruta
>            Assignee: Apache Spark
>            Priority: Minor
>
> In the GitHub Actions' job, the build command for Scala 2.13 is defined as follows.
> {code}
> ./build/sbt -Pyarn -Pmesos -Pkubernetes -Phive -Phive-thriftserver -Phadoop-cloud -Pkinesis-asl -Djava.version=11 -Pscala-2.13 compile test:compile
> {code}
> Though, Scala 2.13 build uses Java 8 rather than 11 so let's remove -Djava.version=11.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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