AngersZhuuuu opened a new pull request #29966:
URL: https://github.com/apache/spark/pull/29966


   ### What changes were proposed in this pull request?
   Support add jar with ivy path
   
   ### Why are the changes needed?
   Since submit app can support ivy, add jar we can also support ivy now.
   
   ### Does this PR introduce _any_ user-facing change?
   User can add jar with sql like 
   ```
   add jar ivy:://group:artifict:version?exclude=xxx,xxx&transitive=true
   add jar ivy:://group:artifict:version?exclude=xxx,xxx&transitive=false
   ```
   
   core api 
   ```
   
sparkContext.addJar("ivy:://group:artifict:version?exclude=xxx,xxx&transitive=true")
   
sparkContext.addJar("ivy:://group:artifict:version?exclude=xxx,xxx&transitive=false")
   ```
   
   
   ### How was this patch tested?
   Added UT


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to