bowenliang123 commented on code in PR #4382:
URL: https://github.com/apache/kyuubi/pull/4382#discussion_r1111946308
##########
docs/deployment/settings.md:
##########
@@ -447,6 +447,12 @@ You can configure the Kyuubi properties in
`$KYUUBI_HOME/conf/kyuubi-defaults.co
| kyuubi.operation.spark.listener.enabled | true
| When set to true, Spark
engine registers an SQLOperationListener before executing the statement,
logging a few summary statistics when each stage completes.
|
boolean | 1.6.0 |
| kyuubi.operation.status.polling.timeout | PT5S
| Timeout(ms) for long
polling asynchronous running sql query's status
| duration
| 1.0.0 |
+### PeriodicGC
+
+| Key | Default | Meaning
| Type | Since |
+|----------------------------|---------|--------------------------------------------|----------|-------|
+| kyuubi.periodicGC.interval | PT30M | How often to trigger a garbage
collection. | duration | 1.7.0 |
Review Comment:
+1, prefer to add this config in server section.
--
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]