mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 00:44:54 +02:00
odps-inst: add page
Change-Id: I477c1dabde9a2e517632b38de2e5e878a6fd835d
This commit is contained in:
parent
f4e69318b7
commit
ce67b801eb
1 changed files with 23 additions and 0 deletions
23
pages/common/odps-inst.md
Normal file
23
pages/common/odps-inst.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# odps inst
|
||||
|
||||
> Manage instances in ODPS (Open Data Processing Service).
|
||||
|
||||
- Show instances created by current user:
|
||||
|
||||
`show instances;`
|
||||
|
||||
- Describe the details of an instance:
|
||||
|
||||
`desc instance {{instance_id}};`
|
||||
|
||||
- Check the status of an instance:
|
||||
|
||||
`status {{instance_id}};`
|
||||
|
||||
- Wait on the termination of an instance and print its logview:
|
||||
|
||||
`wait {{instance_id}};`
|
||||
|
||||
- Kill an instance:
|
||||
|
||||
`kill {{instance_id}};`
|
Loading…
Add table
Reference in a new issue