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.
11 lines
337 B
11 lines
337 B

|
|
|
|
## vm option
|
|
需要写上你用maven打包后生成的target目录
|
|
```
|
|
-Ddatax.home=/Users/huzekang/openSource/DataX/target/datax/datax
|
|
```
|
|
## program args
|
|
```
|
|
-mode standalone -jobid -1 -job /Users/huzekang/openSource/DataX/job-sample/oracle2mysql.json
|
|
``` |