tgravescs commented on a change in pull request #23614: 
[SPARK-26689][CORE]Support blacklisting bad disk directory and retry in 
DiskBlockManager
URL: https://github.com/apache/spark/pull/23614#discussion_r255954092
 
 

 ##########
 File path: core/src/main/scala/org/apache/spark/internal/config/package.scala
 ##########
 @@ -284,6 +284,16 @@ package object config {
       .intConf
       .createWithDefault(64)
 
+  private[spark] val DISK_STORE_BLACKLIST_TIMEOUT =
 
 Review comment:
   the formal documentation goes in the file docs/configuration.md.  Those are 
the ones that show up  here 
http://spark.apache.org/docs/latest/configuration.html.
   We do leave some configs out of there if we think they are really advanced 
or users shouldn't be changing them but these seems like ones users may want to 
set

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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