odps-inst: add page

Change-Id: I477c1dabde9a2e517632b38de2e5e878a6fd835d
waldyrious/alt-syntax
程亦超(何兮) 2016-05-12 22:10:00 +08:00
parent f4e69318b7
commit ce67b801eb
1 changed files with 23 additions and 0 deletions

23
pages/common/odps-inst.md Normal file
View 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}};`