You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/06/29 08:49:17 UTC

[inlong-website] branch master updated: [INLONG-463][Doc] Update the guide for download the sort connectors (#464)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 34635914b [INLONG-463][Doc] Update the guide for download the sort connectors (#464)
34635914b is described below

commit 34635914b934bae969370e5a364ecf8009a61d0b
Author: Charles Zhang <do...@apache.org>
AuthorDate: Wed Jun 29 16:49:12 2022 +0800

    [INLONG-463][Doc] Update the guide for download the sort connectors (#464)
---
 docs/deployment/standalone.md                                       | 6 +++++-
 docs/modules/sort/quick_start.md                                    | 2 +-
 .../docusaurus-plugin-content-docs/current/deployment/standalone.md | 5 ++++-
 .../current/modules/sort/quick_start.md                             | 2 +-
 .../version-1.2.0/deployment/standalone.md                          | 6 +++++-
 .../version-1.2.0/modules/sort/quick_start.md                       | 2 +-
 versioned_docs/version-1.2.0/deployment/standalone.md               | 6 +++++-
 versioned_docs/version-1.2.0/modules/sort/quick_start.md            | 2 +-
 8 files changed, 23 insertions(+), 8 deletions(-)

diff --git a/docs/deployment/standalone.md b/docs/deployment/standalone.md
index ed7a1ec94..79ea4cd76 100644
--- a/docs/deployment/standalone.md
+++ b/docs/deployment/standalone.md
@@ -2,9 +2,11 @@
 title: Standalone
 sidebar_position: 1
 ---
+
 ## Environment Requirements
 - MySQL 5.7+
 - Flink 1.13.5
+- [Docker](https://docs.docker.com/engine/install/) 19.03.1+
 
 ## Prepare Message Queue
 InLong Support the following Message Queue services now, you can choose one of them.
@@ -14,6 +16,8 @@ InLong Support the following Message Queue services now, you can choose one of t
 ## Download the Binary Package
 You can get binary package from [Download Page](https://inlong.apache.org/download/main/) ,or you can build the InLong refer to [How to Build](quick_start/how_to_build.md).
 
+Extract `apache-inlong-[version]-bin.tar.gz` and `apache-inlong-[version]-sort-connectors.tar.gz`, and make sure the `inlong-sort/connectors/` directory contains Connectors.
+
 ## DB Dependencies
 - If the backend database is MySQL, please download [mysql-connector-java-8.0.27.jar](https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.27/mysql-connector-java-8.0.27.jar) and put it into the following directories:
 ```bash
@@ -25,7 +29,7 @@ inlong-tubemq-manager/lib/
 - If the backend database is PostgreSQL, there's no need for additional dependencies.
 
 ## Configure 
-In `conf/inlong.conf`, replace the parameters according to the actual situation:
+In `conf/inlong.conf`, configure the parameters according to the actual situation.
 
 ## Start
 ```shell
diff --git a/docs/modules/sort/quick_start.md b/docs/modules/sort/quick_start.md
index 10811d472..d4bc3ee29 100644
--- a/docs/modules/sort/quick_start.md
+++ b/docs/modules/sort/quick_start.md
@@ -12,7 +12,7 @@ Currently, InLong Sort relies on Flink-1.13.5. Chose `flink-1.13.5-bin-scala_2.1
 
 ## Prepare installation files
 - InLong Sort file, [Download](https://inlong.apache.org/zh-CN/download/main/) `apache-inlong-[version]-bin.tar.gz`
-- Data Nodes Connectors, [Download](https://inlong.apache.org/zh-CN/download/main/) `apache-inlong-{version}-sort-connectors.tar.gz`
+- Data Nodes Connectors, [Download](https://inlong.apache.org/zh-CN/download/main/) `apache-inlong-[version]-sort-connectors.tar.gz`
 
 Notice: Please put required Connectors jars into under `FLINK_HOME/lib/` after download.
 
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/standalone.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/standalone.md
index 511612623..ad6e38eef 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/standalone.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/standalone.md
@@ -5,6 +5,7 @@ sidebar_position: 1
 ## 环境要求
 - MySQL 5.7+
 - Flink 1.13.5
+- [Docker](https://docs.docker.com/engine/install/) 19.03.1+
 
 ## 准备消息队列
 InLong 当前支持以下消息队列,根据使用情况**选择其一**即可。
@@ -14,6 +15,8 @@ InLong 当前支持以下消息队列,根据使用情况**选择其一**即可
 ## 下载安装包
 可以从 [下载页面](https://inlong.apache.org/download/main/) 获取二进制包,或参考 [如何编译](quick_start/how_to_build.md) 编译需要的版本。
 
+解压 `apache-inlong-[version]-bin.tar.gz` 和 `apache-inlong-[version]-sort-connectors.tar.gz`,并确保 `inlong-sort/connectors/` 目录包含 Connectors。
+
 ## DB 依赖
 - 如果后端连接 MySQL 数据库,请下载 [mysql-connector-java-8.0.27.jar](https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.27/mysql-connector-java-8.0.27.jar), 并将其放入以下目录:
 ```bash
@@ -26,7 +29,7 @@ inlong-tubemq-manager/lib/
 - 如果后端连接 PostgreSQL 数据库,不需要引入额外依赖。
 
 ## 配置
-在`conf/inlong.conf`文件中根据实际情况替换参数:
+在`conf/inlong.conf`文件中根据实际情况配置参数。
 
 ## 启动
 ```shell
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/sort/quick_start.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/sort/quick_start.md
index fa2fbffe2..9251ad250 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/sort/quick_start.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/sort/quick_start.md
@@ -10,7 +10,7 @@ sidebar_position: 2
 
 ## 准备安装文件
 - InLong Sort 运行文件,[下载](https://inlong.apache.org/zh-CN/download/main/) `apache-inlong-[version]-bin.tar.gz`
-- 数据节点 Connectors,[下载](https://inlong.apache.org/zh-CN/download/main/) `apache-inlong-{version}-sort-connectors.tar.gz`
+- 数据节点 Connectors,[下载](https://inlong.apache.org/zh-CN/download/main/) `apache-inlong-[version]-sort-connectors.tar.gz`
 
 注意:Connectors 下载后可以将需要的 jars 放到`FLINK_HOME/lib/`下。
 
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2.0/deployment/standalone.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2.0/deployment/standalone.md
index 511612623..99e9f015a 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2.0/deployment/standalone.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2.0/deployment/standalone.md
@@ -2,9 +2,11 @@
 title: 单机部署
 sidebar_position: 1
 ---
+
 ## 环境要求
 - MySQL 5.7+
 - Flink 1.13.5
+- [Docker](https://docs.docker.com/engine/install/) 19.03.1+
 
 ## 准备消息队列
 InLong 当前支持以下消息队列,根据使用情况**选择其一**即可。
@@ -14,6 +16,8 @@ InLong 当前支持以下消息队列,根据使用情况**选择其一**即可
 ## 下载安装包
 可以从 [下载页面](https://inlong.apache.org/download/main/) 获取二进制包,或参考 [如何编译](quick_start/how_to_build.md) 编译需要的版本。
 
+解压 `apache-inlong-[version]-bin.tar.gz` 和 `apache-inlong-[version]-sort-connectors.tar.gz`,并确保 `inlong-sort/connectors/` 目录包含 Connectors。
+
 ## DB 依赖
 - 如果后端连接 MySQL 数据库,请下载 [mysql-connector-java-8.0.27.jar](https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.27/mysql-connector-java-8.0.27.jar), 并将其放入以下目录:
 ```bash
@@ -26,7 +30,7 @@ inlong-tubemq-manager/lib/
 - 如果后端连接 PostgreSQL 数据库,不需要引入额外依赖。
 
 ## 配置
-在`conf/inlong.conf`文件中根据实际情况替换参数:
+在`conf/inlong.conf`文件中根据实际情况配置参数。
 
 ## 启动
 ```shell
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2.0/modules/sort/quick_start.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2.0/modules/sort/quick_start.md
index fa2fbffe2..9251ad250 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2.0/modules/sort/quick_start.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2.0/modules/sort/quick_start.md
@@ -10,7 +10,7 @@ sidebar_position: 2
 
 ## 准备安装文件
 - InLong Sort 运行文件,[下载](https://inlong.apache.org/zh-CN/download/main/) `apache-inlong-[version]-bin.tar.gz`
-- 数据节点 Connectors,[下载](https://inlong.apache.org/zh-CN/download/main/) `apache-inlong-{version}-sort-connectors.tar.gz`
+- 数据节点 Connectors,[下载](https://inlong.apache.org/zh-CN/download/main/) `apache-inlong-[version]-sort-connectors.tar.gz`
 
 注意:Connectors 下载后可以将需要的 jars 放到`FLINK_HOME/lib/`下。
 
diff --git a/versioned_docs/version-1.2.0/deployment/standalone.md b/versioned_docs/version-1.2.0/deployment/standalone.md
index ed7a1ec94..79ea4cd76 100644
--- a/versioned_docs/version-1.2.0/deployment/standalone.md
+++ b/versioned_docs/version-1.2.0/deployment/standalone.md
@@ -2,9 +2,11 @@
 title: Standalone
 sidebar_position: 1
 ---
+
 ## Environment Requirements
 - MySQL 5.7+
 - Flink 1.13.5
+- [Docker](https://docs.docker.com/engine/install/) 19.03.1+
 
 ## Prepare Message Queue
 InLong Support the following Message Queue services now, you can choose one of them.
@@ -14,6 +16,8 @@ InLong Support the following Message Queue services now, you can choose one of t
 ## Download the Binary Package
 You can get binary package from [Download Page](https://inlong.apache.org/download/main/) ,or you can build the InLong refer to [How to Build](quick_start/how_to_build.md).
 
+Extract `apache-inlong-[version]-bin.tar.gz` and `apache-inlong-[version]-sort-connectors.tar.gz`, and make sure the `inlong-sort/connectors/` directory contains Connectors.
+
 ## DB Dependencies
 - If the backend database is MySQL, please download [mysql-connector-java-8.0.27.jar](https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.27/mysql-connector-java-8.0.27.jar) and put it into the following directories:
 ```bash
@@ -25,7 +29,7 @@ inlong-tubemq-manager/lib/
 - If the backend database is PostgreSQL, there's no need for additional dependencies.
 
 ## Configure 
-In `conf/inlong.conf`, replace the parameters according to the actual situation:
+In `conf/inlong.conf`, configure the parameters according to the actual situation.
 
 ## Start
 ```shell
diff --git a/versioned_docs/version-1.2.0/modules/sort/quick_start.md b/versioned_docs/version-1.2.0/modules/sort/quick_start.md
index 10811d472..d4bc3ee29 100644
--- a/versioned_docs/version-1.2.0/modules/sort/quick_start.md
+++ b/versioned_docs/version-1.2.0/modules/sort/quick_start.md
@@ -12,7 +12,7 @@ Currently, InLong Sort relies on Flink-1.13.5. Chose `flink-1.13.5-bin-scala_2.1
 
 ## Prepare installation files
 - InLong Sort file, [Download](https://inlong.apache.org/zh-CN/download/main/) `apache-inlong-[version]-bin.tar.gz`
-- Data Nodes Connectors, [Download](https://inlong.apache.org/zh-CN/download/main/) `apache-inlong-{version}-sort-connectors.tar.gz`
+- Data Nodes Connectors, [Download](https://inlong.apache.org/zh-CN/download/main/) `apache-inlong-[version]-sort-connectors.tar.gz`
 
 Notice: Please put required Connectors jars into under `FLINK_HOME/lib/` after download.