This is a repo forked from DataX, and maintained by StarRocks (starrockswriter).
- Run
./build.sh
to gennerate thestarrockswriter.tar.gz
, then untar it into your own DataX release directory(which will bedatax/plugin/writer/
). - Create a
job.json
to define the reader and writer. More details about the configurations, please refer to the Documentations. - Run
python datax/bin/datax.py --jvm="-Xms6G -Xmx6G" --loglevel=debug job.json
to start a job.