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.
- SolutionThis 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.
该文章对您有帮助吗?