Skip to content

Commit

Permalink
[#3874] Fix mistakes in Trino connection configuration document (#3875)
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

Fix mistakes in Trino connection configuration document

### Why are the changes needed?

It's a bug needs to be fixed.

Fix: #3874 

### Does this PR introduce _any_ user-facing change?

N/A

### How was this patch tested?

N/A.
  • Loading branch information
yuqi1129 authored Jun 17, 2024
1 parent c7a0bf0 commit a2398e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/trino-connector/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This software is licensed under the Apache License version 2."
|----------------------------------|---------|-----------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|---------------|
| connector.name | string | (none) | The `connector.name` defines the type of Trino connector, this value is always 'gravitino'. | Yes | 0.2.0 |
| gravitino.metalake | string | (none) | The `gravitino.metalake` defines which metalake in Gravitino server the Trino connector uses. Trino connector should set it at start, the value of `gravitino.metalake` needs to be a valid name, Trino connector can detect and load the metalake with catalogs, schemas and tables once created and keep in sync. | Yes | 0.2.0 |
| gravitino.uri | string | http://localhost:8090 | The `gravitino.uri` defines the connection URL of the Gravitino server, the default value is `http://localhost:8090`. Trino connector can detect and connect to Gravitino server once it is ready, no need to start Gravitino server beforehand. | Yes | 0.2.0 |
| gravitino.uri | string | http://localhost:8090 | The `gravitino.uri` defines the connection URL of the Gravitino server, the default value is `http://localhost:8090`. Trino connector can detect and connect to Gravitino server once it is ready, no need to start Gravitino server beforehand. | No | 0.2.0 |
| gravitino.simplify-catalog-names | boolean | true | The `gravitino.simplify-catalog-names` setting omits the metalake prefix from catalog names when set to true. | NO | 0.5.0 |
| trino.jdbc.uri | string | jdbc:trino://localhost:8080 | The jdbc uri of current Trino server. | NO | 0.5.1 |
| trino.catalog.store | string | etc/catalog | The directory that stores the catalog configuration of current Trino. | NO | 0.5.1 |
Expand Down

0 comments on commit a2398e6

Please sign in to comment.