My Dataflow job is failing with the following message, how should I debug?
我的数据流作业失败,出现以下消息,我该如何调试?
Workflow failed. Causes: (65a939e801f185b6): Unable to bring up enough workers: minimum 1, actual 0.
工作流程失败。原因:(65a939e801f185b6):无法提供足够的工人:最小1,实际0。
1 个解决方案
#1
2
The service will output this message when it is unable to allocate a virtual machine from Compute Engine to execute the job. Please check your quota in the console.
当服务无法从Compute Engine分配虚拟机以执行作业时,该服务将输出此消息。请在控制台中检查您的配额。
#1
2
The service will output this message when it is unable to allocate a virtual machine from Compute Engine to execute the job. Please check your quota in the console.
当服务无法从Compute Engine分配虚拟机以执行作业时,该服务将输出此消息。请在控制台中检查您的配额。