mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 00:29:38 +08:00
[1.0] Remove args from ray start (#10659)
Resolved Conflicts:
java/test.sh
python/ray/tests/test_multi_node.py
This commit is contained in:
@@ -402,7 +402,7 @@ public class RunManager {
|
||||
cmd.add("--node-ip-address=" + rayConfig.nodeIp);
|
||||
cmd.add("--object-store-name=" + rayConfig.objectStoreSocketName);
|
||||
cmd.add("--raylet-name=" + rayConfig.rayletSocketName);
|
||||
cmd.add("--redis-address=" + rayConfig.getRedisAddress());
|
||||
cmd.add("--address=" + rayConfig.getRedisAddress());
|
||||
|
||||
String command = cmd.stream().collect(Collectors.joining(" "));
|
||||
LOGGER.debug("python worker command: {}", command);
|
||||
|
||||
Reference in New Issue
Block a user