This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
[dataX](https://github.com/alibaba/DataX/blob/master/userGuid.md)
# 一、下载及安装
1. 从dataX github页面下载tar包并放在/home下
2. 验证Linux是否安装python及jdk,python可以为3,jdk为1.8版本
3. 解压datax tar -zxvf /xxxx/datax.tar.gz
# 二、运行测试用例
在datax 目录进入bin,例如/home/zr/DataX/datax/bin,执行
```shell
python datax.py ../job/job.json
```
执行完成后输出,表示安装成功
![[Snipaste_2023-03-28_09-21-51.png]]