【发布时间】:2017-07-19 06:30:15
【问题描述】:
我通过 API 创建了一个集群(我们将其命名为 my_project/clusterUuid123)并提交了一份工作。作业提交后,集群被删除,但作业仍在“运行”。如果我尝试删除作业(通过 api、shell、ui),它会引发错误“... cluster not found project/clusterUuid123。
{
"code": 404,
"message": "Cluster not found "my_project/clusterUuid123",
"status": "NOT_FOUND"
}
重新创建集群不会解决问题。即使集群名称相同。我认为一种可能的解决方案是使用确切的 uuid + 名称重新创建集群,但我还没有弄清楚如何手动设置 uuid。如果我通过 api 创建集群,ClusterUuid 会自动设置 - 即使我尝试更改它。
干杯丹尼尔
【问题讨论】:
标签: google-cloud-platform google-cloud-dataproc