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

rename ray JVM log file to avoid being monitored and polled #327

Open jiafuzha opened 1 year ago

jiafuzha commented 1 year ago

As stated in https://github.com/ray-project/ray/pull/33797, it's not necessary for ray monitoring ray JVM logs.

This ticket is to make corresponding changes in raydp by setting JVM log file prefix to 'raydp-java-worker'. The ray PR will be merged and released later. But this ticket can work with and without the PR.