gengliangwang commented on code in PR #39226: URL: https://github.com/apache/spark/pull/39226#discussion_r1057948247
########## docs/configuration.md: ########## @@ -1388,6 +1388,14 @@ Apart from these, the following properties are also available, and may be useful </td> <td>3.4.0</td> </tr> +<tr> + <td><code>spark.ui.store.path.auto.cleanup.enabled</code></td> + <td>true</td> + <td> + If true, automatically cleanup the the data of `spark.ui.store.path` when SparkContext stop. Review Comment: stop => stops -- 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]
