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

Cluster creation is failing with "Failed to find image for alias [debian-7-backports]..." #85

Closed AngusDavis closed 8 years ago

AngusDavis commented 8 years ago

When attempting to create a cluster, bdutil will fail with the following message: ERROR: (gcloud.compute.instances.create) Failed to find image for alias [debian-7-backports] in public image project [debian-cloud].

The simplest workaround right now is to change the image in bdutil_env, or specify a -i command line flag, using 'backports-debian-7-wheezy-v20160531' as the image name.