LinuxCommandLibrary

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

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community