zhoujinsong opened a new issue, #3097: URL: https://github.com/apache/amoro/issues/3097
### Search before asking - [X] I have searched in the [issues](https://github.com/apache/amoro/issues?q=is%3Aissue) and found no similar issues. ### What would you like to be improved? The current default configurations of AMS are somewhat unreasonable, and we should improve them. ### How should we improve? The default configuration file of AMS is under file: `amoro-ams/dist/src/main/amoro-bin/conf/config.yaml`. The following configuration should be improved: - Turn off the sync-hive-tables service (change ams.sync-hive-tables.enabled to false). - Turn on the data-expiration service (change ams.data-expiration.enabled to true). - Add table-manifest-io.thread-count configuration example (add ams.table-manifest-io.thread-count and set default value to 20) - Add http-server.rest-auth-type configuration example (add ams.http-server.rest-auth-type and set default value to token) - Add terminal.result.limit configuration example(add terminal.result.limit and set default value to 1000) - Add terminal.stop-on-error configuration example(add terminal.stop-on-error and set default value to false) - Add terminal.session.timeout configuration example(add terminal.session.timeout and set default value to 30) - Add local.using-session-catalog-for-hive example (add terminal.local.using-session-catalog-for-hive and set default value to false) ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Subtasks _No response_ ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
