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] [Commented] (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:comment-tabpanel&focusedCommentId=17244890#comment-17244890 ] 

Apache Spark commented on SPARK-33683:
--------------------------------------

User 'sarutak' has created a pull request for this issue:
https://github.com/apache/spark/pull/30633

> 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: Kousuke Saruta
>            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