mirror of
https://github.com/wassname/ray.git
synced 2026-07-24 13:20:22 +08:00
Fix crash for Java task's task.argument() in state. (#4063)
This commit is contained in:
@@ -1134,7 +1134,7 @@ def build_java_worker_command(
|
||||
command += "-Dray.raylet.socket-name={} ".format(raylet_name)
|
||||
|
||||
if redis_password is not None:
|
||||
command += ("-Dray.redis-password=%s", redis_password)
|
||||
command += "-Dray.redis.password={} ".format(redis_password)
|
||||
|
||||
command += "-Dray.home={} ".format(RAY_HOME)
|
||||
# TODO(suquark): We should use temp_dir as the input of a java worker.
|
||||
|
||||
Reference in New Issue
Block a user