squito commented on a change in pull request #25962: [SPARK-29285][Shuffle]
Temporary shuffle files should be able to handle disk failures
URL: https://github.com/apache/spark/pull/25962#discussion_r339705000
##########
File path: core/src/main/scala/org/apache/spark/util/Utils.scala
##########
@@ -95,7 +95,7 @@ private[spark] object Utils extends Logging {
*/
val DEFAULT_DRIVER_MEM_MB = JavaUtils.DEFAULT_DRIVER_MEM_MB.toInt
- private val MAX_DIR_CREATION_ATTEMPTS: Int = 10
+ val MAX_DIR_CREATION_ATTEMPTS: Int = 10
Review comment:
its used in `Utils.createDirectory`, which is only used in the standalone
cluster
----------------------------------------------------------------
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]