GoogleCloudDataproc / bdutil

[DEPRECATED] Script used to manage Hadoop and Spark instances on Google Compute Engine
https://cloud.google.com/dataproc
Apache License 2.0
109 stars 94 forks source link

unable to deploy ambari using bdutil #99

Open vjkumarrao opened 7 years ago

vjkumarrao commented 7 years ago

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:

Please assist to resolve this problem.

mragungsetiaji commented 7 years ago

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

dennishuo commented 7 years ago

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.