aboutsummaryrefslogtreecommitdiff
path: root/graph
Commit message (Expand)AuthorAgeFilesLines
* fixing a typo in the VertexSetRDD docsJoseph E. Gonzalez2013-10-291-2/+3
* merging upstream changesJoseph E. Gonzalez2013-10-292-14/+2
|\
| * Making suggested changes.Joseph E. Gonzalez2013-10-292-14/+2
* | Documented the VertexSetRDDJoseph E. Gonzalez2013-10-291-68/+108
* | Fixing a scaladoc bug in graph generators.Joseph E. Gonzalez2013-10-291-1/+1
* | Reindenting documentation.Joseph E. Gonzalez2013-10-295-190/+220
* | Documented Graph.appy functions.Joseph E. Gonzalez2013-10-291-102/+179
* | Minor modifications to documentation.Joseph E. Gonzalez2013-10-291-3/+4
* | Adding collect neighbors and documenting GraphOps.Joseph E. Gonzalez2013-10-291-13/+81
|/
* Finished updating connected components to used Pregel like abstraction and cr...Joseph E. Gonzalez2013-10-282-3/+83
* Implementing connected components on top of pregel like abstraction.Joseph E. Gonzalez2013-10-271-33/+102
* Updating the GraphLab API to match the changes made to the Pregel API.Joseph E. Gonzalez2013-10-261-8/+8
* Adding more documentation to the Pregel API as well as additional functionali...Joseph E. Gonzalez2013-10-261-35/+224
* Fixing a bug in reverse edge direction.Joseph E. Gonzalez2013-10-261-2/+6
* 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
|\
| * 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
* | 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 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