keyfil/教程/20241119-DolphinScheduler集成DataX.md

28 lines
541 B
Markdown
Raw Normal View History

2024-12-03 08:57:56 +08:00
# 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