Commit graph

54 commits

Author SHA1 Message Date
mehrdadn
06ceecf6f5 Kill child processes when parent dies, and die on fatal errors (#265) 2016-07-14 16:10:26 -07:00
Robert Nishihara
a5d8138f88 mock modules for readthedocs (#264) 2016-07-14 13:57:03 -07:00
Robert Nishihara
80526f7777 add documentation and refactor cluster.py (#238) 2016-07-12 23:54:18 -07:00
Wapaul1
292abaa41c Moved Imagenet loading library to example applications; Changed code to return filenames as well as arrays (#257) 2016-07-11 18:06:58 -07:00
Robert Nishihara
8952ff8cf9 allow cluster script to update worker code on nodes (#243) 2016-07-11 17:58:16 -07:00
Robert Nishihara
191909dd93 adding pylint (#233) 2016-07-08 12:39:11 -07:00
Robert Nishihara
82ab6d68f1 remove recursive option from register_module (#232) 2016-07-08 11:13:03 -07:00
Robert Nishihara
875b20e397 only run cleanup if we've started ray in local mode and actually started the processes (#228) 2016-07-08 00:14:26 -07:00
Robert Nishihara
8e6b7929d6 make services.cleanup happen automatically (#224) 2016-07-07 14:05:25 -07:00
mehrdadn
199b4efd50 int and long should be treated similarly (#220) 2016-07-06 17:31:58 -07:00
Robert Nishihara
e1e09d3a4b catch type checking exceptions 2016-07-06 14:20:57 -07:00
Robert Nishihara
49decce6f6 print python backtrace in error message (#209) 2016-07-06 00:25:02 -07:00
Robert Nishihara
8297522580 don't destruct worker object before all of the object references go out of scope (#212) 2016-07-05 19:13:57 -07:00
Robert Nishihara
0947024ad9 fix bug for functions with no return values and with one return value (#211) 2016-07-05 15:57:05 -07:00
mehrdadn
be26532182 Better code for getting log directory (#198)
* get_log_file_path instead of LOG_DIRECTORY

* Tabs -> spaces

Whoops

* Log file extension
2016-07-03 12:58:49 -07:00
Philipp Moritz
2e2bc2c740 Get Sphinx infrastructure in place 2016-07-01 18:21:02 -07:00
Robert Nishihara
0ffe657e27 enable restarting workers in singlenode case, plus cleanups to cluster.py (#190) 2016-07-01 14:10:51 -07:00
Robert Nishihara
f5316d50fc Merge pull request #193 from amplab/visualizegraph
Visualize the computation graph
2016-07-01 13:21:01 -07:00
Philipp Moritz
9ad2c033d4 Visualize computation graph 2016-07-01 12:13:23 -07:00
Mehrdad
18f033fefb Use proper temp directory 2016-06-30 16:29:24 -07:00
Mehrdad
5802ea58b7 Look in PATH for binaries also 2016-06-29 23:25:19 -07:00
mehrdadn
5328890001 Kill workers (#148) 2016-06-29 22:40:04 -07:00
Robert Nishihara
72f22a238a let scheduler distinguish drivers from workers (#185) 2016-06-29 21:43:06 -07:00
Philipp Moritz
7af0f1b221 Write computation graph to file 2016-06-27 12:20:30 -07:00
Robert Nishihara
fb6c74ecab update api for start_ray_local (#174) 2016-06-27 11:57:22 -07:00
Robert Nishihara
902cac3089 arrays -> array (#172) 2016-06-27 11:35:31 -07:00
Robert Nishihara
01b8664cab bug fix, use different values for different constants 2016-06-26 15:53:55 -07:00
Robert Nishihara
d97bce0d64 allow driver to run in PYTHON_MODE, which is equivalent to serial Python 2016-06-26 13:43:54 -07:00
Robert Nishihara
28747d3c5e Merge pull request #165 from amplab/sudo
Get rid of numbuf sudo command
2016-06-25 13:51:12 -07:00
Philipp Moritz
dc70c90c2e get rid of numbuf sudo command 2016-06-25 13:28:33 -07:00
Robert Nishihara
741f4824b1 error messages for gets (#158) 2016-06-25 09:43:57 -07:00
Robert Nishihara
6bd26576cc don't return empty list when there are no return values (#157) 2016-06-24 19:57:44 -07:00
Philipp Moritz
8a0b8e8789 Unmap segments properly to avoid memory leaks 2016-06-24 16:56:26 -07:00
Robert Nishihara
abaa4211d4 better printing of errors (#153) 2016-06-24 13:22:29 -07:00
Robert Nishihara
fde802fb45 Merge pull request #152 from amplab/fixnumpyscalar
Fix serialization of numpy scalars, implement more numpy types, empty arrays
2016-06-23 18:42:08 -07:00
Philipp Moritz
5ecc2ab67d Fix serialization of numpy scalars and implement more numpy types as well as empty arrays 2016-06-23 18:39:02 -07:00
Robert Nishihara
160bd6ed4f log duration of tasks (#150) 2016-06-23 15:34:28 -07:00
Robert Nishihara
188569be37 push/pull -> put/get 2016-06-23 12:58:48 -07:00
Philipp Moritz
82a7ee5752 Fix https://github.com/amplab/ray/issues/72 2016-06-21 17:39:48 -07:00
Robert Nishihara
06d20352bf Merge pull request #137 from amplab/memoryfix
Preparation to deallocate objects properly from object stores
2016-06-21 13:47:24 -07:00
Philipp Moritz
5281bd414f preparation to deallocate objects properly 2016-06-21 13:46:38 -07:00
Robert Nishihara
41724399ae print task statuses in shell (#132) 2016-06-21 13:28:08 -07:00
Robert Nishihara
ac65f1031e rename test_path -> worker_path (#128) 2016-06-19 22:01:31 -07:00
Robert Nishihara
bd6e549d6c isinstance -> subclass to better support functionality in typing module (#112) 2016-06-19 18:04:55 -07:00
Philipp Moritz
912fd5cc81 Write logs to files instead of printing them to stdout 2016-06-19 12:45:34 -07:00
mehrdadn
0e5feecd65 Get failed worker information (#114) 2016-06-17 15:01:48 -07:00
Robert Nishihara
41539141af catch exceptions on workers and pass them to the scheduler (#93) 2016-06-11 15:44:56 -07:00
Philipp Moritz
acc51309e7 load imagenet 2016-06-10 17:25:55 -07:00
Robert Nishihara
4cc024ae36 renaming project, halo -> ray (#95) 2016-06-10 14:12:15 -07:00
Philipp Moritz
12ca2d4422 link libraries statically and make halo work on Mac OS X 2016-06-10 13:16:07 -07:00