Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/ray/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@ def build_java_worker_command(
"""
assert java_worker_options is not None

command = "java ".format(java_worker_options)
command = "java "
if redis_address is not None:
command += "-Dray.redis.address={} ".format(redis_address)

Expand Down