logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

ODPS Instance Manager - Control ODPS Instances | Online Free DevTools by Hexmos

Manage ODPS instances easily with ODPS Instance Manager. Check instance status, kill tasks, and monitor progress within Alibaba Cloud's ODPS. Free online tool, no registration required.

odps-inst

Manage instances in ODPS (Open Data Processing Service). See also: odps. More information: https://www.alibabacloud.com/help/doc-detail/27971.htm.

  • 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, printing log and progress information until then:

wait {{instance_id}};

  • Kill an instance:

kill {{instance_id}};