mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-30 04:17:58 +01:00
odps-tunnel: update
Change-Id: Id8f584afafc35874f2046f12d1c886bc77f5d105
This commit is contained in:
parent
8bfc4decba
commit
2c86fb2c8e
1 changed files with 3 additions and 3 deletions
|
@ -8,12 +8,12 @@
|
|||
|
||||
- Upload local file to a table partition:
|
||||
|
||||
`tunnel upload {{file}} {{table_name}}/{{partition_spec};`
|
||||
`tunnel upload {{file}} {{table_name}}/{{partition_spec}};`
|
||||
|
||||
- Upload table with specifying field and record delimiters:
|
||||
- Upload table specifying field and record delimiters:
|
||||
|
||||
`tunnel upload {{file}} {{table_name}} -fd {{field_delim}} -rd {{record_delim}};`
|
||||
|
||||
- Upload table using multi-threads:
|
||||
- Upload table using multiple threads:
|
||||
|
||||
`tunnel upload {{file}} {{table_name}} -threads {{num}};`
|
||||
|
|
Loading…
Reference in a new issue