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

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

Kousuke Saruta created SPARK-33683:
--------------------------------------

             Summary: 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: Improvement
          Components: Build
    Affects Versions: 3.1.0
            Reporter: Kousuke Saruta
            Assignee: Kousuke Saruta


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