Tag Archives: Centos7 Install datax Error

Centos7 Install datax Error: [/usr/local/datax/plugin/reader/._drdsreader/plugin.json] do not exist. Please check your configuration file.

Install datax and execute the self-test script: python /usr/local/datax/bin/datax.py /usr/local/datax/job/job.json, the error is as follows:

solution

Need to delete hidden files (important)
rm -rf /usr/local/datax/plugin/*/._*

cd /usr/local/datax/bin
python datax.py ../job/job.json

Successfully started as follows