panbingkun commented on code in PR #44540: URL: https://github.com/apache/spark/pull/44540#discussion_r1440222862
########## docs/running-on-yarn.md: ########## @@ -866,7 +866,7 @@ to avoid garbage collection issues during shuffle. The following extra configuration options are available when the shuffle service is running on YARN: <table> -<thead><tr><th>Property Name</th><th>Default</th><th>Meaning</th></tr></thead> +<thead><tr><th>Property Name</th><th>Default</th><th>Meaning</th><th>Since Version</th></tr></thead> <tr> <td><code>spark.yarn.shuffle.stopOnFailure</code></td> Review Comment: For a record: https://github.com/apache/spark/pull/14162 First: https://spark.apache.org/docs/2.1.0/running-on-yarn.html branch 2.0(non-exist): https://github.com/apache/spark/blob/branch-2.0/docs/running-on-yarn.md?plain=1 branch 2.1(exist): https://github.com/apache/spark/blob/branch-2.1/docs/running-on-yarn.md?plain=1 -- 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]
