Robert Nishihara
e06311d415
Automatically add relevant directories to Python paths of workers ( #380 )
...
* Make ray.init set python paths of workers.
* Decouple starting cluster from copying user source code
* also add current directory to path
* Add comments about deallocation.
* Add test for new code path.
2016-08-16 14:53:55 -07:00
Robert Nishihara
ac363bf451
Let worker get worker address and object store address from scheduler ( #350 )
2016-08-04 17:47:08 -07:00
Robert Nishihara
aa2f618ab7
add directory containing script to python path of workers ( #296 )
2016-07-26 16:18:39 -07:00
Robert Nishihara
3bae6f136b
export remote functions and reusable variables that were defined before connect was called ( #292 )
2016-07-26 11:40:09 -07:00
Robert Nishihara
5dd411546d
clean up imports ( #230 )
2016-07-08 12:46:47 -07:00
Robert Nishihara
529e86ce64
add example functions to default worker ( #210 )
2016-07-05 14:39:42 -07:00
Philipp Moritz
8d70dd15df
Fix imports for default_worker and set SHELL_MODE for shell
2016-06-27 17:23:01 -07:00
Philipp Moritz
a0df13b14f
Implement launching cluster with shell
2016-06-27 16:33:12 -07:00