Skip to content

Commit e3db5de

Browse files
hongdongdongpan3793
authored andcommitted
[KYUUBI #3726] [DOCS] Place comments above line to avoid mislead users
### _Why are the changes needed?_ When users copy the config directly, the suffix comments will cause run failure. ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #3726 from hddong/improve-trino-quick-start. Closes #3726 1b330d5 [hongdongdong] [DOCS] Place comments above line to avoid mislead users Authored-by: hongdongdong <hongdd@apache.org> Signed-off-by: hongdongdong <hongdd@apache.org>
1 parent 99b584d commit e3db5de

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/quick_start/quick_start.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,10 @@ To enable the Trino engine, the `kyuubi.engine.type` need to be set as `TRINO`.
176176

177177
```bash
178178
kyuubi.engine.type TRINO
179-
kyuubi.session.engine.trino.connection.url http://localhost:8080 # Your trino cluster server url
180-
kyuubi.session.engine.trino.connection.catalog hive # The default catalog connect to.
179+
# Your trino cluster server url
180+
kyuubi.session.engine.trino.connection.url http://localhost:8080
181+
# The default catalog connect to
182+
kyuubi.session.engine.trino.connection.catalog hive
181183
```
182184

183185
### Starting Kyuubi

0 commit comments

Comments
 (0)