maropu commented on a change in pull request #28132: 
[SPARK-27963][DOCS][FOLLOWUP] Update requirements for 
spark.dynamicAllocation.enabled
URL: https://github.com/apache/spark/pull/28132#discussion_r403796217
 
 

 ##########
 File path: docs/configuration.md
 ##########
 @@ -2456,7 +2456,8 @@ Apart from these, the following properties are also 
available, and may be useful
     For more detail, see the description
     <a href="job-scheduling.html#dynamic-resource-allocation">here</a>.
     <br><br>
-    This requires <code>spark.shuffle.service.enabled</code> to be set.
+    This requires <code>spark.shuffle.service.enabled</code> or
+    <code>spark.dynamicAllocation.shuffleTracking.enabled</code> to be set.
 
 Review comment:
   `spark.shuffle.service.enabled=false` and 
`spark.dynamicAllocation.shuffleTracking.enabled=true` is experimental now? 
https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/ExecutorAllocationManager.scala#L208
   
   If so, its better to leave some notes about that here?

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