-
Notifications
You must be signed in to change notification settings - Fork 12
System Source Codes
Young edited this page May 8, 2014
·
5 revisions
Most of the system source code changes are simple modifications. You can diff
with the original source tarballs (see Local Testing) to see our changes.
An implementation of DMST for Giraph can be found here (MinimumSpanningTree*.java
). A (not yet fully tested) implementation of DMST for Mizan can be found here. Note that this is out of sync with the Giraph implementation, with regards to the message type used in Phase 4B.