You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

487 B

This file contains ambiguous Unicode characters!

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

一、下载及安装

  1. 从dataX github页面下载tar包并放在/home下
  2. 验证Linux是否安装python及jdkpython可以为3jdk为1.8版本
  3. 解压datax tar -zxvf /xxxx/datax.tar.gz

二、运行测试用例

在datax 目录进入bin例如/home/zr/DataX/datax/bin执行

python datax.py ../job/job.json

执行完成后输出,表示安装成功 !Snipaste_2023-03-28_09-21-51.png