This is an automated email from the ASF dual-hosted git repository.

bowenliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new 7538b99e2 [KYUUBI #4346] [DOCS] Add config type `userDefaultsConf` for 
config refreshing of admin tool
7538b99e2 is described below

commit 7538b99e2c60997fc978abbc264220b7f2a43bcf
Author: liangbowen <[email protected]>
AuthorDate: Fri Feb 17 23:27:36 2023 +0800

    [KYUUBI #4346] [DOCS] Add config type `userDefaultsConf` for config 
refreshing of admin tool
    
    ### _Why are the changes needed?_
    
    - add config type `userDefaultsConf` (which is introduced in #3982 ) for 
config refreshing of admin tool
    <img width="784" alt="image" 
src="https://user-images.githubusercontent.com/1935105/219381858-76b5d1dd-2a49-4fd7-bd3a-06178b6871e9.png";>
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including 
negative and positive cases if possible
    
    - [x] Add screenshots for manual tests if appropriate
    
    - [ ] [Run 
test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests)
 locally before make a pull request
    
    Closes #4346 from bowenliang123/doc-refresh-userconfigs.
    
    Closes #4346
    
    3ada9db4 [liangbowen] add config type `userDefaultsConf` for `kyuubi-admin 
refresh config`
    cc3df715 [liangbowen] add config type `userDefaultsConf` for `kyuubi-admin 
refresh config`
    
    Authored-by: liangbowen <[email protected]>
    Signed-off-by: liangbowen <[email protected]>
---
 docs/tools/kyuubi-admin.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/tools/kyuubi-admin.rst b/docs/tools/kyuubi-admin.rst
index cf60f67b1..c881277fe 100644
--- a/docs/tools/kyuubi-admin.rst
+++ b/docs/tools/kyuubi-admin.rst
@@ -69,6 +69,8 @@ Usage: ``bin/kyuubi-admin refresh config [options] 
[<configType>]``
      - Description
    * - hadoopConf
      - The hadoop conf used for proxy user verification.
+   * - userDefaultsConf
+     - Refresh the user defaults configs with key in format in the form of 
`___{username}___.{config key}` from default property file.
 
 .. _list_engine:
 

Reply via email to