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 2020/01/17 00:12:00 UTC

[jira] [Resolved] (SPARK-30534) Use mvn in `dev/scalastyle`

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

Dongjoon Hyun resolved SPARK-30534.
-----------------------------------
    Fix Version/s: 3.0.0
                   2.4.5
       Resolution: Fixed

Issue resolved by pull request 27242
[https://github.com/apache/spark/pull/27242]

> Use mvn in `dev/scalastyle`
> ---------------------------
>
>                 Key: SPARK-30534
>                 URL: https://issues.apache.org/jira/browse/SPARK-30534
>             Project: Spark
>          Issue Type: Improvement
>          Components: Project Infra
>    Affects Versions: 2.4.4, 3.0.0
>            Reporter: Dongjoon Hyun
>            Assignee: Dongjoon Hyun
>            Priority: Major
>             Fix For: 2.4.5, 3.0.0
>
>
> This issue aims to use `mvn` instead of `sbt`.
> As of now, Apache Spark sbt build is broken by the Maven Central repository policy.
> - https://stackoverflow.com/questions/59764749/requests-to-http-repo1-maven-org-maven2-return-a-501-https-required-status-an
> > Effective January 15, 2020, The Central Maven Repository no longer supports insecure
> > communication over plain HTTP and requires that all requests to the repository are 
> > encrypted over HTTPS.
> We can reproduce this locally by the following.
>     $ rm -rf ~/.m2/repository/org/apache/apache/18/
>     $ build/sbt clean
> This issue aims to recover GitHub Action `lint-scala` first by using mvn.



--
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