Thon de Boer
Results
1
issues of
Thon de Boer
I am trying to setup raydp on my ray cluster, but I am creating the ray client like this ```python import ray, raydp ray.init(address='ray://10.112.80.176:10001') spark = raydp.init_spark(app_name='RayDP Example', num_executors=2, executor_cores=2,...