- Low: It annoys or frustrates me for a moment.
according to
https://docs.ray.io/en/latest/ray-core/configure.html?highlight=java#java-applications
" For the multi-node setting, you must first run ray start
on the command line to start the Ray cluster services on the machine before Ray.init()
in Java to connect to the cluster services."
but the java ray init function doesn’t receive any parameters (according to the java doc) so how can I tell it what is the IP of the cluster head service?
Am I missing something ?