From 750a9173c85dd6de28eac6f7ec29b97e258154f2 Mon Sep 17 00:00:00 2001 From: swordy_zhao Date: Fri, 19 Jan 2024 19:27:05 +0800 Subject: [PATCH] [KYUUBI #6000] Modify the incorrect configuration file in the trino-cli documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # :mag: Description ## Issue References ๐Ÿ”— This pull request fixes # ## Describe Your Solution ๐Ÿ”ง kyuubi conf file is kyuubi-defaults.conf, not kyuubi.conf ## Types of changes :bookmark: - [x] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan ๐Ÿงช #### Behavior Without This Pull Request :coffin: #### Behavior With This Pull Request :tada: #### Related Unit Tests --- # Checklist ๐Ÿ“ - [ ] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6000 from SwordyZhao/trino-cli-doc-cheage. Closes #6000 95b839ada [swordy_zhao] kyuubi conf file is kyuubi-defaults.conf Authored-by: swordy_zhao Signed-off-by: Cheng Pan --- docs/client/cli/trino_cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/client/cli/trino_cli.md b/docs/client/cli/trino_cli.md index ed7e80730ab..a2a1469a83b 100644 --- a/docs/client/cli/trino_cli.md +++ b/docs/client/cli/trino_cli.md @@ -21,7 +21,7 @@ The Trino CLI provides a terminal-based, interactive shell for running queries. ## Start Kyuubi Trino Server -First we should configure the trino protocol and the service port in the `kyuubi.conf` +First we should configure the trino protocol and the service port in the `kyuubi-defaults.conf` ``` kyuubi.frontend.protocols TRINO