aboutsummaryrefslogtreecommitdiff
path: root/graph
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Fixed groupEdgeTriplets - it now passes a basic unit test.Dan Crankshaw2013-10-063-43/+44
* | | Added a groupEdges and a groupEdgeTriplets method. For some reason the groupE...Dan Crankshaw2013-10-063-8/+91
* | | groupEdges() now compiles. Still need some unit testsDan Crankshaw2013-10-062-2/+4
* | | Added initial groupEdges code. Still a prototype, I haven't figured out quite...Dan Crankshaw2013-10-052-0/+55
* | | Edge partitioner now partitions by canonical edge so all edges between two ve...Dan Crankshaw2013-10-051-3/+5
* | | Added 2D canonical edge partitionerDan Crankshaw2013-10-051-1/+15
|/ /
* | Removed some commentsDan Crankshaw2013-10-032-5/+2
* | Fixed bug in sampleLogNormalDan Crankshaw2013-10-031-12/+35
* | Fixed annotation importDan Crankshaw2013-10-031-1/+3
* | Added rmat graph generatorDan Crankshaw2013-10-031-30/+175
* | Added initial implementation of lognormal graph generator. Haven't tested it ...Dan Crankshaw2013-09-281-0/+89
|/
* Add a unit test for aggregateNeighborsAnkur Dave2013-09-191-0/+20
* Merge branch 'master' into aggregateNeighbors-returns-graphAnkur Dave2013-09-195-15/+18
|\
| * Initialize sc in GraphSuite to avoid NullPointerExceptionAnkur Dave2013-09-191-6/+7
| * Fix typo in aggregateNeighbors docsAnkur Dave2013-09-191-2/+2
| * Import appropriate Spark core classesAnkur Dave2013-09-191-0/+2
| * Move BytecodeUtils to the right packageAnkur Dave2013-09-191-1/+1
| * Move IndexedRDD and GraphSuite to org.apache.sparkAnkur Dave2013-09-193-7/+7
* | Return Graph from default aggregateNeighbors alsoAnkur Dave2013-09-182-46/+48
* | Implement aggregateNeighbors returning GraphAnkur Dave2013-09-181-39/+42
* | Return Graph from aggregateNeighbors; update callersAnkur Dave2013-09-184-34/+56
|/