Commit fbe6c727 authored by mingya.wmy's avatar mingya.wmy Committed by GitHub

Update userGuid.md

parent c6c09310
......@@ -17,7 +17,7 @@ DataX本身作为数据同步框架,将不同数据源的同步抽象为从源
* 工具部署
* 方法一、直接下载DataX工具包:[DataX](https://github.com/alibaba/DataX)
* 方法一、直接下载DataX工具包:[DataX下载地址](http://datax-opensource.oss-cn-hangzhou.aliyuncs.com/datax.tar.gz)
下载后解压至本地某个目录,进入bin目录,即可运行同步作业:
......@@ -25,7 +25,8 @@ DataX本身作为数据同步框架,将不同数据源的同步抽象为从源
$ cd {YOUR_DATAX_HOME}/bin
$ python datax.py {YOUR_JOB.json}
```
自检脚本:
/home{YOUR_DATAX_HOME}/bin/datax.py {YOUR_DATAX_HOME}/job/job.json
* 方法二、下载DataX源码,自己编译:[DataX源码](https://github.com/alibaba/DataX)
(1)、下载DataX源码:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment