Closed wjwei-handsome closed 2 months ago
Hi @wjwei-handsome!
We appreciate you pointing this out! With our small team and the versioning differences of Hail and Dataproc, keeping the tutorial up-to-date and relevant for every version is challenging, i.e. I expect hail to incorporate the --public-ip-address
into their hailctl
wrapper of gcloud dataproc clusters create
in their next version. However, clarity is important and we hope this note provides enough of it to help users find the right resources.
Thank you!
Hi!
When performing the first step according to the tutorial, an error occurred that the cluster cannot be started. The specific command are as follows:
The following error occurred:
Error output in gs looks like:
My guess is that the started cluster may not be connected to the public network, so the package cannot be installed.
So I added the parameter
--public-ip-address
according to the parameter help information of gsutil, which solved the appeal problem.To sum up, are there any omissions in the tutorial?
Best regards, Wenjie