【发布时间】:2025-11-25 12:30:01
【问题描述】:
我创建了一个包含 6 个节点集群的 dataproc 集群,当我想安装 bdutil 时遇到以下问题:
******************* gcloud compute stderr *******************
ERROR: (gcloud.compute.disks.create) Could not fetch resource:
- Insufficient Permission
ERROR: (gcloud.compute.disks.create) Could not fetch resource:
- Insufficient Permission
ERROR: (gcloud.compute.disks.create) Could not fetch resource:
- Insufficient Permission
ERROR: (gcloud.compute.disks.create) Could not fetch resource:
- Insufficient Permission
ERROR: (gcloud.compute.disks.create) Could not fetch resource:
- Insufficient Permission
************ ERROR logs from gcloud compute stderr ************
ERROR: (gcloud.compute.disks.create) Could not fetch resource:
ERROR: (gcloud.compute.disks.create) Could not fetch resource:
ERROR: (gcloud.compute.disks.create) Could not fetch resource:
ERROR: (gcloud.compute.disks.create) Could not fetch resource:
ERROR: (gcloud.compute.disks.create) Could not fetch resource:
******************* Exit codes and VM logs *******************
Sun Sep 23 23:54:02 UTC 2018: Exited 1 : gcloud --project=hdpgcp-217320 --quiet --verbosity=info compute disks create --size=1500 --type=pd-standard hadoop-w-0-pd --zone=zone(
unset)
Sun Sep 23 23:54:02 UTC 2018: Exited 1 : gcloud --project=hdpgcp-217320 --quiet --verbosity=info compute disks create --size=1500 --type=pd-standard hadoop-w-1-pd --zone=zone(
unset)
Sun Sep 23 23:54:02 UTC 2018: Exited 1 : gcloud --project=hdpgcp-217320 --quiet --verbosity=info compute disks create --size=1500 --type=pd-standard hadoop-w-2-pd --zone=zone(
unset)
Sun Sep 23 23:54:02 UTC 2018: Exited 1 : gcloud --project=hdpgcp-217320 --quiet --verbosity=info compute disks create --size=1500 --type=pd-standard hadoop-w-3-pd --zone=zone(
unset)
Sun Sep 23 23:54:02 UTC 2018: Exited 1 : gcloud --project=hdpgcp-217320 --quiet --verbosity=info compute disks create --size=1500 --type=pd-standard hadoop-m-pd --zone=zone(un
set)
【问题讨论】:
-
但是你想做什么?请发布您的代码,否则我们无法确定错误发生的位置。
-
我正在谷歌云上安装 ambari,我遵循以下文档 hortonworks.com/blog/hdp-google-cloud-platform,当我尝试部署 ambari 时,我遇到了上述问题。代码是 ./bdutil -e ambari deploy
标签: google-cloud-platform cloud gcloud hortonworks-data-platform