[Java] Java worker cluster support (#2359)

This commit is contained in:
Zhijun Fu
2018-07-10 01:20:41 +08:00
committed by Robert Nishihara
parent 4ef9d15315
commit fa33ea5283
16 changed files with 661 additions and 19 deletions
+6 -2
View File
@@ -72,11 +72,15 @@ max_java_log_file_size = 500MB
onebox_delay_seconds_before_run_app_logic = 0
[ray.java.start.job]
; java class which main is served as the driver in a java worker
driver_class =
; arguments for the java class main function which is served at the driver
; the arguments are separated by ','
driver_args =
[ray.java.start.job]
[ray.java.path.classes.source]
%CONFIG_FILE_DIR%/common/target/classes =
%CONFIG_FILE_DIR%/common/target/test-classes =