Google Cloud Platform API Infrastructure Automation Reviews
4920 reviews
Christopher K. · Reviewed около 8 лет ago
Martin J. · Reviewed около 8 лет ago
Mark E. · Reviewed около 8 лет ago
Sara E. · Reviewed около 8 лет ago
Bryan L. · Reviewed около 8 лет ago
Juan Raul B. · Reviewed около 8 лет ago
Matt B. · Reviewed около 8 лет ago
Mauricio D. · Reviewed около 8 лет ago
Good, but could have ended with launching an instance that runs a startup-script-url which detects the zone, creates the hadoop cluster and automatically terminates the instance. something like: #!/bin/sh cd /home/[YOUR_USERNAME]/bdutil BUCKET_NAME=[YOUR_BUCKET_NAME] UNIQUE_ID=[YOUR_UNIQUE_ID] VMNAME=$(curl -s "http://metadata.google.internal/computeMetadata/v1/instance/name" -H "Metadata-Flavor: Google") VMZONE=$(curl -s "http://metadata.google.internal/computeMetadata/v1/instance/zone" -H "Metadata-Flavor: Google") VMZONE=${VMZONE##*/} # creates hadoop cluster - I didnt manage to make it work :( ./bdutil -b $BUCKET_NAME -z $VMZONE -n 2 -P $UNIQUE_ID deploy -f # deletes the instance, which worked! gcloud compute instances delete $VMNAME --zone $VMZONE -q
Fabricio S. · Reviewed около 8 лет ago
Rachel A. · Reviewed около 8 лет ago
Gerard C. · Reviewed около 8 лет ago
Jason (Jay) S. · Reviewed около 8 лет ago
Sameer A. · Reviewed около 8 лет ago
Georgi S. · Reviewed около 8 лет ago
Jeroen D. · Reviewed около 8 лет ago
Krzysztof A. · Reviewed около 8 лет ago
Michael F. · Reviewed около 8 лет ago
sunil p. · Reviewed около 8 лет ago
Naveen B. · Reviewed около 8 лет ago
Very good.
Malayarasan C. · Reviewed около 8 лет ago
****
Tyrone S. · Reviewed около 8 лет ago
Davy C. · Reviewed около 8 лет ago
Ankur M. · Reviewed около 8 лет ago
Ryan C. · Reviewed около 8 лет ago
Yuji S. · Reviewed около 8 лет ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.