raydp icon indicating copy to clipboard operation
raydp copied to clipboard

use ray java snapshot version

Open kira-lin opened this issue 3 years ago • 5 comments

This PR creates a new branch to be compatible with Ray nightly, 2.0.0-dev. The ray jar version is still 1.1.0-SNAPSHOT because they didn't update the version for long, but it's actually 2.0.0-SNAPSHOT. I have submitted a PR there to update it.

kira-lin avatar Apr 21 '21 02:04 kira-lin

The memory unit has changed. You can refer here https://github.com/oap-project/raydp/pull/106/files

ConeyLiu avatar Apr 21 '21 02:04 ConeyLiu

The ray 1.3.0 has released, should we just need to support ray 1.3.0 in the master branch?

ConeyLiu avatar Apr 26 '21 08:04 ConeyLiu

I intended to have a branch which is compatible with ray-nightly. But if there is no need, we may just focus on 1.3.0.

kira-lin avatar Apr 26 '21 08:04 kira-lin

Hi @kira-lin, should we merge this into the master branch first?

ConeyLiu avatar Apr 27 '21 05:04 ConeyLiu

No, this PR is for 2.0.0. It's not compatible with 1.3.0, setJvmOptions is not yet changed in 1.3.0.

kira-lin avatar Apr 27 '21 05:04 kira-lin