- Oct 29, 2013
-
-
Joseph E. Gonzalez authored
-
Joseph E. Gonzalez authored
-
Joseph E. Gonzalez authored
-
Ankur Dave authored
Updated Connected Components and Pregel Docs
-
Joseph E. Gonzalez authored
-
Joseph E. Gonzalez authored
-
Joseph E. Gonzalez authored
-
Joseph E. Gonzalez authored
-
Joseph E. Gonzalez authored
-
Joseph E. Gonzalez authored
-
Joseph E. Gonzalez authored
-
- Oct 28, 2013
-
-
Joseph E. Gonzalez authored
Finished updating connected components to used Pregel like abstraction and created a series of tests in the AnalyticsSuite.
-
- Oct 27, 2013
-
-
Joseph E. Gonzalez authored
-
- Oct 26, 2013
-
-
Joseph E. Gonzalez authored
-
Joseph E. Gonzalez authored
Adding more documentation to the Pregel API as well as additional functionality including the ability to specify the edge direction along which messages are computed.
-
Joseph E. Gonzalez authored
-
- Oct 24, 2013
-
-
Reynold Xin authored
Analytics Cleanup
-
- Oct 23, 2013
-
-
Joseph E. Gonzalez authored
- Oct 22, 2013
-
-
Joseph E. Gonzalez authored
-
Dan Crankshaw authored
Testing and Documenting VertexSetRDD
-
Joseph E. Gonzalez authored
-
Joseph E. Gonzalez authored
-
Joseph E. Gonzalez authored
Updating analytics to reflect changes in the pregel interface and moving degree information into the edge attribute.
-
Joseph E. Gonzalez authored
-
Joseph E. Gonzalez authored
-
- Oct 19, 2013
-
-
Joseph E. Gonzalez authored
-
Joseph E. Gonzalez authored
-
Reynold Xin authored
Refactoring IndexedRDD to VertexSetRDD.
-
Reynold Xin authored
Unit tests for Graph and GraphOps
-
- Oct 18, 2013
-
-
Ankur Dave authored
-
Ankur Dave authored
-
Ankur Dave authored
-
Joseph E. Gonzalez authored
1) This allows the index map to be optimized for Vids 2) This makes the code more readable 2) The Graph API can now return VertexSetRDDs from operations that produce results for vertices
-
Ankur Dave authored
Removing IndexedRDD changes for spark/core
-
Joseph E. Gonzalez authored
Added some stub code to address the case where a vertex could occur multiple times in the vertex table or where a vertex in the edge list may not appear in the vertex table. Moving IndexedRDD into the graphx source tree and removing dependencies in /core.
-
Ankur Dave authored
-
Ankur Dave authored
While benchmarking, we accidentally committed some unnecessary changes to core such as adding logging. These changes make it more difficult to merge from Spark upstream, so this commit reverts them.
-
Dan Crankshaw authored
-