增加odpsReader官方示例中的必须参数

This commit is contained in:
csurong 2018-12-03 17:25:13 +08:00
parent d4d1ea6a15
commit 24cdfc37ea

View File

@ -58,7 +58,8 @@ ODPSReader 支持读取分区表、非分区表,不支持读取虚拟视图。
],
"packageAuthorizedProject": "yourCurrentProjectName",
"splitMode": "record",
"odpsServer": "http://xxx/api"
"odpsServer": "http://xxx/api",
"tunnelServer": "http://dt.odps.aliyun.com"
}
},
"writer": {