[Fix](Docs) fix trino-connector docs (#741)
diff --git a/community/how-to-contribute/trino-connector-developer-guide.md b/community/how-to-contribute/trino-connector-developer-guide.md
index 9bed03e..0b07aa6 100644
--- a/community/how-to-contribute/trino-connector-developer-guide.md
+++ b/community/how-to-contribute/trino-connector-developer-guide.md
@@ -94,7 +94,7 @@
explain:
- `type` :The type of catalog, here we must set it to `trino-connector`.
- - `connector.name`、`kafka.table-names`、`kafka.nodes`、`kafka.table-description-dir` The following four properties are derived from trino, refer to: [Kafka connector](https://trino.io/docs/current/connector/kafka.html#configuration)
+ - `trino.connector.name`、`trino.kafka.table-names`、`trino.kafka.nodes`、`trino.kafka.table-description-dir` The following four properties are derived from trino, refer to: [Kafka connector](https://trino.io/docs/current/connector/kafka.html#configuration)
Different Connector plug-ins should set different properties. You can refer to the official trino documentation: [Connectors](https://trino.io/docs/current/connector.html#connector--page-root)
@@ -116,7 +116,7 @@
```
> Note:
- > - You should add Hadoop's user name in the JVM parameters: -DHADOOP_USER_NAME=ftw, which can be configured at the end of the JAVA_OPTS_FOR_JDK_17 parameter in the fe.conf / be.conf file, such as JAVA_OPTS_FOR_JDK_17="...-DHADOOP_USER_NAME=ftw"
+ > - You should add Hadoop's user name in the JVM parameters: -DHADOOP_USER_NAME=user, which can be configured at the end of the JAVA_OPTS_FOR_JDK_17 parameter in the fe.conf / be.conf file, such as JAVA_OPTS_FOR_JDK_17="...-DHADOOP_USER_NAME=user"
2. Mysql
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-contribute/trino-connector-developer-guide.md b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-contribute/trino-connector-developer-guide.md
index e543578..7025658 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-contribute/trino-connector-developer-guide.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-contribute/trino-connector-developer-guide.md
@@ -93,7 +93,7 @@
解释:
- `type` :Catalog 类型,这里我们必须设置为 `trino-connector` 。
- - `connector.name`、`kafka.table-names`、`kafka.nodes`、`kafka.table-description-dir` 这四个属性都是来源于trino,参考:[Kafka connector](https://trino.io/docs/current/connector/kafka.html#configuration)
+ - `trino.connector.name`、`trino.kafka.table-names`、`trino.kafka.nodes`、`trino.kafka.table-description-dir` 这四个属性都是来源于trino,参考:[Kafka connector](https://trino.io/docs/current/connector/kafka.html#configuration)
不同的Connector插件应该设置不同的属性,可以参考trino官方文档:[Connectors](https://trino.io/docs/current/connector.html#connector--page-root)
@@ -115,7 +115,7 @@
```
> 使用 Hive 插件时需要注意:
- > - 需要在 JVM 参数里加上 Hadoop 的用户:-DHADOOP_USER_NAME=ftw,可以配置在 fe.conf / be.conf 文件的JAVA_OPTS_FOR_JDK_17 参数末尾,如 JAVA_OPTS_FOR_JDK_17="...-DHADOOP_USER_NAME=ftw"
+ > - 需要在 JVM 参数里加上 Hadoop 的用户:-DHADOOP_USER_NAME=user,可以配置在 fe.conf / be.conf 文件的JAVA_OPTS_FOR_JDK_17 参数末尾,如 JAVA_OPTS_FOR_JDK_17="...-DHADOOP_USER_NAME=user"
2. Mysql