Closed vecorro closed 3 years ago
@vecorro are you still running into this issue? could you try running on the latest versions of Ray?
Thanks, @richardliaw. My main interest is on Ray + K8 si, I wonder if I should try Ray 2.0.0dev0 or Ray 1.3. Can you please provide guidance in that respect?
Enrique
Can you first try 1.3? Thanks!
Please make sure you have 1.3 on both the server side and the client side too.
Sure thing, actually this is what I normally do
-ensure same version and build number at both ends -ensure the same pip package version numbers at both ends -try with multi-node and single node K8 clusters
I'll let you know how it goes.
Hi @vecorro, do you have an update on this? Does this work for you with Ray 1.3?
Closing this for now, feel free to reopen if problems persist.
Hi,
My code runs properly when Ray runs on a single machine but when I try to run it on Ray 2.0 deployed on K8, the execution breaks at the point indicated by the message error. The Ray cluster seems to be working well as other example scrips run properly on it. From the dashboard, it looks like the head never tries to load the dataset. I'd appreciate your guidance to find and fix the problem.