mirror of
https://github.com/wassname/ray.git
synced 2026-07-07 19:25:39 +08:00
[Java] Change log dir to /tmp/raylogs (#2677)
Currently, log directory in Java is a relative path . This PR changes it to `/tmp/raylogs` (with the same format as Python, e.g., `local_scheduler-2018-51-17_17-8-6-05164.err`). It also cleans up some relative code.
This commit is contained in:
committed by
Robert Nishihara
parent
e56eb354eb
commit
78b6bfb7f9
@@ -42,8 +42,6 @@ num_workers = 2
|
||||
|
||||
driver_id = 0123456789abcdef0123456789abcdef01234567
|
||||
|
||||
working_directory = %CONFIG_FILE_DIR%/run
|
||||
|
||||
redis_port = 34111
|
||||
|
||||
num_local_schedulers = 1
|
||||
|
||||
Reference in New Issue
Block a user