Skip to content

Commit

Permalink
Update some links
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftlin committed Aug 18, 2023
1 parent 057aee3 commit 94ff8c6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/en_US/ch1/exchangis_deploy_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Exchangis installation is mainly divided into the following four steps :
| Dependent components | Must be installed | Install through train |
|------------------------------------------------------------------------------| ------ | --------------- |
| JDK (1.8.0_141) | yes | [How to install JDK](https://www.oracle.com/java/technologies/downloads/) |
| MySQL (5.5+) | yes | [How to install mysql](https://www.mysql.com/downloads/) |
| MySQL (5.5+) | yes | [How to install mysql](https://www.mysql.com/) |
| Hadoop(3.3.4,Other versions of Hadoop need to compile Linkis by themselves.) | yes | [Hadoop deployment](https://www.apache.org/dyn/closer.cgi/hadoop/common/hadoop-3.3.4/hadoop-3.3.4.tar.gz) |
| Hive(2.3.3,Other versions of Hive need to compile Linkis by themselves.) | yes | [Hive quick installation](https://www.apache.org/dyn/closer.cgi/hive/) |
| SQOOP (1.4.6) | yes | [How to install Sqoop](https://sqoop.apache.org/docs/1.4.6/SqoopUserGuide.html) |
Expand All @@ -28,7 +28,7 @@ $\color{#FF0000}{Note: be sure to reinstall dss1.1.2, and linkis1.4.0. Please re

[linkis1.4.0 code address ](https://github.com/apache/incubator-linkis/tree/release-1.4.0)

[DSS1.1.2 code address ](https://github.com/WeBankFinTech/DataSphereStudio/tree/dev-1.1.2)
[DSS1.1.2 code address ](https://github.com/WeBankFinTech/DataSphereStudio)

datasource enabled

Expand Down
2 changes: 1 addition & 1 deletion docs/en_US/ch1/exchangis_sqoop_deploy_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ cd {LINKIS_INSTALL_HOME}/links/sbin/
After the service is successfully started, the installation and deployment of sqoop will be completed.

For a more detailed introduction of engineplugin, please refer to the following article.
https://linkis.apache.org/zh-CN/docs/latest/deployment/engine-conn-plugin-installation
https://linkis.apache.org/zh-CN/docs/latest/deployment/install-engineconn
2 changes: 1 addition & 1 deletion docs/zh_CN/ch1/exchangis_datax_deploy_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ select * from linkis_cg_engine_conn_plugin_bml_resources where engine_conn_type=
至此,datax安装部署就完成了。
engineplugin更详细的介绍可以参看下面的文章。
https://linkis.apache.org/zh-CN/docs/latest/deployment/engine-conn-plugin-installation/
https://linkis.apache.org/zh-CN/docs/latest/deployment/install-engineconn
6 changes: 3 additions & 3 deletions docs/zh_CN/ch1/exchangis_deploy_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Exchangis 的安装,主要分为以下四步:

[linkis1.4.0代码地址](https://github.com/apache/incubator-linkis/tree/release-1.4.0)

[DSS1.1.2代码地址 ](https://github.com/WeBankFinTech/DataSphereStudio/tree/dev-1.1.2)
[DSS1.1.2代码地址 ](https://github.com/WeBankFinTech/DataSphereStudio)

datasource启用

Expand Down Expand Up @@ -211,7 +211,7 @@ mkdir -p /appcom/logs/exchangis/background

#### 2.7.1 获取前端安装包

Exchangis 已默认提供了编译好的前端安装包,可直接下载使用:[点击下载前端安装包](https://github.com/WeBankFinTech/Exchangis/releases/download/release-1.1.2/web-dist.zip)
Exchangis 已默认提供了编译好的前端安装包,可直接下载使用:[点击下载前端安装包](https://osp-1257653870.cos.ap-guangzhou.myqcloud.com/WeDatasphere/Exchangis/exchangis1.1.2/Exchangis1.1.2_install_package.zip)

您也可以自行编译 Exchangis 前端,在 Exchangis 根目录下执行如下命令:

Expand Down Expand Up @@ -297,7 +297,7 @@ Exchangis 已默认提供了编译好的前端安装包,可直接下载使用

## 4. Linkis Sqoop 引擎安装部署

如您想正常执行 Exchangis1.1.2 的 Sqoop作业,还需安装 Linkis Sqoop 引擎,请参考: [Linkis Sqoop 引擎插件安装文档](https://linkis.staged.apache.org/zh-CN/docs/1.4.0/engine_usage/sqoop)
如您想正常执行 Exchangis1.1.2 的 Sqoop作业,还需安装 Linkis Sqoop 引擎,请参考: [Linkis Sqoop 引擎插件安装文档](https://github.com/WeBankFinTech/Exchangis/blob/dev-1.1.2/docs/zh_CN/ch1/exchangis_sqoop_deploy_cn.md)

## 5. Linkis DataX 引擎安装部署

Expand Down
2 changes: 1 addition & 1 deletion docs/zh_CN/ch1/exchangis_sqoop_deploy_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ select * from linkis_cg_engine_conn_plugin_bml_resources where engine_conn_type=
至此,sqoop安装部署就完成了。

engineplugin更详细的介绍可以参看下面的文章。
https://linkis.apache.org/zh-CN/docs/latest/deployment/engine-conn-plugin-installation/
https://linkis.apache.org/zh-CN/docs/latest/deployment/install-engineconn

0 comments on commit 94ff8c6

Please sign in to comment.