DongLiang-0 commented on code in PR #2192: URL: https://github.com/apache/doris-website/pull/2192#discussion_r2003115161
########## i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/cluster-management/instance-management/SET-FRONTEND-CONFIG.md: ########## @@ -32,31 +32,31 @@ under the License. 该语句用于设置集群的配置项(当前仅支持设置 FE 的配置项)。 -可设置的配置项,可以通过 `SHOW FRONTEND CONFIG;` 命令查看。 - -语法: +## 语法: ```sql -ADMIN SET FRONTEND CONFIG ("key" = "value") [ALL]; --- or -ADMIN SET ALL FRONTENDS CONFIG ("key" = "value"); +ADMIN SET {ALL FRONTENDS | FRONTEND} CONFIG ("<fe_config_key>" = "<fe_config_value>") ``` +## 可选参数 +需要修改的 `<fe_config_key>`、`<fe_config_value>` 可通过 [SHOW FRONTEND CONFIG](./SHOW-FRONTEND-CONFIG) 命令查看 Review Comment: done -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org