Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

unable to deploy ambari using bdutil #99

Open
vjkumarrao opened this issue May 9, 2017 · 2 comments
Open

unable to deploy ambari using bdutil #99

vjkumarrao opened this issue May 9, 2017 · 2 comments

Comments

@vjkumarrao
Copy link

everytime i use "./bdutil -e ambari deploy" command, i get below errors

******************* gcloud compute stdout *******************
******************* gcloud compute stderr *******************
WARNING: You have selected a disk size of under [200GB]. This may result in poor I/O performance. For more infor
mation, see: https://developers.google.com/compute/docs/disks#pdperformance.
WARNING: You have selected a disk size of under [200GB]. This may result in poor I/O performance. For more infor
mation, see: https://developers.google.com/compute/docs/disks#pdperformance.
WARNING: You have selected a disk size of under [200GB]. This may result in poor I/O performance. For more infor
mation, see: https://developers.google.com/compute/docs/disks#pdperformance.
WARNING: You have selected a disk size of under [200GB]. This may result in poor I/O performance. For more infor
mation, see: https://developers.google.com/compute/docs/disks#pdperformance.
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 *******************
    Mon May 8 22:33:26 UTC 2017: Exited 1 : gcloud --project=vijay-167021 --quiet --verbosity=info compute disks cr
    eate --size=100 --type=pd-standard hadoop-w-0-pd --zone=zone(unset)
    Mon May 8 22:33:26 UTC 2017: Exited 1 : gcloud --project=vijay-167021 --quiet --verbosity=info compute disks cr
    eate --size=100 --type=pd-standard hadoop-w-1-pd --zone=zone(unset)
    "debuginfo.txt" 37L, 2679C

Please assist to resolve this problem.

@mragungsetiaji
Copy link

mragungsetiaji commented May 23, 2017

i got the same issue, anyone can help us for this point? i thought this about access permission for compute.disks.create

@dennishuo
Copy link
Contributor

bdutil simply shells out to basic gcloud commands; in this case it appears to be trying to parse "(unset)" as your zone. Try ./bdutil -z us-central1-b -e ambari deploy.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants