LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

odps-tunnel

transfers data to/from MaxCompute

TLDR

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

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

Copied to clipboard
Kai