mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-02 17:40:28 +08:00
增加odpsReader官方示例中的必须参数
This commit is contained in:
parent
d4d1ea6a15
commit
24cdfc37ea
@ -58,7 +58,8 @@ ODPSReader 支持读取分区表、非分区表,不支持读取虚拟视图。
|
|||||||
],
|
],
|
||||||
"packageAuthorizedProject": "yourCurrentProjectName",
|
"packageAuthorizedProject": "yourCurrentProjectName",
|
||||||
"splitMode": "record",
|
"splitMode": "record",
|
||||||
"odpsServer": "http://xxx/api"
|
"odpsServer": "http://xxx/api",
|
||||||
|
"tunnelServer": "http://dt.odps.aliyun.com"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"writer": {
|
"writer": {
|
||||||
|
Loading…
Reference in New Issue
Block a user