This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/main by this push:
new f54bfc152 [Minor] docs: Fix doc misspelling (#4969)
f54bfc152 is described below
commit f54bfc152c2c2bd48c300ef8f4cb881d50b9cc83
Author: zhenye zhang <[email protected]>
AuthorDate: Fri Sep 20 15:26:34 2024 +0800
[Minor] docs: Fix doc misspelling (#4969)
### What changes were proposed in this pull request?
Found a misspelling in document.
### Why are the changes needed?
Fix: doc misspelling
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
just document
---
docs/trino-connector/installation.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/trino-connector/installation.md
b/docs/trino-connector/installation.md
index d399007bb..4d51fac2a 100644
--- a/docs/trino-connector/installation.md
+++ b/docs/trino-connector/installation.md
@@ -15,7 +15,7 @@ Please refer to the [Deploying Trino
documentation](https://trino.io/docs/curren
Normally, the directory location is `Trino-server-<version>/plugin`, and
the directory contains other catalogs used by Trino.
3. Add Trino JVM arguments
`-Dlog4j.configurationFile=file:////etc/trino/log4j2.properties` to enable
logging for the Gravitino Trino connector.
4. Update Trino coordinator configuration.
- You need to set `catalog.management=dynamic`, The config location is
`Trino-server-<version>/etc/config.properteis`, and the contents like:
+ You need to set `catalog.management=dynamic`, The config location is
`Trino-server-<version>/etc/config.properties`, and the contents like:
```text
coordinator=true