Uh oh!
There was an error while loading. Please reload this page.
[SPARK-28759][BUILD] Upgrade scala-maven-plugin to 4.1.1 - #25476
[SPARK-28759][BUILD] Upgrade scala-maven-plugin to 4.1.1#25476dongjoon-hyun wants to merge 1 commit into
Conversation
dongjoon-hyun
commented
Aug 16, 2019
Thank you for review and approval, @HyukjinKwon ! |
SparkQA
commented
Aug 16, 2019
Test build #109211 has finished for PR 25476 at commit
|
HyukjinKwon
commented
Aug 16, 2019
retest this please |
dongjoon-hyun
commented
Aug 16, 2019
Retest this please |
srowen
left a comment
There was a problem hiding this comment.
Looks fine to me. I was using it yesterday and seemed to work (i.e. the problem I reported was with the -release change attempt). BTW I think you're welcome to update lots of plugins in one go if you like. It'd be good to keep them pretty up to date for 3.0.
SparkQA
commented
Aug 16, 2019
Test build #109218 has finished for PR 25476 at commit
|
SparkQA
commented
Aug 16, 2019
Test build #4834 has finished for PR 25476 at commit
|
dongjoon-hyun
commented
Aug 16, 2019
Retest this please. |
SparkQA
commented
Aug 16, 2019
Test build #4835 has finished for PR 25476 at commit
|
SparkQA
commented
Aug 16, 2019
Test build #109239 has finished for PR 25476 at commit
|
viirya
commented
Aug 16, 2019
retest this please |
SparkQA
commented
Aug 17, 2019
Test build #109245 has finished for PR 25476 at commit
|
HyukjinKwon
commented
Aug 17, 2019
retest this please |
SparkQA
commented
Aug 17, 2019
Test build #109257 has finished for PR 25476 at commit
|
dongjoon-hyun
commented
Aug 17, 2019
Thank you, @HyukjinKwon , @srowen , @viirya . |
dongjoon-hyun
commented
Aug 17, 2019
Thanks, @srowen . Until now, I'm trying to focus on JDK11 related stuff. For 3.0.0, yes, I'll try to check the plugins and make it up-to-date.
|
HyukjinKwon
commented
Aug 19, 2019
For unknown reason, AppVeyor build is being failed after this upgrade. I am investigating this at #25493. Logs just get truncated in the middle of downloading Maybe somehow the logs are being swallowed somewhere like #24481 case. Reverting it. |
dongjoon-hyun
commented
Aug 19, 2019
Got it, @HyukjinKwon . Thank you for fixing it. |
What changes were proposed in this pull request?
This PR aims to upgrade
scala-maven-pluginto 4.1.1 to bring the improvement (including Scala 2.13.0 support, Zinc update) and bug fixes in the plugin.Why are the changes needed?
4.1.1uses the latest dependent plugins.Does this PR introduce any user-facing change?
No.
How was this patch tested?
Pass the Jenkins.