srowen commented on issue #27281: [SPARK-30572][BUILD] Add a fallback Maven repository URL: https://github.com/apache/spark/pull/27281#issuecomment-576704005 @dongjoon-hyun we have three issues: 1. Maven Central flaky at times? 1. SBT trying to use http:// for Maven Central 1. Some artifacts not mirrored to GCS repo To fix 1, we need a second repo like GCS. But to fix 3, we also still need Maven Central. So far, that just means adding both as repositories to the build. But to fix 2, it seems like we have to try to change what SBT thinks 'central' is, which requires specifying a mirror of central that uses https. It isn't sufficient to just define it in the POM / SBT build. Right? If so then I get this change. Let me comment on https://github.com/apache/spark/pull/27307
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
