You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by bo...@apache.org on 2023/02/17 15:28:07 UTC

[kyuubi] branch branch-1.7 updated: [KYUUBI #4346] [DOCS] Add config type `userDefaultsConf` for config refreshing of admin tool

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

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


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

commit ee05f8d2fffce63a2ff0d73738890bf8a77f7fe3
Author: liangbowen <li...@gf.com.cn>
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 <li...@gf.com.cn>
    Signed-off-by: liangbowen <li...@gf.com.cn>
    (cherry picked from commit 7538b99e2c60997fc978abbc264220b7f2a43bcf)
    Signed-off-by: liangbowen <li...@gf.com.cn>
---
 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: