sarutak commented on issue #25370: [SPARK-28639][CORE][DOC] Configuration doc 
for Barrier Execution Mode
URL: https://github.com/apache/spark/pull/25370#issuecomment-519238866
 
 
   I think so because private properties are marked as internal like
   ```
     private[spark] val DRIVER_RESOURCES_FILE =
       ConfigBuilder("spark.driver.resourcesFile")
         .internal()
         .doc("Path to a file containing the resources allocated to the driver. 
" +
           "The file should be formatted as a JSON array of ResourceAllocation 
objects. " +
           "Only used internally in standalone mode.")
         .stringConf
         .createOptional
   ```
   
   In particular, `spark.scheduler.barrier.maxConcurrentTasksCheck.maxFailures` 
should be public for users who want jobs fail fast.
   
   But I'd like to confirm to @jiangxb1987 who introduced those properties, 
whether he mean they are public.

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