- Oct 25, 2013
-
-
Kyle Ellrott 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 21, 2013
-
-
Kyle Ellrott 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
-
Dan Crankshaw authored
-
Joseph E. Gonzalez authored
-
- Oct 17, 2013
-
-
Joseph E. Gonzalez authored
-
Joseph E. Gonzalez authored
1) Further simplification of the IndexedRDD operations (eliminating some) 2) Aggressive reuse of HashMaps 3) Pipelining join operations within indexedrdd
-
Joey authored
Great work!
-
Matei Zaharia authored
Fix for issue SPARK-627. Implementing --config argument in the scripts. This code fix is for issue SPARK-627. I added code to consider --config arguments in the scripts. In case the <conf-dir> is not a directory the scripts exit. I removed the --hosts argument. It can be achieved by giving a different config directory. Let me know if an explicit --hosts argument is required.
-
Ankur Dave authored
ArrayBuilder is specialized for holding primitive VD types.
-
Matei Zaharia authored
Removed TaskSchedulerListener interface. The interface was used only by the DAG scheduler (so it wasn't necessary to define the additional interface), and the naming makes it very confusing when reading the code (because "listener" was used to describe the DAG scheduler, rather than SparkListeners, which implement a nearly-identical interface but serve a different function). @mateiz - is there a reason for this interface that I'm missing?
-
Ankur Dave authored
-
Kay Ousterhout authored
-
KarthikTunga authored
-