mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 21:23:10 +08:00
[Java] rename config ray.redis.address to ray.address (#10772)
Resolved Conflicts:
java/test.sh
This commit is contained in:
@@ -1495,7 +1495,7 @@ def build_java_worker_command(java_worker_options, redis_address,
|
||||
"""
|
||||
pairs = []
|
||||
if redis_address is not None:
|
||||
pairs.append(("ray.redis.address", redis_address))
|
||||
pairs.append(("ray.address", redis_address))
|
||||
pairs.append(("ray.raylet.node-manager-port", node_manager_port))
|
||||
|
||||
if plasma_store_name is not None:
|
||||
|
||||
Reference in New Issue
Block a user