[ 
https://issues.apache.org/jira/browse/SPARK-33106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17266706#comment-17266706
 ] 

Alexander Bessonov commented on SPARK-33106:
--------------------------------------------

My bad. I had the following in my environment that caused the issue. Builds 
fine without it.
{code:java}
SBT_OPTS="-Dsbt.override.build.repos=true"{code}
 

> Fix sbt resolvers clash
> -----------------------
>
>                 Key: SPARK-33106
>                 URL: https://issues.apache.org/jira/browse/SPARK-33106
>             Project: Spark
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 3.1.0
>            Reporter: Denis Pyshev
>            Assignee: Denis Pyshev
>            Priority: Minor
>             Fix For: 3.1.0
>
>
> During sbt upgrade from 0.13 to 1.x, exact resolvers list was used as is.
> That leads to local resolvers name clashing, which is observed as warning 
> from SBT:
> {code:java}
> [warn] Multiple resolvers having different access mechanism configured with 
> same name 'local'. To avoid conflict, Remove duplicate project resolvers 
> (`resolvers`) or rename publishing resolve
> r (`publishTo`).
> {code}
> This needs to be fixed to avoid potential errors and reduce log noise.



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

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

Reply via email to