[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:
Hao Chen
2018-08-18 23:46:36 -07:00
committed by Robert Nishihara
parent e56eb354eb
commit 78b6bfb7f9
8 changed files with 101 additions and 191 deletions
-1
View File
@@ -153,7 +153,6 @@ build
# Java
java/**/target
java/run
java/**/lib
java/**/.settings
java/**/.classpath