Forrest logo
back to context overview

odps-tunnel

List of commands for odps-tunnel:

  • odps-tunnel:tldr:64898 odps-tunnel: Upload table using multiple threads.
    $ tunnel upload ${filename} ${table_name} -threads ${num};
    try on your machine
    explain this command
  • odps-tunnel:tldr:93a26 odps-tunnel: Upload table specifying field and record delimiters.
    $ tunnel upload ${filename} ${table_name} -fd ${field_delim} -rd ${record_delim};
    try on your machine
    explain this command
  • odps-tunnel:tldr:d8ca6 odps-tunnel: Download table to local file.
    $ tunnel download ${table_name} ${filename};
    try on your machine
    explain this command
  • odps-tunnel:tldr:eba7b odps-tunnel: Upload local file to a table partition.
    $ tunnel upload ${filename} ${table_name}/${partition_spec};
    try on your machine
    explain this command
back to context overview