-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
port 22 is not open when running gce_vm_cluster
#164
Comments
It can sometimes take a moment for the ssh ports to recognise, does it work connecting to one of the VMs via |
Yes. |
Ok then I think its the check that failed, but it is actually all working. I may need to put a longer pause in before the check. You should be able to send up parallel jobs etc using |
For some reasons, I got the following error
I am trying to do this
|
You shouldn't need If you run vms <- gce_vm_cluster()
plan(cluster, workers = as.cluster(vms)) Otherwise I think you can do it how you are building it, but need to wrap it in plan(cluster, workers = as.cluster(vms)) I refer to this documentation https://cloudyr.github.io/googleComputeEngineR/articles/massive-parallel.html - the website is most up to date |
Thanks. But I got this if I do not run
|
Back to the it seems that it is an issue of the following line
I have a docker installed on my system, and its path is |
Filed a bug at |
If setting up without
The call should be calling docker on the VM which should have docker installed |
The issue has been fixed upstream. |
Describe the bug
port 22 is not open when running
gce_vm_cluster
. With the latest release version of googleComputeEngineR 0.3.0.To Reproduce
I am pretty sure the connection is open, when I ssh to it directly
Expected behavior
The command should run without error.
**Session Info
The text was updated successfully, but these errors were encountered: