This is an automated email from the ASF dual-hosted git repository.

luzhijing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new abb183c776 [docs](fix)Update sql-dialect doc (#549)
abb183c776 is described below

commit abb183c7764ad600bdf55be443031237a366ce3a
Author: Jiwen liu <61498169+liujiwen...@users.noreply.github.com>
AuthorDate: Sun Apr 14 11:38:47 2024 +0800

    [docs](fix)Update sql-dialect doc (#549)
---
 docs/lakehouse/sql-dialect.md                                      | 7 +++----
 .../current/lakehouse/sql-dialect.md                               | 7 +++----
 .../version-2.0/lakehouse/sql-dialect.md                           | 7 +++----
 .../version-2.1/lakehouse/sql-dialect.md                           | 7 +++----
 versioned_docs/version-2.0/lakehouse/sql-dialect.md                | 7 +++----
 versioned_docs/version-2.1/lakehouse/sql-dialect.md                | 7 +++----
 6 files changed, 18 insertions(+), 24 deletions(-)

diff --git a/docs/lakehouse/sql-dialect.md b/docs/lakehouse/sql-dialect.md
index bb2bec50c8..1589e398e9 100644
--- a/docs/lakehouse/sql-dialect.md
+++ b/docs/lakehouse/sql-dialect.md
@@ -33,12 +33,11 @@ Starting from version 2.1, Doris can support multiple SQL 
dialects, such as Pres
 :::caution
  1. This function is currently an experimental function. If you encounter any 
problems during use, you are welcome to provide feedback through the mail 
group, [GitHub issue](https://github.com/apache/doris/issues), etc. .
 
- 2. This function only supports query statements and does not support other 
DDL and DML statements including Explain.
 :::
 
 ## Deploy service
 
-1. Download latest [Doris SQL 
Convertor(1.0.1)](https://doris-build-1308700295.cos.ap-beijing.myqcloud.com/transform-doris-tool/doris-sql-convertor-1.0.1-bin-x86)
+1. Download latest [Doris SQL 
Convertor](https://www.selectdb.com/tools/doris-sql-convertor)
 
     > Note:
     >
@@ -46,12 +45,12 @@ Starting from version 2.1, Doris can support multiple SQL 
dialects, such as Pres
 
 2. On any FE node, start the service through the following command:
 
-       `nohup ./doris-sql-convertor-1.0.1-bin-x86 run --host=0.0.0.0 
--port=5001 &`
+       `sh bin/start.sh`
        
     :::tip
        1. This service is a stateless service and can be started and stopped 
at any time.
        
-       2. `5001` is the service port and can be arbitrarily specified as an 
available port.
+       2. The default startup port is `5001`, and the specified port can be 
configured in `conf/config.conf`.
        
        3. It is recommended to start a separate service on each FE node.
     :::
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/sql-dialect.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/sql-dialect.md
index 0f8e039d6f..06678e4eff 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/sql-dialect.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/sql-dialect.md
@@ -33,12 +33,11 @@ under the License.
 :::caution
 1. 该功能目前是实验性功能,您在使用过程中如遇到任何问题,欢迎通过邮件组、[GitHub 
Issue](https://github.com/apache/doris/issues) 等方式进行反馈。
 
-2. 该功能只支持查询语句,不支持 DDL、DML 语句。
 :::
 
 ## 部署服务
 
-1. 下载最新版本的 [SQL 方言转换工具 
(1.0.1)](https://doris-build-1308700295.cos.ap-beijing.myqcloud.com/transform-doris-tool/doris-sql-convertor-1.0.1-bin-x86)
+**1. 下载最新版本的 [SQL 方言转换工具](https://www.selectdb.com/tools/doris-sql-convertor)**
 
     > 注:
     >
@@ -47,13 +46,13 @@ under the License.
 
 2.  在任意 FE 节点,通过以下命令启动服务:
 
-    `nohup ./doris-sql-convertor-1.0.1-bin-x86 run --host=0.0.0.0 --port=5001 
&`
+    `sh bin/start.sh`
 
     :::tip
 
     **1. 该服务是一个无状态的服务,可随时启停。**
 
-    2. `5001` 是服务端口,可以任意指定为一个可用端口。
+    2. 默认启动端口是`5001`,可在`conf/config.conf`中配置指定端口。
 
     3. 建议在每个 FE 节点都单独启动一个服务。
     :::
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/lakehouse/sql-dialect.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/lakehouse/sql-dialect.md
index 5ed95d211c..5dfed11f14 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/lakehouse/sql-dialect.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/lakehouse/sql-dialect.md
@@ -33,22 +33,21 @@ under the License.
 :::caution
 1. 该功能目前是实验性功能,您在使用过程中如遇到任何问题,欢迎通过邮件组、[GitHub 
Issue](https://github.com/apache/doris/issues) 等方式进行反馈。
 
-2. 该功能只支持查询语句,不支持 DDL、DML 语句。
 :::
 
 ## 部署服务
 
-**1. 下载最新版本的 [SQL 方言转换工具 
(1.0.1)](https://doris-build-1308700295.cos.ap-beijing.myqcloud.com/transform-doris-tool/doris-sql-convertor-1.0.1-bin-x86)**
+**1. 下载最新版本的 [SQL 方言转换工具](https://www.selectdb.com/tools/doris-sql-convertor)**
 
 2.  在任意 FE 节点,通过以下命令启动服务:
 
-    `nohup ./doris-sql-convertor-1.0.1-bin-x86 run --host=0.0.0.0 --port=5001 
&`
+    `sh bin/start.sh`
 
     :::tip
 
     **1. 该服务是一个无状态的服务,可随时启停。**
 
-    2. `5001` 是服务端口,可以任意指定为一个可用端口。
+    2. 默认启动端口是`5001`,可在`conf/config.conf`中配置指定端口。
 
     3. 建议在每个 FE 节点都单独启动一个服务。
     :::
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/sql-dialect.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/sql-dialect.md
index 0f8e039d6f..06678e4eff 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/sql-dialect.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/sql-dialect.md
@@ -33,12 +33,11 @@ under the License.
 :::caution
 1. 该功能目前是实验性功能,您在使用过程中如遇到任何问题,欢迎通过邮件组、[GitHub 
Issue](https://github.com/apache/doris/issues) 等方式进行反馈。
 
-2. 该功能只支持查询语句,不支持 DDL、DML 语句。
 :::
 
 ## 部署服务
 
-1. 下载最新版本的 [SQL 方言转换工具 
(1.0.1)](https://doris-build-1308700295.cos.ap-beijing.myqcloud.com/transform-doris-tool/doris-sql-convertor-1.0.1-bin-x86)
+**1. 下载最新版本的 [SQL 方言转换工具](https://www.selectdb.com/tools/doris-sql-convertor)**
 
     > 注:
     >
@@ -47,13 +46,13 @@ under the License.
 
 2.  在任意 FE 节点,通过以下命令启动服务:
 
-    `nohup ./doris-sql-convertor-1.0.1-bin-x86 run --host=0.0.0.0 --port=5001 
&`
+    `sh bin/start.sh`
 
     :::tip
 
     **1. 该服务是一个无状态的服务,可随时启停。**
 
-    2. `5001` 是服务端口,可以任意指定为一个可用端口。
+    2. 默认启动端口是`5001`,可在`conf/config.conf`中配置指定端口。
 
     3. 建议在每个 FE 节点都单独启动一个服务。
     :::
diff --git a/versioned_docs/version-2.0/lakehouse/sql-dialect.md 
b/versioned_docs/version-2.0/lakehouse/sql-dialect.md
index 3977b88c07..7415a9000b 100644
--- a/versioned_docs/version-2.0/lakehouse/sql-dialect.md
+++ b/versioned_docs/version-2.0/lakehouse/sql-dialect.md
@@ -33,20 +33,19 @@ Starting from version 2.1, Doris can support multiple SQL 
dialects, such as Pres
 :::caution
  1. This function is currently an experimental function. If you encounter any 
problems during use, you are welcome to provide feedback through the mail 
group, [GitHub issue](https://github.com/apache/doris/issues), etc. .
 
- 2. This function only supports query statements and does not support other 
DDL and DML statements including Explain.
 :::
 
 ## Deploy service
 
-1. Download latest [Doris SQL 
Convertor(1.0.1)](https://doris-build-1308700295.cos.ap-beijing.myqcloud.com/transform-doris-tool/doris-sql-convertor-1.0.1-bin-x86)
+1. Download latest [Doris SQL 
Convertor](https://www.selectdb.com/tools/doris-sql-convertor)
 2. On any FE node, start the service through the following command:
 
-       `nohup ./doris-sql-convertor-1.0.1-bin-x86 run --host=0.0.0.0 
--port=5001 &`
+       `sh bin/start.sh`
        
     :::tip
        1. This service is a stateless service and can be started and stopped 
at any time.
        
-       2. `5001` is the service port and can be arbitrarily specified as an 
available port.
+       2. The default startup port is `5001`, and the specified port can be 
configured in `conf/config.conf`.
        
        3. It is recommended to start a separate service on each FE node.
     :::
diff --git a/versioned_docs/version-2.1/lakehouse/sql-dialect.md 
b/versioned_docs/version-2.1/lakehouse/sql-dialect.md
index bb2bec50c8..1589e398e9 100644
--- a/versioned_docs/version-2.1/lakehouse/sql-dialect.md
+++ b/versioned_docs/version-2.1/lakehouse/sql-dialect.md
@@ -33,12 +33,11 @@ Starting from version 2.1, Doris can support multiple SQL 
dialects, such as Pres
 :::caution
  1. This function is currently an experimental function. If you encounter any 
problems during use, you are welcome to provide feedback through the mail 
group, [GitHub issue](https://github.com/apache/doris/issues), etc. .
 
- 2. This function only supports query statements and does not support other 
DDL and DML statements including Explain.
 :::
 
 ## Deploy service
 
-1. Download latest [Doris SQL 
Convertor(1.0.1)](https://doris-build-1308700295.cos.ap-beijing.myqcloud.com/transform-doris-tool/doris-sql-convertor-1.0.1-bin-x86)
+1. Download latest [Doris SQL 
Convertor](https://www.selectdb.com/tools/doris-sql-convertor)
 
     > Note:
     >
@@ -46,12 +45,12 @@ Starting from version 2.1, Doris can support multiple SQL 
dialects, such as Pres
 
 2. On any FE node, start the service through the following command:
 
-       `nohup ./doris-sql-convertor-1.0.1-bin-x86 run --host=0.0.0.0 
--port=5001 &`
+       `sh bin/start.sh`
        
     :::tip
        1. This service is a stateless service and can be started and stopped 
at any time.
        
-       2. `5001` is the service port and can be arbitrarily specified as an 
available port.
+       2. The default startup port is `5001`, and the specified port can be 
configured in `conf/config.conf`.
        
        3. It is recommended to start a separate service on each FE node.
     :::


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to