From ce67b801ebd90e1a65650e9a7f6bb409c996cf61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E4=BA=A6=E8=B6=85=28=E4=BD=95=E5=85=AE=29?= Date: Thu, 12 May 2016 22:10:00 +0800 Subject: [PATCH] odps-inst: add page Change-Id: I477c1dabde9a2e517632b38de2e5e878a6fd835d --- pages/common/odps-inst.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 pages/common/odps-inst.md diff --git a/pages/common/odps-inst.md b/pages/common/odps-inst.md new file mode 100644 index 000000000..7e8025cc4 --- /dev/null +++ b/pages/common/odps-inst.md @@ -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}};`