oap-project / raydp

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

Scala, Java & R APIs #264

Closed SebastienDorgan closed 1 year ago

SebastienDorgan commented 1 year ago

Is it possible to use a spark cluster created with RayDP via Scala, Java & R APIs?

carsonwang commented 1 year ago

Yes, you can use raydp-submit (similar to spark-submit) to submit an application to the Spark cluster created by RayDP. Please see https://github.com/oap-project/raydp/blob/master/doc/spark_on_ray.md#spark-submit Please let us know if you encounter any problem.

SebastienDorgan commented 1 year ago

Great, thank you very much!