-
Notifications
You must be signed in to change notification settings - Fork 971
Closed
Labels
Description
Code of Conduct
- I agree to follow this project's Code of Conduct
Search before asking
- I have searched in the issues and found no similar issues.
Describe the feature
Introduce feature of refresh user defaults config (which starts with three continuous underscores "___") from config file via kyuubi-admin cli and refresh/user_defaults_conf Rest API.
- add
refreshUserDefaultsConfmethond in KyuubiServer to read user defautls configs from property file and apply config changes to server's KyuubiConf - add
refresh/user_defaults_confapi to AdminRestApi callingrefreshUserDefaultsConfof KyuubiServer - add config type
userDefaultsConfin kyuubi-admin cli
This feature will
- help to apply user defaults conf without restarting server or losing connections
- load latest config for engine launch, e.g. spark related config
spark.*
It won't
- affect the components already started and using the clone of server conf
- affect configs for launched engine instance
Motivation
No response
Describe the solution
No response
Additional context
No response
Are you willing to submit PR?
- Yes. I can submit a PR independently to improve.
- Yes. I would be willing to submit a PR with guidance from the Kyuubi community to improve.
- No. I cannot submit a PR at this time.
cxzl25