This is an automated email from the ASF dual-hosted git repository.
chengpan 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 750a9173c [KYUUBI #6000] Modify the incorrect configuration file in
the trino-cli documentation
750a9173c is described below
commit 750a9173c85dd6de28eac6f7ec29b97e258154f2
Author: swordy_zhao <[email protected]>
AuthorDate: Fri Jan 19 19:27:05 2024 +0800
[KYUUBI #6000] Modify the incorrect configuration file in the trino-cli
documentation
# :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 <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
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 ed7e80730..a2a1469a8 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