Closed tdeboer-ilmn closed 1 year ago
Hi @tdeboer-ilmn , Glad you tried raydp. You are right, raydp.init_spark is assumed to be called in the ray cluster. If you need to use ray client, for the current stable release, you need to wrap your driver program in a ray actor, so that it can be executed on a node in the ray cluster. If you are willing to try raydp-nightly, then you can use raydp.init_spark on your local machine, and it works fine with ray client. However, to_spark does not work now because ray has not merged my PR.
RayDP now works directly in ray client mode. Closing this as stale
I am trying to setup raydp on my ray cluster, but I am creating the ray client like this
But this results in these errors
Seems that it tries to assume that the local machine is the ray server... Is there a way to configure raydp?