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

[enhancement] Merge RayDPObjectHolder into RayDPSparkMaster #222

Closed kira-lin closed 1 year ago

kira-lin commented 2 years ago

Now that we have RayDPSparkMaster as an actor, we no longer need an explicit object holder. We can move its functions to spark master actor.