ankursaini2006 commented on PR #4977:
URL: https://github.com/apache/zeppelin/pull/4977#issuecomment-3092376137

   @renechoi since you are refactoring the dependencies management, I have one 
question. if we request an artifact from maven repository, currently whole 
dependency tree is downloaded and eventually the requested dependency is 
downloaded. It takes a lot of time. During my test for downloading trino jdbc 
jar, it took 20mins. Why don’t we just download the requested artifact itself ? 
Instead of doing collect dependencies  why don’t we perform resolve artifact ?
   
   source: 
[resolveDependencies](https://github.com/apache/zeppelin/blob/25cd340f1d831a38d41270684169a480379cec7a/zeppelin-interpreter/src/main/java/org/apache/zeppelin/dep/DependencyResolver.java#L183)
   


-- 
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]

Reply via email to