From 86aef1bc568aa9cf505b61354b6689e18654f089 Mon Sep 17 00:00:00 2001 From: Philipp Moritz Date: Mon, 11 Jul 2016 14:14:26 -0700 Subject: [PATCH] add note to using-ray-on-a-cluster.md (#258) --- doc/using-ray-on-a-cluster.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/using-ray-on-a-cluster.md b/doc/using-ray-on-a-cluster.md index e20dabcfa..4d2285db7 100644 --- a/doc/using-ray-on-a-cluster.md +++ b/doc/using-ray-on-a-cluster.md @@ -41,7 +41,8 @@ appropriate values. This assumes that you can connect to each IP address ``` 4. The previous command should open a Python interpreter. To install Ray on the cluster, run `install_ray()` in the interpreter. The interpreter should block -until the installation has completed. +until the installation has completed. The standard output from the nodes will +be redirected to your terminal. 5. To check that the installation succeeded, you can ssh to each node, cd into the directory `ray/test/`, and run the tests (e.g., `python runtest.py`). 6. Now that Ray has been installed, you can start the cluster (the scheduler,