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

Error Deploy bdutil : Invalid value for field resource.networkInterfaces #108

Open saungkertas opened 6 years ago

saungkertas commented 6 years ago

Please kindly help, I already configure bdutil_env.sh, and there's no field for resource.networkInterfaces. when I exec: ./bdutil -e extensions/flink/flink_env.sh deploy

this error always happens:

******************* gcloud compute stdout *******************

******************* gcloud compute stderr *******************
WARNING: Image aliases are deprecated and will be removed in a future version. Please use --image-family=debian-8 and --image-project=debian-cloud instead.
WARNING: Image aliases are deprecated and will be removed in a future version. Please use --image-family=debian-8 and --image-project=debian-cloud instead.
WARNING: Image aliases are deprecated and will be removed in a future version. Please use --image-family=debian-8 and --image-project=debian-cloud instead.
ERROR: (gcloud.compute.instances.create) Could not fetch resource:
 - Invalid value for field 'resource.networkInterfaces[0]': ''. Subnetwork should be specified for custom subnetmode network

ERROR: (gcloud.compute.instances.create) Could not fetch resource:
 - Invalid value for field 'resource.networkInterfaces[0]': ''. Subnetwork should be specified for custom subnetmode network

ERROR: (gcloud.compute.instances.create) Could not fetch resource:
 - Invalid value for field 'resource.networkInterfaces[0]': ''. Subnetwork should be specified for custom subnetmode network

************ ERROR logs from gcloud compute stderr ************
ERROR: (gcloud.compute.instances.create) Could not fetch resource:
ERROR: (gcloud.compute.instances.create) Could not fetch resource:
ERROR: (gcloud.compute.instances.create) Could not fetch resource:
johanesalxd commented 6 years ago

Me too. Someone can help on this?