I am new to Google Cloud
. I tried to click-and-deploy Hadoop
cluster and I am always told that my quota are limited. But some days ago, I upgraded my free trial to a paid one ! (how can I check this in order to be sure that it was taken into account ?)
FYI, I tried to deploy instances using the bdutil
tool, (./bdutil --bucket mybucket -n 5 -P myproject --zone us-central1-a deploy
), and (for -n 1
it works normally) : 5 instances are indeed created but no hadoop cluster is deployed and I get in my console
*-m' not yet sshable (1); sleeping 10.
*-w-0' not yet sshable (1); sleeping 10.
*-w-1' not yet sshable (1); sleeping 10.
*-w-2' not yet sshable (1); sleeping 10....
Knowing that ssh
keys are normally set in the project.
How can I deal with that ?