You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/10/11 22:46:50 UTC

[GitHub] [spark] gemelen opened a new pull request #30006: [SPARK-33106][BUILD] Fix resolvers clash in SBT

gemelen opened a new pull request #30006:
URL: https://github.com/apache/spark/pull/30006


   ### What changes were proposed in this pull request?
   
   Rename manually added resolver for local Ivy repo.
   Create configuration to publish to local Ivy repo similar to Maven one.
   Use `publishLocal` to publish both to local Maven and Ivy repos instead
   of custom task `localPublish` (renamed from `publish-local` of sbt 0.13.x).
   
   ### Why are the changes needed?
   
   There are two resolvers (bootResolvers's "local" and manually added "local") that point to the same local Ivy repo, but have different configurations, which led to excessive warnings in logs and, potentially, resolution issues.
   Changeset fixes that case, observable in sbt output as 
   ```
   [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`).
   ```
   
   ### Does this PR introduce _any_ user-facing change?
   
   No
   
   ### How was this patch tested?
   
   Executed `build/sbt`'s `publishLocal` task on individual module and on root project.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #30006: [SPARK-33106][BUILD] Fix resolvers clash in SBT

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #30006:
URL: https://github.com/apache/spark/pull/30006#issuecomment-706824716






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA removed a comment on pull request #30006: [SPARK-33106][BUILD] Fix resolvers clash in SBT

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #30006:
URL: https://github.com/apache/spark/pull/30006#issuecomment-706780096


   **[Test build #129645 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129645/testReport)** for PR 30006 at commit [`b24271f`](https://github.com/apache/spark/commit/b24271f07e083f31d2dc8d0602fc6924b4d4e024).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA removed a comment on pull request #30006: [SPARK-33106][BUILD] Fix resolvers clash in SBT

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #30006:
URL: https://github.com/apache/spark/pull/30006#issuecomment-706810195


   **[Test build #129649 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129649/testReport)** for PR 30006 at commit [`b24271f`](https://github.com/apache/spark/commit/b24271f07e083f31d2dc8d0602fc6924b4d4e024).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #30006: [SPARK-33106][BUILD] Fix resolvers clash in SBT

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30006:
URL: https://github.com/apache/spark/pull/30006#issuecomment-706859109


   **[Test build #129649 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129649/testReport)** for PR 30006 at commit [`b24271f`](https://github.com/apache/spark/commit/b24271f07e083f31d2dc8d0602fc6924b4d4e024).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds no public classes.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #30006: [SPARK-33106][BUILD] Fix resolvers clash in SBT

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30006:
URL: https://github.com/apache/spark/pull/30006#issuecomment-706785772


   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/34249/
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #30006: [SPARK-33106][BUILD] Fix resolvers clash in SBT

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30006:
URL: https://github.com/apache/spark/pull/30006#issuecomment-706818979


   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/34253/
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #30006: [SPARK-33106][BUILD] Fix resolvers clash in SBT

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #30006:
URL: https://github.com/apache/spark/pull/30006#issuecomment-706860082






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #30006: [SPARK-33106][BUILD][test-hadoop2.7] Fix resolvers clash in SBT

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30006:
URL: https://github.com/apache/spark/pull/30006#issuecomment-706810195


   **[Test build #129649 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129649/testReport)** for PR 30006 at commit [`b24271f`](https://github.com/apache/spark/commit/b24271f07e083f31d2dc8d0602fc6924b4d4e024).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins commented on pull request #30006: [SPARK-33106][BUILD] Fix resolvers clash in SBT

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #30006:
URL: https://github.com/apache/spark/pull/30006#issuecomment-706860082






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] dongjoon-hyun commented on pull request #30006: [SPARK-33106][BUILD][test-hadoop2.7] Fix resolvers clash in SBT

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun commented on pull request #30006:
URL: https://github.com/apache/spark/pull/30006#issuecomment-706809654


   Retest this please.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #30006: [SPARK-33106][BUILD] Fix resolvers clash in SBT

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #30006:
URL: https://github.com/apache/spark/pull/30006#issuecomment-706787982






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins commented on pull request #30006: [SPARK-33106][BUILD] Fix resolvers clash in SBT

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #30006:
URL: https://github.com/apache/spark/pull/30006#issuecomment-706804771






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #30006: [SPARK-33106][BUILD] Fix resolvers clash in SBT

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30006:
URL: https://github.com/apache/spark/pull/30006#issuecomment-706804325


   **[Test build #129645 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129645/testReport)** for PR 30006 at commit [`b24271f`](https://github.com/apache/spark/commit/b24271f07e083f31d2dc8d0602fc6924b4d4e024).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds no public classes.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #30006: [SPARK-33106][BUILD] Fix resolvers clash in SBT

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #30006:
URL: https://github.com/apache/spark/pull/30006#issuecomment-706804771






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins commented on pull request #30006: [SPARK-33106][BUILD] Fix resolvers clash in SBT

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #30006:
URL: https://github.com/apache/spark/pull/30006#issuecomment-706787982






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #30006: [SPARK-33106][BUILD] Fix resolvers clash in SBT

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30006:
URL: https://github.com/apache/spark/pull/30006#issuecomment-706780096


   **[Test build #129645 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129645/testReport)** for PR 30006 at commit [`b24271f`](https://github.com/apache/spark/commit/b24271f07e083f31d2dc8d0602fc6924b4d4e024).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins commented on pull request #30006: [SPARK-33106][BUILD] Fix resolvers clash in SBT

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #30006:
URL: https://github.com/apache/spark/pull/30006#issuecomment-706824716






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #30006: [SPARK-33106][BUILD] Fix resolvers clash in SBT

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30006:
URL: https://github.com/apache/spark/pull/30006#issuecomment-706787974


   Kubernetes integration test status success
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/34249/
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #30006: [SPARK-33106][BUILD] Fix resolvers clash in SBT

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30006:
URL: https://github.com/apache/spark/pull/30006#issuecomment-706824709


   Kubernetes integration test status success
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/34253/
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] dongjoon-hyun closed pull request #30006: [SPARK-33106][BUILD] Fix resolvers clash in SBT

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun closed pull request #30006:
URL: https://github.com/apache/spark/pull/30006


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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