oap-project / raydp

RayDP provides simple APIs for running Spark on Ray and integrating Spark with AI libraries.
Apache License 2.0
315 stars 69 forks source link

make raydp work with the latest Ray #218

Closed KepingYan closed 2 years ago

KepingYan commented 2 years ago

The latest Ray does not enable redis by default, but uses gcs bootstrap mode. So gcs_address is used to set "ray.address", and the code takes into account the previous version.