keyfil/教程/工具/20241119-DolphinScheduler集成DataX.md
liuxiaohua 3bfea7cda3
Some checks failed
Publish to Confluence / confluence (push) Failing after 1m15s
[2025-05-07] 添加端口转发文档
2025-05-07 11:33:02 +08:00

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 位置
## 添加环境变量
![](https://picture.texous.cn/blog/20241119134752.png)
## 测试执行
![](https://picture.texous.cn/blog/20241119134917.png)
[guide]: https://github.com/alibaba/DataX/blob/master/userGuid.md
[download]: https://datax-opensource.oss-cn-hangzhou.aliyuncs.com/202308/datax.tar.gz