oap-project / raydp

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

Add document about Ray autoscaling issue #273

Closed carsonwang closed 2 years ago

carsonwang commented 2 years ago

As suggested by @pang-wu , add the document about the Ray autoscaling issue.

carsonwang commented 2 years ago

@pang-wu , can you help take a look and see if there is anything missing here?

pang-wu commented 2 years ago

Thanks for changing this, maybe also reference the issue link: https://github.com/ray-project/ray/issues/20476 in the doc? @carsonwang

carsonwang commented 2 years ago

Thanks for changing this, maybe also reference the issue link: ray-project/ray#20476 in the doc? @carsonwang

Good suggestion. Just added the link.

pang-wu commented 2 years ago

👍 looks good to me

DmitriGekhtman commented 1 year ago

Fix being reviewed: https://github.com/ray-project/ray/pull/31202

pang-wu commented 1 year ago

Thanks @DmitriGekhtman, this will simplify our setup in our Spark usecases!