Skip to content

Commit

Permalink
[KYUUBI apache#6000] Modify the incorrect configuration file in the t…
Browse files Browse the repository at this point in the history
…rino-cli documentation

# 🔍 Description
## Issue References 🔗

This pull request fixes #

## Describe Your Solution 🔧

kyuubi conf file is kyuubi-defaults.conf, not kyuubi.conf

## Types of changes 🔖

- [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 ⚰️

#### Behavior With This Pull Request 🎉

#### 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 apache#6000 from SwordyZhao/trino-cli-doc-cheage.

Closes apache#6000

95b839a [swordy_zhao] kyuubi conf file is kyuubi-defaults.conf

Authored-by: swordy_zhao <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
  • Loading branch information
SwordyZhao authored and zhaohehuhu committed Feb 5, 2024
1 parent bc33388 commit 3ab663f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/client/cli/trino_cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ab663f

Please sign in to comment.