[Java] Support multiple workers in Java worker process (#5505)

This commit is contained in:
Kai Yang
2019-09-07 22:52:05 +08:00
committed by Hao Chen
parent d89ceb3ee5
commit 732336fc4f
37 changed files with 512 additions and 148 deletions
@@ -87,6 +87,7 @@ ray {
// See src/ray/ray_config_def.h for options.
config {
num_workers_per_process_java: 10
}
}