aboutsummaryrefslogtreecommitdiff
path: root/graph
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:apache/incubator-spark into mergemergeReynold Xin2013-11-044-44/+17
* After some testing I realized that the IndexedSeq is still instantiating the ...Joseph E. Gonzalez2013-10-311-51/+32
* renamed update to setMergeJoseph E. Gonzalez2013-10-311-1/+1
* This commit introduces the OpenHashSet and OpenHashMap as indexing primitives.Joseph E. Gonzalez2013-10-315-233/+225
* Merging with upstream master.Joseph E. Gonzalez2013-10-315-81/+72
|\
| * Merge pull request #41 from jegonzal/LineageTrackingReynold Xin2013-10-313-78/+67
| |\
| | * removing completely unnecessary map operation.Joseph E. Gonzalez2013-10-301-1/+0
| | * Removing potential additional shuffle dependency where an already partitioned...Joseph E. Gonzalez2013-10-301-4/+8
| | * added lineage tracking codeJoseph E. Gonzalez2013-10-301-11/+59
| | * removing unused commented codeJoseph E. Gonzalez2013-10-301-62/+0
| * | Added bitset to kryo registerDan Crankshaw2013-10-312-3/+5
* | | Switching to the @rxin BitSet implementation for VertexSet Value tables.Joseph E. Gonzalez2013-10-312-32/+51
|/ /
* / Adding additional type constraints to VertexSetRDD to help diagnose issues wi...Joseph E. Gonzalez2013-10-301-12/+19
|/
* Merge pull request #38 from jegonzal/DocumentationDan Crankshaw2013-10-308-363/+580
|\
| * fixing a typo in the VertexSetRDD docsJoseph E. Gonzalez2013-10-291-2/+3
| * merging upstream changesJoseph 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
* | | Merge pull request #33 from kellrott/masterJoey2013-10-291-5/+28
|\ \ \ | |_|/ |/| |
| * | 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
| |\ \
| * \ \ Merge branch 'master' of https://github.com/amplab/graphxKyle Ellrott2013-10-242-365/+279
| |\ \ \
| * | | | Fixing graph/pom.xmlKyle Ellrott2013-10-211-3/+9
* | | | | Making suggested changes.Joseph E. Gonzalez2013-10-292-14/+2
| |_|_|/ |/| | |
* | | | 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