mansonliwh opened a new pull request, #3100:
URL: https://github.com/apache/amoro/pull/3100
## Why are the changes needed?
<!--
Please clarify why the changes are needed. For instance,
1. If you add a feature, you can talk about its use case.
2. If you fix a bug, you can clarify why it is a bug.
3. Use Fix/Resolve/Close #{ISSUE_NUMBER} to link this PR to its related
issue
-->
The current default configurations of AMS are somewhat unreasonable, and we
should improve them.
## Brief change log
<!--
Clearly describe the changes made in modules, classes, methods, etc.
-->
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)
--
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]