LuciferYang commented on code in PR #44343:
URL: https://github.com/apache/spark/pull/44343#discussion_r1426727164
##########
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:
Where was a non-None `noCacheIvySettings` passed in? I build a new client
with this pr , but also found the error message:
```
:: problems summary ::
:::: WARNINGS
[NOT FOUND ] org.apache.hive#hive-exec;2.3.9!hive-exec.jar
(0ms)
==== local-m2-cache: tried
file:/Users/yangjie01/.m2/repository/org/apache/hive/hive-exec/2.3.9/hive-exec-2.3.9.jar
[NOT FOUND ] asm#asm;3.2!asm.jar (1ms)
==== local-m2-cache: tried
file:/Users/yangjie01/.m2/repository/asm/asm/3.2/asm-3.2.jar
::::::::::::::::::::::::::::::::::::::::::::::
:: FAILED DOWNLOADS ::
:: ^ see resolution messages for details ^ ::
::::::::::::::::::::::::::::::::::::::::::::::
:: asm#asm;3.2!asm.jar
:: org.apache.hive#hive-exec;2.3.9!hive-exec.jar
::::::::::::::::::::::::::::::::::::::::::::::
```
--
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]