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 1/3] 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}};` From cc90103f8d2797df8bb0c8ce6c8717738e3b6817 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: Sat, 14 May 2016 11:11:18 +0800 Subject: [PATCH 2/3] odps-inst: update Change-Id: Id1b21ce652ed7410878e570ba51a9c9ec0607848 --- pages/common/odps-inst.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/odps-inst.md b/pages/common/odps-inst.md index 7e8025cc4..161c429f5 100644 --- a/pages/common/odps-inst.md +++ b/pages/common/odps-inst.md @@ -14,7 +14,7 @@ `status {{instance_id}};` -- Wait on the termination of an instance and print its logview: +- Wait on the termination of an instance: `wait {{instance_id}};` From ef5ad25e56f95831f7dd462655114a9a25ec5595 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: Sun, 15 May 2016 16:53:16 +0800 Subject: [PATCH 3/3] odps-inst: update Change-Id: I854a7c53372731e048e119aef0466638ec2cf9d9 --- pages/common/odps-inst.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/odps-inst.md b/pages/common/odps-inst.md index 161c429f5..e916523aa 100644 --- a/pages/common/odps-inst.md +++ b/pages/common/odps-inst.md @@ -14,7 +14,7 @@ `status {{instance_id}};` -- Wait on the termination of an instance: +- Wait on the termination of an instance, printing log and progress information until then: `wait {{instance_id}};`