本章では、MaxCompute のタスク インスタンスとステータスを紹介します。
MaxCompute では、ほとんどのタスクは、MaxCompute インスタンスで開始されます。 MaxCompute のインスタンスは、実行中と終了の 2 つのフェーズのいずれかになります。
実行中フェーズのステータスは "Running" です。終了フェーズのステータスは、"Success" (成功)、"Failed" (失敗)、"Canceld" (キャンセル済み)
のいずれかです。 MaxCompute によって割り当てられたインスタンス ID を使用して、ステータスを照会または変更することができます。 例は、以下のとおりです。
status <instance_id>; --View the status of a certain instance.
kill <instance_id>; --Stop an instance and set its status as ‘Canceled’.
wait <instance_id>; --View the running logs of a certain instance.