aboutsummaryrefslogtreecommitdiff
path: root/graph
Commit message (Expand)AuthorAgeFilesLines
* More changes to the graph/pom.xml to make it match the other subprojectsKyle Ellrott2013-10-251-2/+19
* Merge https://github.com/amplab/graphxKyle Ellrott2013-10-254-40/+319
|\
| * Adding dynamic pregel, fixing bugs in PageRank, and adding basic analytics un...Joseph E. Gonzalez2013-10-233-35/+127
| * Fixing a bug in pregel where the initial vertex-program results are lost.Joseph E. Gonzalez2013-10-221-1/+1
| * Merge branch 'VertexSetRDD_Tests' into AnalyticsCleanupJoseph E. Gonzalez2013-10-222-365/+279
| |\
| * | Starting analytics test suite.Joseph E. Gonzalez2013-10-221-0/+30
| * | Updating analytics to reflect changes in the pregel interface and moving degr...Joseph E. Gonzalez2013-10-221-27/+83
| * | Adding some additional graph generators to support unit testing of the analyt...Joseph E. Gonzalez2013-10-221-1/+45
| * | Changing the Pregel interface slightly to better support type inference.Joseph E. Gonzalez2013-10-221-6/+63
* | | Merge branch 'master' of https://github.com/amplab/graphxKyle Ellrott2013-10-242-365/+279
|\ \ \ | | |/ | |/|
| * | Documenting VertexSetRDD and added some testing code for VertexSetRDDJoseph E. Gonzalez2013-10-192-364/+278
| * | Fixing bug in VertexSetRDD that breaks Graph tests.Joseph E. Gonzalez2013-10-181-1/+1
| |/
* / Fixing graph/pom.xmlKyle Ellrott2013-10-211-3/+9
|/
* Merge pull request #28 from jegonzal/VertexSetRDDReynold Xin2013-10-184-210/+213
|\
| * Specializing IndexedRDD as VertexSetRDD.Joseph E. Gonzalez2013-10-184-210/+213
* | Add a unit test for GraphOps.joinVerticesAnkur Dave2013-10-181-17/+12
* | Add a unit test for Graph.mapEdgesAnkur Dave2013-10-181-0/+13
* | Update GraphSuite aggregateNeighbors testAnkur Dave2013-10-181-9/+8
|/
* Added some stub code to address the case where a vertex could occur multiple ...Joseph E. Gonzalez2013-10-185-32/+874
* Revert accidental removal of code in 3a40a5eAnkur Dave2013-10-181-0/+1
* Added some documentation.Dan Crankshaw2013-10-187-68/+83
* Switching from Seq to IndexedSeqJoseph E. Gonzalez2013-10-171-2/+2
* This commit accomplishes three goals:Joseph E. Gonzalez2013-10-173-71/+143
* Use ArrayBuilder instead of ArrayBufferAnkur Dave2013-10-171-2/+3
* Cache msgsByPartitionAnkur Dave2013-10-161-1/+2
* Split vTableReplicated into two RDDsAnkur Dave2013-10-162-48/+68
* Set serialization properties in GraphSuiteAnkur Dave2013-10-161-0/+3
* Introducing unique indexedrdd and adding numerous specialized joinsJoseph E. Gonzalez2013-10-163-23/+24
* switched to more efficienct implementation of reduce by keyJoseph E. Gonzalez2013-10-162-10/+10
* Addressing issue where statistics are not computed correctlyJoseph E. Gonzalez2013-10-151-1/+1
* Resolved closure capture issues by addressing capture through implicit variab...Joseph E. Gonzalez2013-10-152-12/+31
* Updating unit tests.Joseph E. Gonzalez2013-10-151-32/+6
* Still trying to resolve issues with capture.Joseph E. Gonzalez2013-10-151-5/+11
* Trying to resolve issues with closure capture.Joseph E. Gonzalez2013-10-153-84/+92
* More refactoring and documentating including renaming data to attr for vertex...Joseph E. Gonzalez2013-10-1513-461/+337
* Removing extraneous codeJoseph E. Gonzalez2013-10-142-119/+0
* trying to address issues with GraphImpl being caught in closures.Joseph E. Gonzalez2013-10-131-27/+38
* merging changes from upstream benchmarking branchJoseph E. Gonzalez2013-10-135-373/+234
|\
| * Fixed connected components CL paramsDan Crankshaw2013-10-121-1/+6
| * Added connected components backDan Crankshaw2013-10-111-33/+34
| * Tried to fix some indentingDan Crankshaw2013-10-111-131/+132
| * Updated code so benchmarks actually run.Dan Crankshaw2013-10-115-370/+223
* | Integrated IndexedRDD into graph design.Joseph E. Gonzalez2013-10-1311-555/+724
|/
* added replication and balance reportingJoseph E. Gonzalez2013-10-103-0/+27
* added support for random vertex cutsJoseph E. Gonzalez2013-10-101-1/+1
* added support for random vertex cutsJoseph E. Gonzalez2013-10-101-0/+9
* Merge branch 'benchmarks' of github.com:amplab/graphxDan Crankshaw2013-10-103-19/+66
|\
| * Merge pull request #17 from amplab/product2Dan Crankshaw2013-10-103-19/+66
| |\
| | * Updated Kryo registration.Reynold Xin2013-10-071-9/+5
| | * Created a MessageToPartition class to send messages without saving the partit...Reynold Xin2013-10-072-10/+61