Remove public facing references to --redis-address. (#6631)

This commit is contained in:
Robert Nishihara
2019-12-31 13:21:53 -08:00
committed by GitHub
parent 1cb335487e
commit d2c6457832
24 changed files with 39 additions and 43 deletions
@@ -116,4 +116,4 @@ head_start_ray_commands:
# Command to start ray on worker nodes. You don't need to change this.
worker_start_ray_commands:
- ray stop
- ulimit -n 65536; ray start --redis-address=$RAY_HEAD_IP:6379
- ulimit -n 65536; ray start --address=$RAY_HEAD_IP:6379
+1 -1
View File
@@ -139,4 +139,4 @@ head_start_ray_commands:
# Command to start ray on worker nodes. You don't need to change this.
worker_start_ray_commands:
- ray stop
- ulimit -n 65536; ray start --redis-address=$RAY_HEAD_IP:6379 --object-manager-port=8076
- ulimit -n 65536; ray start --address=$RAY_HEAD_IP:6379 --object-manager-port=8076
@@ -124,4 +124,4 @@ head_start_ray_commands:
# Command to start ray on worker nodes. You don't need to change this.
worker_start_ray_commands:
- ray stop
- ulimit -n 65536; ray start --redis-address=$RAY_HEAD_IP:6379 --object-manager-port=8076
- ulimit -n 65536; ray start --address=$RAY_HEAD_IP:6379 --object-manager-port=8076
+1 -1
View File
@@ -159,5 +159,5 @@ worker_start_ray_commands:
- >-
ulimit -n 65536;
ray start
--redis-address=$RAY_HEAD_IP:6379
--address=$RAY_HEAD_IP:6379
--object-manager-port=8076
@@ -168,5 +168,5 @@ worker_start_ray_commands:
- >-
ulimit -n 65536;
ray start
--redis-address=$RAY_HEAD_IP:6379
--address=$RAY_HEAD_IP:6379
--object-manager-port=8076
@@ -242,4 +242,4 @@ head_start_ray_commands:
# Command to start ray on worker nodes. You don't need to change this.
worker_start_ray_commands:
- ray stop
- ulimit -n 65536; ray start --num-cpus=$MY_CPU_REQUEST --redis-address=$RAY_HEAD_IP:6379 --object-manager-port=8076
- ulimit -n 65536; ray start --num-cpus=$MY_CPU_REQUEST --address=$RAY_HEAD_IP:6379 --object-manager-port=8076
@@ -29,4 +29,4 @@ head_start_ray_commands:
- source activate ray && ulimit -c unlimited && ray start --head --redis-port=6379 --autoscaling-config=~/ray_bootstrap_config.yaml
worker_start_ray_commands:
- source activate ray && ray stop
- source activate ray && ray start --redis-address=$RAY_HEAD_IP:6379
- source activate ray && ray start --address=$RAY_HEAD_IP:6379
@@ -80,4 +80,4 @@ head_start_ray_commands:
# Command to start ray on worker nodes. You don't need to change this.
worker_start_ray_commands:
- ray stop
- ray start --redis-address=$RAY_HEAD_IP:6379
- ray start --address=$RAY_HEAD_IP:6379