ray/lib/python
Robert Nishihara 6cd02d71f8 Fixes and cleanups for the multinode setting. (#143)
* Add function for driver to get address info from Redis.

* Use Redis address instead of Redis port.

* Configure Redis to run in unprotected mode.

* Add method for starting Ray processes on non-head node.

* Pass in correct node ip address to start_plasma_manager.

* Script for starting Ray processes.

* Handle the case where an object already exists in the store. Maybe this should also compare the object hashes.

* Have driver get info from Redis when start_ray_local=False.

* Fix.

* Script for killing ray processes.

* Catch some errors when the main_loop in a worker throws an exception.

* Allow redirecting stdout and stderr to /dev/null.

* Wrap start_ray.py in a shell script.

* More helpful error messages.

* Fixes.

* Wait for redis server to start up before configuring it.

* Allow seeding of deterministic object ID generation.

* Small change.
2016-12-21 18:53:12 -08:00
..
common Deploy Redis module and start using custom Redis commands. (#128) 2016-12-16 14:40:44 -08:00
global_scheduler Python 3 compatibility. (#121) 2016-12-16 14:40:37 -08:00
photon Python 3 compatibility. (#121) 2016-12-16 14:40:37 -08:00
plasma Python 3 compatibility. (#121) 2016-12-16 14:40:37 -08:00
ray Fixes and cleanups for the multinode setting. (#143) 2016-12-21 18:53:12 -08:00
webui Integration of Webui with Ray (#32) 2016-11-17 22:33:29 -08:00
MANIFEST.in Integration of Webui with Ray (#32) 2016-11-17 22:33:29 -08:00
setup.py Deploy Redis module and start using custom Redis commands. (#128) 2016-12-16 14:40:44 -08:00