Ngone51 commented on code in PR #49350:
URL: https://github.com/apache/spark/pull/49350#discussion_r1903252801
##########
core/src/main/scala/org/apache/spark/deploy/ExternalShuffleService.scala:
##########
@@ -127,7 +145,7 @@ class ExternalShuffleService(sparkConf: SparkConf,
securityManager: SecurityMana
}
/** Clean up all shuffle files associated with an application that has
exited. */
- def applicationRemoved(appId: String): Unit = {
+ def applicationRemoved(appId: String, cleanupLocalDirs: Boolean = true):
Unit = {
Review Comment:
Good catch!
--
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]