-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-8095] Resolve dependencies of --packages in local ivy cache #6788
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added this dependency as a regression test
|
Test build #34785 has finished for PR 6788 at commit
|
|
retest this please |
|
Test build #909 has finished for PR 6788 at commit
|
|
Test build #34797 has finished for PR 6788 at commit
|
|
Test build #910 timed out for PR 6788 at commit |
|
retest this please |
|
Test build #34850 has finished for PR 6788 at commit
|
|
@brkyvz there seems to a legitimate test failure |
|
Test build #35001 has finished for PR 6788 at commit
|
|
Test build #35000 has finished for PR 6788 at commit
|
|
Test build #35007 has finished for PR 6788 at commit
|
|
Test build #35016 has finished for PR 6788 at commit
|
|
Test build #35021 has finished for PR 6788 at commit
|
|
retest this please |
|
Test build #35048 timed out for PR 6788 at commit |
|
retest this please |
|
Test build #35060 has finished for PR 6788 at commit
|
|
Merging into master 1.4 thanks Burak |
Dependencies of artifacts in the local ivy cache were not being resolved properly. The dependencies were not being picked up. Now they should be. cc andrewor14 Author: Burak Yavuz <[email protected]> Closes #6788 from brkyvz/local-ivy-fix and squashes the following commits: 2875bf4 [Burak Yavuz] fix temp dir bug 48cc648 [Burak Yavuz] improve deletion a69e3e6 [Burak Yavuz] delete cache before test as well 0037197 [Burak Yavuz] fix merge conflicts f60772c [Burak Yavuz] use different folder for m2 cache during testing b6ef038 [Burak Yavuz] [SPARK-8095] Resolve dependencies of Spark Packages in local ivy cache Conflicts: core/src/test/scala/org/apache/spark/deploy/SparkSubmitUtilsSuite.scala
|
@brkyvz could you open a patch against branch-1.3? It doesn't merge cleanly there. |
Dependencies of artifacts in the local ivy cache were not being resolved properly. The dependencies were not being picked up. Now they should be. cc andrewor14 Author: Burak Yavuz <[email protected]> Closes apache#6788 from brkyvz/local-ivy-fix and squashes the following commits: 2875bf4 [Burak Yavuz] fix temp dir bug 48cc648 [Burak Yavuz] improve deletion a69e3e6 [Burak Yavuz] delete cache before test as well 0037197 [Burak Yavuz] fix merge conflicts f60772c [Burak Yavuz] use different folder for m2 cache during testing b6ef038 [Burak Yavuz] [SPARK-8095] Resolve dependencies of Spark Packages in local ivy cache
…y cache Backported PR #6788 cc andrewor14 Author: Burak Yavuz <[email protected]> Closes #6923 from brkyvz/backport-local-ivy and squashes the following commits: eb17384 [Burak Yavuz] [SPARK-8095][BACKPORT] Resolve dependencies of --packages in local ivy cache
Dependencies of artifacts in the local ivy cache were not being resolved properly. The dependencies were not being picked up. Now they should be. cc andrewor14 Author: Burak Yavuz <[email protected]> Closes apache#6788 from brkyvz/local-ivy-fix and squashes the following commits: 2875bf4 [Burak Yavuz] fix temp dir bug 48cc648 [Burak Yavuz] improve deletion a69e3e6 [Burak Yavuz] delete cache before test as well 0037197 [Burak Yavuz] fix merge conflicts f60772c [Burak Yavuz] use different folder for m2 cache during testing b6ef038 [Burak Yavuz] [SPARK-8095] Resolve dependencies of Spark Packages in local ivy cache Conflicts: core/src/test/scala/org/apache/spark/deploy/SparkSubmitUtilsSuite.scala
Dependencies of artifacts in the local ivy cache were not being resolved properly. The dependencies were not being picked up. Now they should be.
cc @andrewor14