AngersZhuuuu commented on issue #26777: [SPARK-30134][SQL]  Support DELETE JAR 
feature in SPARK
URL: https://github.com/apache/spark/pull/26777#issuecomment-613911185
 
 
   @sandeep-katta 
   For your pr, you also nee to remove deleted jar in 
Executor.updateDependencies() method. 
   Since if you run delete jar, user may delete it(file). then when executor 
call updateDependencies() 
   it will failed will FileNotFound error and all the next task can't run.

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

Reply via email to