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 |
|
Philipp Moritz
|
9dfe7c625e
|
change directory structure, rename array libraries (#87)
|
2016-06-05 21:57:37 -07:00 |
|
Philipp Moritz
|
f9aeb5d018
|
implement varargs (#83)
* implement varargs
* clean up varargs
|
2016-06-04 16:22:10 -07:00 |
|
Robert Nishihara
|
2b52b91acb
|
distributed -> remote (#82)
|
2016-06-03 18:41:45 -07:00 |
|
Robert Nishihara
|
67086f663e
|
change filenames and directory structure to use halo (#81)
|
2016-06-03 18:32:57 -07:00 |
|
Robert Nishihara
|
b58eaf84ee
|
rewrite linear algebra libraries to use keyword arguments (#78)
|
2016-06-03 17:09:52 -07:00 |
|
Philipp Moritz
|
429d9025eb
|
implement keyword arguments
|
2016-06-03 00:10:17 -07:00 |
|
Robert Nishihara
|
23d202bb73
|
renaming Call -> Task (#70)
|
2016-05-26 16:33:30 -07:00 |
|
Philipp Moritz
|
d3f62c4288
|
make it possible to start multiple nodes in a cluster; add some more logging
|
2016-04-28 15:31:31 -07:00 |
|
Philipp Moritz
|
8d0c3be28f
|
implement serialization using numbuf
|
2016-04-26 15:14:04 -07:00 |
|
Robert Nishihara
|
6b846d2bc0
|
support multiple object stores, part one
|
2016-04-24 19:06:14 -07:00 |
|
Robert Nishihara
|
a12e6fd373
|
change services to start variable number of object stores (#55)
|
2016-04-23 10:45:01 -07:00 |
|
Philipp Moritz
|
0c56d8e50b
|
increase waiting time when the cluster gets started (neccessary to prevent timeouts on some systems)
|
2016-04-22 11:36:12 -07:00 |
|
Robert Nishihara
|
37ac8faae5
|
implement distributed qr (#30)
|
2016-04-19 14:44:07 -07:00 |
|
Robert Nishihara
|
1548a1a523
|
implement reference counting and much more (#43)
|
2016-04-18 13:05:36 -07:00 |
|
Robert Nishihara
|
a28920bb24
|
Alias (#38)
* implement objref aliasing
* updates
|
2016-04-08 12:58:08 -07:00 |
|
Philipp Moritz
|
f5147d8e59
|
arrow integration for ndarrays
|
2016-04-05 00:57:14 -07:00 |
|
Robert Nishihara
|
66032f9a50
|
cleanup tests a bit
* clean up testing
|
2016-04-05 00:34:23 -07:00 |
|
Robert Nishihara
|
99276b9b69
|
properly serialize/deserialize calls
|
2016-03-31 15:43:04 -07:00 |
|
Robert Nishihara
|
29a923fc31
|
implementing distributed linear algebra
|
2016-03-23 18:38:42 -07:00 |
|
Robert Nishihara
|
2500cbaf72
|
improve serialization and add DistArray class
|
2016-03-16 18:11:43 -07:00 |
|
Philipp Moritz
|
bcc59e898d
|
implement object reference serialization and debugging for object stores, some fixes
|
2016-03-15 13:06:51 -07:00 |
|
Robert Nishihara
|
b773003b70
|
make ObjStore.GetObj wait until the object is present in the object store, other miscellaneous fixes
|
2016-03-15 00:13:12 -07:00 |
|
Robert Nishihara
|
4afa373a3a
|
initial linalg commit
|
2016-03-12 15:25:45 -08:00 |
|
Philipp Moritz
|
c249efa7d1
|
Improved OrchPy lib error handling, fixed tests, added tests
|
2016-03-10 20:10:49 -08:00 |
|
Philipp Moritz
|
9440e0f08a
|
backend: make objectstores more robust, add logging, add reporting back of workers
|
2016-03-10 16:55:56 -08:00 |
|
Robert Nishihara
|
d2aa71de76
|
updating addresses and adding tests
|
2016-03-10 14:40:46 -08:00 |
|
Robert Nishihara
|
08a7e4d450
|
implementing worker.py and miscellaneous changes
|
2016-03-10 12:40:05 -08:00 |
|
Philipp Moritz
|
f47bad3828
|
switching from Cython to Python C API
|
2016-03-10 12:35:31 -08:00 |
|
Robert Nishihara
|
b9d6cc8de4
|
changing tests
|
2016-03-09 11:40:36 -08:00 |
|
Robert Nishihara
|
70e62313f0
|
cleaning up tests
|
2016-03-08 16:14:02 -08:00 |
|