mirror of
https://github.com/wassname/ray.git
synced 2026-07-06 05:16:30 +08:00
[Java] Java worker cluster support (#2359)
This commit is contained in:
committed by
Robert Nishihara
parent
4ef9d15315
commit
fa33ea5283
+6
-2
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user