mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-28 23:44:54 +02:00
odps-tunnel: add page
Change-Id: Ic97e03bafdc9761eb18f51f912e4e14da1163f9a
This commit is contained in:
parent
f4e69318b7
commit
a1198f3713
1 changed files with 19 additions and 0 deletions
19
pages/common/odps-tunnel.md
Normal file
19
pages/common/odps-tunnel.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# odps tunnel
|
||||
|
||||
> Data tunnel in ODPS (Open Data Processing Service).
|
||||
|
||||
- Download table to local file:
|
||||
|
||||
`tunnel download {{table_name}} {{file}};`
|
||||
|
||||
- Upload local file to a table parition:
|
||||
|
||||
`tunnel upload {{file}} {{table_name}}/{{partition_spec};`
|
||||
|
||||
- Upload table with specifying field and record delimiters:
|
||||
|
||||
`tunnel upload {{file}} {{table_name}} -fd {{field_delim}} -rd {{record_delim}};`
|
||||
|
||||
- Upload table using multi-threads:
|
||||
|
||||
`tunnel upload {{file}} {{table_name}} -threads {{num}};`
|
Loading…
Add table
Reference in a new issue