Xu Tong

Results 6 comments of Xu Tong

Using raydp-nightly fixed this problem

hi @carsonwang, I encountered an error when using this sample. ``` import ray import raydp ray.init("auto") spark = raydp.init_spark(app_name="RayDP Example", num_executors=2, executor_cores=2, executor_memory="4GB") df1 = spark.range(0, 1000) ds1 = ray.data.from_spark(df1)...

Thank you for your advice. I have corrected the above error by modifying rayDP_cp in ray_cluster.py, but there is still a new error. ![1280X1280](https://user-images.githubusercontent.com/80471801/187171797-58a40436-d42e-4621-80f6-26b20f32f328.PNG) I use spark3.2.2. Maybe I'm using...

I'm using JAVA8. After the Spark version is changed to 3.2.1, this problem is not fixed. The initialization is still the same as the sample mentioned above. `spark = raydp.init_spark(app_name="RayDP...

Hello Mr./Ms. Li, I'm new to open source and saw this project in GSoC 2023. Could you tell me something about the difficulties of this project and the specific requirements...

> > Hello Mr./Ms. Li, I'm new to open source and saw this project in GSoC 2023. Could you tell me something about the difficulties of this project and the...