odpscmd tunnel
all
Data tunnel in ODPS (Open Data Processing Service). See also: `odpscmd`.
More info →Examples (4)
[Interactive] Download table to local file
tunnel download table_name path/to/file;[Interactive] Upload local file to a table partition
tunnel upload path/to/file table_name/partition_spec;[Interactive] Upload table specifying field and record delimiters
tunnel upload path/to/file table_name -fd field_delim -rd record_delim;[Interactive] Upload table using multiple threads
tunnel upload path/to/file table_name -threads num;made by @shridhargupta | data from tldr-pages