aboutsummaryrefslogtreecommitdiff
path: root/graph/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * Update Svdpp.scalaWang Jianping J2013-12-171-2/+1
| | * Test SVD++Wang Jianping J2013-12-171-55/+49
| | * Update Svdpp.scalaWang Jianping J2013-12-171-20/+36
| | * SVD++ demoWang Jianping J2013-12-161-0/+143
| * | Add clustered index on edges by source vertexAnkur Dave2013-12-167-65/+167
| * | Merge remote-tracking branch 'upstream/master' into mrTriplets-active-setAnkur Dave2013-12-169-172/+244
| |\ \
| | * \ Merge pull request #94 from ankurdave/load-edges-columnarJoey2013-12-167-157/+202
| | |\ \ | | | |/ | | |/|
| | | * Clean up imports in EdgeRDDAnkur Dave2013-12-141-3/+1
| | | * Fix argument bug and closure captureAnkur Dave2013-12-142-2/+3
| | | * Don't partition edges by default; refactorAnkur Dave2013-12-147-164/+162
| | | * Load edges in columnar formatAnkur Dave2013-12-143-53/+101
| | * | Merge pull request #103 from amplab/optimizationsReynold Xin2013-12-151-10/+34
| | |\ \
| | | * | Unrolled while loop in readVarLong.Reynold Xin2013-12-151-10/+34
| | | |/
| | * | Merge pull request #84 from amatsukawa/graphlab_enhancementsAnkur Dave2013-12-141-5/+8
| | |\ \ | | | |/ | | |/|
| | | * vertex should be inactive if no vertices scatter to itAkihiro Matsukawa2013-12-041-3/+3
| | | * add a predicate to GraphLab to indicate active vertices at startAkihiro Matsukawa2013-12-041-2/+5
| * | | Fix typoAnkur Dave2013-12-141-1/+1
| * | | Remove commented codeAnkur Dave2013-12-142-3/+3
| * | | Remove debug printing from PregelSuiteAnkur Dave2013-12-141-3/+3
| * | | Merge remote-tracking branch 'upstream/master' into mrTriplets-active-setAnkur Dave2013-12-143-61/+116
| |\| |
| | * | Merge pull request #91 from amplab/standalone-pagerankReynold Xin2013-12-143-61/+111
| | |\ \
| | | * | Use standalone PageRank in AnalyticsAnkur Dave2013-12-121-24/+7
| | | * | Test standalone PageRankAnkur Dave2013-12-121-34/+55
| | | * | Add standalone PageRank using only GraphX operatorsAnkur Dave2013-12-121-3/+49
| * | | | Avoid re-creating the view RDDs multiple timesAnkur Dave2013-12-143-95/+74
| * | | | Revert "Add debug logging to Pregel"Ankur Dave2013-12-141-7/+0
| * | | | Fix bug in VertexPartition.isActiveAnkur Dave2013-12-141-2/+1
| * | | | Add debug logging to PregelAnkur Dave2013-12-141-0/+7
| * | | | Add PregelSuiteAnkur Dave2013-12-141-0/+43
| * | | | Remove unused bound variableAnkur Dave2013-12-141-1/+2
| * | | | Add another mrTriplets testAnkur Dave2013-12-141-1/+16
| * | | | Allow innerJoining VertexPartitions with different indexesAnkur Dave2013-12-141-0/+4
| * | | | Replace skipStale with activeSetOpt in mrTriplets (fails Pregel)Ankur Dave2013-12-147-155/+174
| * | | | Replace update with innerJoin (has a bug)Ankur Dave2013-12-146-35/+58
| * | | | Expose srcStale and dstStaleAnkur Dave2013-12-142-2/+7
| * | | | Remove printlns from testAnkur Dave2013-12-141-2/+0
| * | | | Test more graph ops and skipStaleAnkur Dave2013-12-141-3/+49
| * | | | Handle diffing VertexPartitions with different indexesAnkur Dave2013-12-141-9/+12
| * | | | Reuse previous localVidMap if availableAnkur Dave2013-12-141-15/+20
| * | | | Define localVidMap once per VTableReplicatedAnkur Dave2013-12-141-14/+16
| * | | | Fix bug in interaction of incr. view maint., skipStale, and join rewriteAnkur Dave2013-12-142-3/+12
| * | | | Finish up 49f7fc5ed2edd42b118182438d84ed7d4e7d521fAnkur Dave2013-12-141-1/+1
| * | | | Fix bug in mapVertices and outerJoinVerticesAnkur Dave2013-12-141-2/+2
| * | | | Don't expose {src,dst}Mask in EdgeTripletAnkur Dave2013-12-142-14/+3
| * | | | Incremental view maintenance for all graph opsAnkur Dave2013-12-147-126/+173
| * | | | Remove calls to ClosureCleaner in GraphXAnkur Dave2013-12-143-14/+4
| |/ / /
| * / / Remove static Pregel; take maxIters in dynamic PregelAnkur Dave2013-12-121-80/+5
| |/ /
| * | Added BoundedPriorityQueue kryo registrator. Fixes top issue.Dan Crankshaw2013-12-111-0/+2
| * | Set RDD names for easy debuggingAnkur Dave2013-12-074-3/+7
| * | Fixed a bug in VTableReplicated that we only process the first block.Reynold Xin2013-12-063-5/+6