panbingkun commented on code in PR #44343:
URL: https://github.com/apache/spark/pull/44343#discussion_r1429012219
##########
common/utils/src/main/scala/org/apache/spark/util/MavenUtils.scala:
##########
@@ -405,6 +415,7 @@ private[spark] object MavenUtils extends Logging {
def resolveMavenCoordinates(
coordinates: String,
ivySettings: IvySettings,
+ noCacheIvySettings: Option[IvySettings] = None,
Review Comment:
> I added the input for `noCacheIvySettings` in `IsolatedClientLoader` and
built a new client. Although the retry was successful, there will be a large
number of error messages like the following:
>
> ```
> :: problems summary ::
> :::: ERRORS
> unknown resolver local-m2-cache
>
> unknown resolver local-m2-cache
>
> unknown resolver local-m2-cache
>
> unknown resolver local-m2-cache
>
> unknown resolver local-m2-cache
>
> unknown resolver local-m2-cache
>
> unknown resolver local-m2-cache
>
> unknown resolver local-m2-cache
>
> unknown resolver local-m2-cache
>
> unknown resolver local-m2-cache
>
> unknown resolver local-m2-cache
>
> unknown resolver local-m2-cache
>
> unknown resolver local-m2-cache
>
> unknown resolver local-m2-cache
>
> unknown resolver local-m2-cache
>
> unknown resolver local-m2-cache
>
> unknown resolver local-m2-cache
> ```
The above issues have been resolved.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]