Incorrect results

更新时间:
复制 MD 格式

This topic explains how to resolve an issue where a task completes but its result table is empty.

Result table is empty

  • Problem

    After a task completes, the result table is empty.

  • Solution
    This issue occurs if you run a task from a local odpscmd client or in the DataWorks console and then immediately lock your computer. This action interrupts the local client process that submits jobs. A task often consists of multiple sequential jobs that are submitted to MaxCompute. If the submission process is interrupted, only the jobs already submitted to MaxCompute will run. Subsequent jobs are not submitted, which leads to an empty result table. In DataWorks, if you need to lock your computer after starting a task, click the 冒烟测试 icon on the node editing page in Data Development to run the task.