[Java] [Test] Move multi-worker config to ray.conf file (#13583)

This commit is contained in:
Kai Yang
2021-01-25 18:07:45 +08:00
committed by GitHub
parent 4dabf017ee
commit e9103eeb6d
5 changed files with 11 additions and 17 deletions
+6
View File
@@ -0,0 +1,6 @@
ray {
job {
# Enable multi-worker feature in Java test
num-java-workers-per-process: 10
}
}