odps-tunnel

transfers data to/from MaxCompute

TLDR

Upload data to table
$ odps tunnel upload [file] [project.table]
Download table data
$ odps tunnel download [project.table] [output]
Upload with partition
$ odps tunnel upload [file] [project.table/pt=value]
Show tunnel status
$ odps tunnel show

SYNOPSIS

odps tunnel [command] [options]

DESCRIPTION

odps tunnel transfers data to/from MaxCompute. High-speed data channel.The tool provides bulk data operations. Part of ODPS CLI.

PARAMETERS

upload FILE TABLE

Upload data to table.
download TABLE FILE
Download table data.
show
Show tunnel status.
-fd DELIMITER
Field delimiter.
-rd DELIMITER
Record delimiter.
--help
Display help information.

CAVEATS

Large file support. Part of Alibaba Cloud ODPS tools. Bandwidth limits may apply.

HISTORY

odps tunnel provides high-speed data transfer for Alibaba Cloud MaxCompute.

SEE ALSO

odps(1), odpscmd-tunnel(1)