Some checks failed
Publish to Confluence / confluence (push) Failing after 1m15s
28 lines
541 B
Markdown
28 lines
541 B
Markdown
# Dolphinscheduler集成DataX
|
|
## 下载 DataX
|
|
- [下载地址][download]
|
|
|
|
## 安装 Python
|
|
- 查看 python 位置
|
|
```shell
|
|
which python3
|
|
```
|
|
|
|
## 安装 JDK1.8
|
|
|
|
## 解压DataX
|
|
```shell
|
|
tar -zxvf datax.tar.gz
|
|
```
|
|
|
|
## 记录 datax.py 位置
|
|
|
|
## 添加环境变量
|
|

|
|
|
|
## 测试执行
|
|

|
|
|
|
|
|
[guide]: https://github.com/alibaba/DataX/blob/master/userGuid.md
|
|
[download]: https://datax-opensource.oss-cn-hangzhou.aliyuncs.com/202308/datax.tar.gz |