yaooqinn commented on code in PR #44840: URL: https://github.com/apache/spark/pull/44840#discussion_r1462667549
########## docs/spark-standalone.md: ########## @@ -278,6 +278,16 @@ SPARK_MASTER_OPTS supports the following system properties: </td> <td>1.1.0</td> </tr> +<tr> + <td><code>spark.deploy.spreadOutDrivers</code></td> + <td>true</td> + <td> + Whether the standalone cluster manager should spread drivers out across nodes or try + to consolidate them onto as few nodes as possible. Spreading out is usually better for + data locality in HDFS, but consolidating is more efficient for compute-intensive workloads. <br/> Review Comment: Nit: I noticed that this trailing br tag is derived from existing documentation, but it appears to have no contribution to the documentation layout. -- 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]
