Commit Graph

25 Commits

Author SHA1 Message Date
Wapaul1 362ffa1f3c Changing hard coded ports for objstore and workers to choose unused ports (#365)
* let grpc choose unused worker and object store ports

* Add objstore addresses to scheduler info to bring back test
2016-08-10 19:08:38 -07:00
Robert Nishihara a1e4268d37 Catch errors in importing reusable variables and remote functions (#354)
* catch errors in importing reusable variables and remote functions

* updates
2016-08-07 13:53:33 -07:00
Philipp Moritz 8bf877ac1e Serialize and Deserialize unicode (#349) 2016-08-04 21:06:31 -07:00
Robert Nishihara 98a508d6ca Terminology change Object Reference -> Object ID (#330) 2016-07-31 19:58:03 -07:00
Robert Nishihara 8e9f98c5ff Properly import remote functions and reusable variables on workers that register late (#290) 2016-07-25 16:17:17 -07:00
mehrdadn f2c43bec87 Function serialization (#261) 2016-07-17 22:05:07 -07:00
mehrdadn 199b4efd50 int and long should be treated similarly (#220) 2016-07-06 17:31:58 -07:00
Philipp Moritz 7af0f1b221 Write computation graph to file 2016-06-27 12:20:30 -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 188569be37 push/pull -> put/get 2016-06-23 12:58:48 -07:00
Robert Nishihara d5fe49584a track more task info (#133) 2016-06-21 10:59:32 -07:00
Philipp Moritz 19e7f0d72d implement serialization of object references inside of python objects 2016-06-10 16:32:48 -07:00
Philipp Moritz 9a36e4208e implement bool serialization 2016-06-03 12:25:12 -07:00
Philipp Moritz 073dd3642e implement none serialization 2016-06-03 12:11:30 -07:00
Robert Nishihara 6d97c55299 add computation graph (#75) 2016-06-02 16:35:46 -07:00
Robert Nishihara 23d202bb73 renaming Call -> Task (#70) 2016-05-26 16:33:30 -07:00
Philipp Moritz 4f5a637a8f document and clean up orchestra protocol buffer specification 2016-03-25 13:46:12 -07:00
Philipp Moritz 16d91af7b8 python dict serialization 2016-03-25 00:10:49 -07:00
Philipp Moritz 2f61cc7454 make it possible to serialize tuples 2016-03-15 18:30:11 -07:00
Philipp Moritz bcc59e898d implement object reference serialization and debugging for object stores, some fixes 2016-03-15 13:06:51 -07:00
Philipp Moritz f47bad3828 switching from Cython to Python C API 2016-03-10 12:35:31 -08:00
Philipp Moritz 3ebf8b0699 clean up, mainly the scheduler 2016-03-02 15:23:11 -08:00
Philipp Moritz 743f843524 before refactoring 2016-03-01 01:02:08 -08:00
Philipp Moritz 5da148c1ab getting the object store working 2016-02-22 13:55:06 -08:00
Philipp Moritz d9ce0fe33d add types proto 2016-02-10 12:31:39 -08:00