You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2023/01/03 09:22:20 UTC

[GitHub] [kyuubi] bowenliang123 commented on a diff in pull request #3983: [KYUUBI #3982] [FEATURE] introduce refreshing user defaults configs

bowenliang123 commented on code in PR #3983:
URL: https://github.com/apache/kyuubi/pull/3983#discussion_r1060396270


##########
kyuubi-ctl/src/main/scala/org/apache/kyuubi/ctl/opt/AdminCommandLine.scala:
##########
@@ -100,6 +100,6 @@ object AdminCommandLine extends CommonCommandLine {
         arg[String]("<configType>")
           .optional()
           .action((v, c) => c.copy(adminConfigOpts = c.adminConfigOpts.copy(configType = v)))
-          .text("The valid config type can be one of the following: hadoopConf."))
+          .text("The valid config type can be one of the following: hadoopConf, userDefaults."))

Review Comment:
   OK, let me fix it.
   Thus the cli command will become "kyuubi-admin refresh config userDefaultsConf". `conf` occurs twice.



-- 
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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org