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 8d2630b6fa [INLONG-924][Doc] Update the deployment guide for support
Flink 1.15 (#925)
8d2630b6fa is described below
commit 8d2630b6fa939e49914e9132f79c99164d311d35
Author: Charles Zhang <[email protected]>
AuthorDate: Thu Feb 22 10:00:54 2024 +0800
[INLONG-924][Doc] Update the deployment guide for support Flink 1.15 (#925)
---
docs/deployment/bare_metal.md | 18 +++++++++---------
docs/deployment/k8s.md | 2 +-
docs/deployment/standalone.md | 2 +-
docs/modules/sort/quick_start.md | 4 +---
.../current/deployment/bare_metal.md | 18 +++++++++---------
.../current/deployment/k8s.md | 2 +-
.../current/deployment/standalone.md | 2 +-
.../current/modules/sort/quick_start.md | 4 +---
8 files changed, 24 insertions(+), 28 deletions(-)
diff --git a/docs/deployment/bare_metal.md b/docs/deployment/bare_metal.md
index 9447412610..f99f4f63b8 100644
--- a/docs/deployment/bare_metal.md
+++ b/docs/deployment/bare_metal.md
@@ -5,7 +5,7 @@ sidebar_position: 4
## Environment Requirements
- MySQL 5.7+ or PostgreSQL
-- [Apache Flink
1.13.5](https://nightlies.apache.org/flink/flink-docs-release-1.13/docs/deployment/overview/)
+- [Apache Flink
1.13.x](https://nightlies.apache.org/flink/flink-docs-release-1.13/docs/try-flink/local_installation/)
or
[1.15.x](https://nightlies.apache.org/flink/flink-docs-release-1.15/docs/try-flink/local_installation/)
## Prepare Message Queue
InLong Support the following Message Queue services now, you can choose one of
them.
@@ -20,14 +20,14 @@ You can get binary package from [Download
Page](https://inlong.apache.org/downlo
You need deploy all InLong components for Standard Architecture, which
supports `Data Ingestion`, `Data Synchronization` and `Data Subscription` at
the same time.
### 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)
|
|
-| 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. | |
+| 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 1.13.x or 1.15.x | 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.
diff --git a/docs/deployment/k8s.md b/docs/deployment/k8s.md
index b094f32eb0..8073fc29f8 100644
--- a/docs/deployment/k8s.md
+++ b/docs/deployment/k8s.md
@@ -8,7 +8,7 @@ sidebar_position: 3
- Kubernetes 1.10+
- Helm 3.0+
- [InLong Helm
Chart](https://github.com/apache/inlong/tree/master/docker/kubernetes)
-- [Flink
1.13.5](https://nightlies.apache.org/flink/flink-docs-release-1.13/docs/try-flink/local_installation/)
+- [Apache Flink
1.13.x](https://nightlies.apache.org/flink/flink-docs-release-1.13/docs/try-flink/local_installation/)
or
[1.15.x](https://nightlies.apache.org/flink/flink-docs-release-1.15/docs/try-flink/local_installation/)
- [Apache Pulsar 2.8.x](https://pulsar.apache.org/docs/en/2.8.1/standalone/)
- A dynamic provisioner for the PersistentVolumes(`production environment`)
diff --git a/docs/deployment/standalone.md b/docs/deployment/standalone.md
index 4e93ba1225..f5a39cb053 100644
--- a/docs/deployment/standalone.md
+++ b/docs/deployment/standalone.md
@@ -5,7 +5,7 @@ sidebar_position: 1
## Environment Requirements
- MySQL 5.7+
-- [Flink
1.13.5](https://nightlies.apache.org/flink/flink-docs-release-1.13/docs/try-flink/local_installation/)
+- [Apache Flink
1.13.x](https://nightlies.apache.org/flink/flink-docs-release-1.13/docs/try-flink/local_installation/)
or
[1.15.x](https://nightlies.apache.org/flink/flink-docs-release-1.15/docs/try-flink/local_installation/)
- [Docker](https://docs.docker.com/engine/install/) 19.03.1+
- On Linux or Mac
diff --git a/docs/modules/sort/quick_start.md b/docs/modules/sort/quick_start.md
index 4b10776874..fef85c4554 100644
--- a/docs/modules/sort/quick_start.md
+++ b/docs/modules/sort/quick_start.md
@@ -4,9 +4,7 @@ sidebar_position: 2
---
## Set up Flink Environment
-InLong Sort is based on Apache Flink, you need to set up an [Apache Flink
Environment](https://nightlies.apache.org/flink/flink-docs-release-1.13/docs/deployment/overview/).
-
-InLong Sort relies on Apache Flink 1.13.5 or 1.15.4. Chose
`flink-1.13.5-bin-scala_2.11.tgz` or `flink-1.15.4-bin-scala_2.12.tgz` when
downloading package.
+InLong Sort is based on Apache Flink, you need to set up an [Apache Flink
1.13.x](https://nightlies.apache.org/flink/flink-docs-release-1.13/docs/deployment/overview/)
or
[1.15.x](https://nightlies.apache.org/flink/flink-docs-release-1.15/docs/try-flink/local_installation/).
## Prepare installation files
- InLong Sort file, [Download](https://inlong.apache.org/download/)
`apache-inlong-[version]-bin.tar.gz`
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 e676b29bc6..6190c06271 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
@@ -5,7 +5,7 @@ sidebar_position: 4
## 环境要求
- MySQL 5.7+ or PostgreSQL
-- [Apache Flink
1.13.5](https://nightlies.apache.org/flink/flink-docs-release-1.13/docs/deployment/overview/)
+- [Apache Flink
1.13.x](https://nightlies.apache.org/flink/flink-docs-release-1.13/docs/try-flink/local_installation/)
或
[1.15.x](https://nightlies.apache.org/flink/flink-docs-release-1.15/docs/try-flink/local_installation/)
## 准备消息队列
InLong 当前支持以下消息队列,根据使用情况**选择其一**即可。
@@ -19,14 +19,14 @@ InLong 当前支持以下消息队列,根据使用情况**选择其一**即可
标准架构下,你需要部署所有 InLong 组件,同时支持`数据接入`、`数据同步`和`数据订阅`。
### 安装
-| 顺序 | 组件 | 第三方依赖 | 部署指引
| 说明 |
-|--------|---------------------------|---------------------------|---------------------------------------------------------------------------------------------------------------------------------------------|-----|
-| 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` 目录。 | |
+| 顺序 | 组件 | 第三方依赖 | 部署指引
| 说明 |
+|--------|---------------------------|-------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------|-----|
+| 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 1.13.x 或者 1.15.x | 解压
[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/deployment/k8s.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/k8s.md
index 0ee7061b60..ba10c35c12 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/k8s.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/k8s.md
@@ -8,7 +8,7 @@ sidebar_position: 3
- Kubernetes 1.10+
- Helm 3.0+
- [InLong Helm
Chart](https://github.com/apache/inlong/tree/master/docker/kubernetes)
-- [Flink
1.13.5](https://nightlies.apache.org/flink/flink-docs-release-1.13/docs/try-flink/local_installation/)
+- [Apache Flink
1.13.x](https://nightlies.apache.org/flink/flink-docs-release-1.13/docs/try-flink/local_installation/)
或
[1.15.x](https://nightlies.apache.org/flink/flink-docs-release-1.15/docs/try-flink/local_installation/)
- [Apache Pulsar 2.8.x](https://pulsar.apache.org/docs/en/2.8.1/standalone/)
- A dynamic provisioner for the PersistentVolumes(`production environment`)
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 6f86c62375..be8d6e2263 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
@@ -4,7 +4,7 @@ sidebar_position: 1
---
## 环境要求
- MySQL 5.7+
-- [Flink
1.13.5](https://nightlies.apache.org/flink/flink-docs-release-1.13/docs/try-flink/local_installation/)
+- [Apache Flink
1.13.x](https://nightlies.apache.org/flink/flink-docs-release-1.13/docs/try-flink/local_installation/)
或
[1.15.x](https://nightlies.apache.org/flink/flink-docs-release-1.15/docs/try-flink/local_installation/)
- [Docker](https://docs.docker.com/engine/install/) 19.03.1+
- Linux 或 Mac 环境
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 4c8b8a968d..13b31084ad 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
@@ -4,9 +4,7 @@ sidebar_position: 2
---
## 配置 Flink 运行环境
-InLong Sort 是基于 Flink 的一个应用,需要准备好 [Apache Flink
环境](https://nightlies.apache.org/flink/flink-docs-release-1.13/docs/deployment/overview/)。
-
-当前 InLong Sort 依赖的是 Apache Flink 1.13.5 或 1.15.4 版本,因此在下载部署包时,请选择
`flink-1.13.5-bin-scala_2.11.tgz` 或 `flink-1.15.4-bin-scala_2.12.tgz`
+InLong Sort 是基于 Flink 的一个应用,需要准备好 [Apache Flink
1.13.x](https://nightlies.apache.org/flink/flink-docs-release-1.13/docs/deployment/overview/)
或
[1.15.x](https://nightlies.apache.org/flink/flink-docs-release-1.15/docs/try-flink/local_installation/)
。
## 准备安装文件
- InLong Sort 运行文件,[下载](https://inlong.apache.org/zh-CN/download/)
`apache-inlong-[version]-bin.tar.gz`