Commit Graph

83 Commits

Author SHA1 Message Date
Philipp Moritz 4e65dfc2ae support multiple object stores, part two 2016-04-24 19:09:02 -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
Robert Nishihara 5c014a9857 Merge pull request #52 from amplab/logging
reduce the amount of logging
2016-04-22 12:59:18 -07:00
Philipp Moritz e02d246974 reduce the amount of logging, separating out logging for reference counting 2016-04-22 12:54:36 -07:00
Robert Nishihara 87bc8801ab changing segment names to include objstoreid (#50) 2016-04-22 12:07:02 -07:00
Robert Nishihara 1cb0c794bc Merge pull request #51 from amplab/timing
Increase waiting time when the cluster gets started
2016-04-22 11:43:17 -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 10c38a4756 fixing bug, unaccounted for reference counting (#48) 2016-04-22 11:06:14 -07:00
Robert Nishihara 37ac8faae5 implement distributed qr (#30) 2016-04-19 14:44:07 -07:00
Robert Nishihara bffae5a80e fix reference counting lock bug (#45) 2016-04-19 12:27:56 -07:00
Robert Nishihara 2d1453c46d fixed reference counting bug (#44) 2016-04-19 10:54:16 -07:00
Robert Nishihara 1548a1a523 implement reference counting and much more (#43) 2016-04-18 13:05:36 -07:00
Robert Nishihara a6a77bc416 refactor schedule code (#41) 2016-04-09 10:55:03 -07:00
Robert Nishihara 237f9e7198 instructions for installing arrow (#39) 2016-04-09 00:07:56 -07:00
Robert Nishihara a28920bb24 Alias (#38)
* implement objref aliasing

* updates
2016-04-08 12:58:08 -07:00
Robert Nishihara 34e9c1778b Merge pull request #36 from amplab/arrow-integration
arrow integration for ndarrays
2016-04-06 22:22:31 -07:00
Robert Nishihara 6a5eeec86b fix naming Pull -> Request 2016-04-06 22:06:53 -07:00
Philipp Moritz d8f7a0e2e4 arrow serialization and deserialization 2016-04-05 00:57:14 -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
Philipp Moritz 92245360aa Merge pull request #33 from amplab/serialize
properly serialize/deserialize calls
2016-03-31 15:55:26 -07:00
Robert Nishihara 99276b9b69 properly serialize/deserialize calls 2016-03-31 15:43:04 -07:00
Robert Nishihara 01e0ec166a Merge pull request #24 from amplab/doc
document and clean up orchestra protocol buffer specification
2016-03-25 13:49:35 -07:00
Philipp Moritz 4f5a637a8f document and clean up orchestra protocol buffer specification 2016-03-25 13:46:12 -07:00
Robert Nishihara 68556560f8 Merge pull request #23 from amplab/dict
python dict serialization
2016-03-25 00:14:57 -07:00
Philipp Moritz 16d91af7b8 python dict serialization 2016-03-25 00:10:49 -07:00
Robert Nishihara 0a7e606279 Merge pull request #22 from amplab/fix
opening all memory segments now
2016-03-24 12:15:26 -07:00
Philipp Moritz fd1af6f833 opening all memory segments now 2016-03-24 09:38:47 -07:00
Philipp Moritz 41462ae6a7 Merge pull request #20 from amplab/check
implementing distributed linear algebra
2016-03-23 18:50:33 -07:00
Robert Nishihara 29a923fc31 implementing distributed linear algebra 2016-03-23 18:38:42 -07:00
Robert Nishihara fae48b5744 Merge pull request #18 from amplab/msgqueue-fix
clean up queues
2016-03-17 23:04:25 -07:00
Philipp Moritz c1459f3603 clean up queues 2016-03-17 22:56:55 -07:00
Robert Nishihara 60f582b98d Merge pull request #17 from amplab/event-based-objstore
Event based objstore
2016-03-17 22:34:05 -07:00
Philipp Moritz dd88bae487 implement event based object store 2016-03-17 22:32:31 -07:00
Philipp Moritz b9d472342b Merge pull request #16 from amplab/types
Types
2016-03-16 18:14:04 -07:00
Robert Nishihara 2500cbaf72 improve serialization and add DistArray class 2016-03-16 18:11:43 -07:00
Robert Nishihara 2e48ec0a70 Merge pull request #15 from amplab/tuples
make it possible to serialize tuples
2016-03-15 22:48:25 -07:00
Philipp Moritz 2f61cc7454 make it possible to serialize tuples 2016-03-15 18:30:11 -07:00
Robert Nishihara cacda88d46 Merge pull request #14 from amplab/fix
comment in test again
2016-03-15 13:13:41 -07:00
Philipp Moritz cc08485555 comment in test again 2016-03-15 13:12:04 -07:00
Robert Nishihara 8d74abe5fb Merge pull request #13 from amplab/objrefs
implement object reference serialization and debugging for object sto…
2016-03-15 13:07:25 -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 e46f500c91 Merge pull request #12 from amplab/fix
make ObjStore.GetObj wait until the object is present in the object s…
2016-03-15 00:16:14 -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
Philipp Moritz 7961a3dd5c Merge pull request #11 from amplab/fix
handle pass by objref in serialize_call
2016-03-14 12:12:57 -07:00
Robert Nishihara 6a23335f22 handle pass by objref in serialize_call 2016-03-14 12:11:05 -07:00
Philipp Moritz d1bf738d41 Merge pull request #10 from amplab/linalg
Linalg
2016-03-13 15:22:07 -07:00
Robert Nishihara 4afa373a3a initial linalg commit 2016-03-12 15:25:45 -08:00
Robert Nishihara dc660e945f Merge pull request #9 from amplab/tests
Improved OrchPy lib error handling, fixed tests, added tests
2016-03-10 23:51:40 -08:00