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

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


The following commit(s) were added to refs/heads/branch-1.8 by this push:
     new 223034780 [KYUUBI #6000] Modify the incorrect configuration file in 
the trino-cli documentation
223034780 is described below

commit 22303478028f7dc660b8edd68948b9f762a2788b
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]>
    (cherry picked from commit 750a9173c85dd6de28eac6f7ec29b97e258154f2)
    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 68ebd8300..17f644b2f 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

Reply via email to