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/08/25 02:53:19 UTC

[inlong-website] branch master updated: [INLONG-524][Doc] Fix the invalid download URL (#525)

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 56fdc7504 [INLONG-524][Doc] Fix the invalid download URL (#525)
56fdc7504 is described below

commit 56fdc750447f025d6e4a497b8a6ab9e51cb7c8f3
Author: Charles Zhang <do...@apache.org>
AuthorDate: Thu Aug 25 10:53:15 2022 +0800

    [INLONG-524][Doc] Fix the invalid download URL (#525)
---
 docs/deployment/bare_metal.md                             | 15 ++++++++-------
 docs/modules/sort/quick_start.md                          |  4 ++--
 .../current/deployment/bare_metal.md                      | 15 ++++++++-------
 .../current/modules/sort/quick_start.md                   |  4 ++--
 4 files changed, 20 insertions(+), 18 deletions(-)

diff --git a/docs/deployment/bare_metal.md b/docs/deployment/bare_metal.md
index 02bda3476..feade95a6 100644
--- a/docs/deployment/bare_metal.md
+++ b/docs/deployment/bare_metal.md
@@ -16,13 +16,14 @@ InLong Support the following Message Queue services now, you can choose one of t
 You can get binary package from [Download Page](https://inlong.apache.org/download) ,or you can build the InLong refer to [How to Build](quick_start/how_to_build.md).。
 
 ## Deploy
-| order |  component | dependencies | deploy guide                                                          | description |
-|-----| ----  | ----  |-----------------------------------------------------------------------| ---- |
-| 1   | inlong-audit | MySQL or Elasticsearch | [InLong Audit](modules/audit/quick_start.md)                          |  |
-| 2   | inlong-manager | MySQL  | [InLong Manager](modules/manager/quick_start.md)                      |  |
-| 3   | inlong-dataproxy | None | [InLong DataProxy](modules/dataproxy/quick_start.md)                  |  |
-| 4   | inlong-agent | None | [InLong Agent](modules/agent/quick_start.md)                          |  |
-| 5   | inlong-dashboard | Nginx or Docker | [InLong Dashboard](modules/dashboard/quick_start.md)                    | |
+| order | component              | dependencies           | deploy guide                                                                                                                                                 | description |
+|-------|------------------------|------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------|
+| 1     | inlong-audit           | MySQL or Elasticsearch | [InLong Audit](modules/audit/quick_start.md)                                                                                                                 |             |
+| 2     | inlong-manager         | MySQL                  | [InLong Manager](modules/manager/quick_start.md)                                                                                                             |             |
+| 3     | inlong-dataproxy       | None                   | [InLong DataProxy](modules/dataproxy/quick_start.md)                                                                                                         |             |
+| 4     | inlong-agent           | None                   | [InLong Agent](modules/agent/quick_start.md)                                                                                                                 |             |
+| 5     | inlong-dashboard       | Nginx or Docker        | [InLong Dashboard](modules/dashboard/quick_start.md)                                                                                                         |             |
+| 6     | inlong-sort-connectors | Apache Flink           | Extract [apache-inlong-[version]-sort-connectors.tar.gz](https://inlong.apache.org/download/) and move connectors jar to `inlong-sort/connectors` directory. |             |
 
 ## Create Data Stream
 After the InLong cluster deployed successfully, you can create a data stream refer to the [Dashboard Usage Guide](user_guide/dashboard_usage.md) to start using.
\ No newline at end of file
diff --git a/docs/modules/sort/quick_start.md b/docs/modules/sort/quick_start.md
index d4bc3ee29..d10913e9d 100644
--- a/docs/modules/sort/quick_start.md
+++ b/docs/modules/sort/quick_start.md
@@ -11,8 +11,8 @@ you need to set up [Flink Environment](https://nightlies.apache.org/flink/flink-
 Currently, InLong Sort relies on Flink-1.13.5. Chose `flink-1.13.5-bin-scala_2.11.tgz` when downloading package.
 
 ## 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`
+- InLong Sort file, [Download](https://inlong.apache.org/download/) `apache-inlong-[version]-bin.tar.gz`
+- Data Nodes Connectors, [Download](https://inlong.apache.org/download/) `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/bare_metal.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/bare_metal.md
index 7b5a28552..ece8558a8 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/bare_metal.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/bare_metal.md
@@ -16,13 +16,14 @@ InLong 当前支持以下消息队列,根据使用情况**选择其一**即可
 可以从 [下载页面](https://inlong.apache.org/download) 获取二进制包,或参考 [如何编译](quick_start/how_to_build.md) 编译需要的版本。
 
 ## 安装
-| 顺序  |  组件 | 第三方依赖 | 部署指引                                                                  | 说明 |
-|-----| ----  | ----  |-----------------------------------------------------------------------| ---- |
-| 1   | inlong-audit | MySQL 或者 Elasticsearch | [InLong Audit](modules/audit/quick_start.md)                          |  |
-| 2   | inlong-manager | MySQL  | [InLong Manager](modules/manager/quick_start.md)                      |  |
-| 3   | inlong-dataproxy | 无 | [InLong DataProxy](modules/dataproxy/quick_start.md)                  |  |
-| 4   | inlong-agent | 无 | [InLong Agent](modules/agent/quick_start.md)                          |  |
-| 5   | inlong-dashboard | Nginx 或者 Docker | [InLong Dashboard](modules/dashboard/quick_start.md)                    | |
+| 顺序     | 组件                        | 第三方依赖                     | 部署指引                                                                                                                                        | 说明  |
+|--------|---------------------------|---------------------------|---------------------------------------------------------------------------------------------------------------------------------------------|-----|
+| 1      | inlong-audit              | MySQL 或者 Elasticsearch    | [InLong Audit](modules/audit/quick_start.md)                                                                                                |     |
+| 2      | inlong-manager            | MySQL                     | [InLong Manager](modules/manager/quick_start.md)                                                                                            |     |
+| 3      | inlong-dataproxy          | 无                         | [InLong DataProxy](modules/dataproxy/quick_start.md)                                                                                        |     |
+| 4      | inlong-agent              | 无                         | [InLong Agent](modules/agent/quick_start.md)                                                                                                |     |
+| 5      | inlong-dashboard          | Nginx 或者 Docker           | [InLong Dashboard](modules/dashboard/quick_start.md)                                                                                        |     |
+| 6      | inlong-sort-connectors    | Apache Flink              | 解压 [apache-inlong-[version]-sort-connectors.tar.gz](https://inlong.apache.org/zh-CN/download/) 然后将 connectors jar 放到 `inlong-sort/connectors` 目录。 |     |
 
 ## 创建数据流
 InLong 集群部署成功后,你可以参考[Dashboard 使用指引](user_guide/dashboard_usage.md)创建一个数据流开始使用。
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 9251ad250..d64f66c27 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
@@ -9,8 +9,8 @@ sidebar_position: 2
 由于当前 InLong Sort 依赖的是 Flink1.13.5 版本,因此在下载部署包时,请选择`flink-1.13.5-bin-scala_2.11.tgz`
 
 ## 准备安装文件
-- 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`
+- InLong Sort 运行文件,[下载](https://inlong.apache.org/zh-CN/download/) `apache-inlong-[version]-bin.tar.gz`
+- 数据节点 Connectors,[下载](https://inlong.apache.org/zh-CN/download/) `apache-inlong-[version]-sort-connectors.tar.gz`
 
 注意:Connectors 下载后可以将需要的 jars 放到`FLINK_HOME/lib/`下。