aboutsummaryrefslogtreecommitdiff
path: root/graphx/src/test/scala/org/apache
Commit message (Expand)AuthorAgeFilesLines
* bugfix: overflow of graphx Edge compare functionZhen Peng2014-05-161-0/+39
* SPARK-1786: Reopening PR 724Ankur Dave2014-05-121-0/+18
* Revert "SPARK-1786: Edge Partition Serialization"Patrick Wendell2014-05-121-18/+0
* SPARK-1786: Edge Partition SerializationAnkur Dave2014-05-111-0/+18
* Unify GraphImpl RDDs + other graph load optimizationsAnkur Dave2014-05-104-30/+49
* SPARK-1708. Add a ClassTag on Serializer and things that depend on itMatei Zaharia2014-05-101-2/+3
* Fix Scala StyleSandeep2014-04-241-2/+5
* SPARK-1329: Create pid2vid with correct number of partitionsAnkur Dave2014-04-161-0/+12
* Rebuild routing table after Graph.reverseAnkur Dave2014-04-161-0/+10
* SPARK-1501: Ensure assertions in Graph.apply are asserted.William Benton2014-04-151-1/+1
* Remove Unnecessary Whitespace'sSandeep2014-04-101-1/+1
* Revert "SPARK-729: Closures not always serialized at capture time"Patrick Wendell2014-04-101-1/+1
* SPARK-729: Closures not always serialized at capture timeWilliam Benton2014-04-091-1/+1
* Do not re-use objects in the EdgePartition/EdgeTriplet iterators.Daniel Darabos2014-04-021-0/+43
* SPARK-1255: Allow user to pass Serializer object instead of class name for sh...Reynold Xin2014-03-161-18/+12
* Graph primitives2Semih Salihoglu2014-02-241-9/+125
* Merge pull request #436 from ankurdave/VertexId-caseReynold Xin2014-01-146-34/+34
|\
| * VertexID -> VertexIdAnkur Dave2014-01-146-34/+34
* | Fixed SVDPlusPlusSuite in Maven build.Reynold Xin2014-01-141-7/+3
|/
* Add missing header filesPatrick Wendell2014-01-1414-0/+238
* Moved SVDPlusPlusConf into SVDPlusPlus object itself.Reynold Xin2014-01-131-1/+1
* Moved PartitionStrategy's into an object.Reynold Xin2014-01-132-4/+2
* Add EdgeDirection.Either and use it to fix CC bugAnkur Dave2014-01-133-3/+3
* Remove aggregateNeighborsAnkur Dave2014-01-131-26/+0
* Improving documentation and identifying potential bug in CC calculation.Joseph E. Gonzalez2014-01-131-0/+30
* Use SparkConf in GraphX tests (via LocalSparkContext)Ankur Dave2014-01-111-5/+5
* algorithms -> libAnkur Dave2014-01-115-6/+6
* Avoid recomputation by caching all multiply-used RDDsAnkur Dave2014-01-107-29/+30
* Add implicit algorithm methods for Graph; remove standalone PageRankAnkur Dave2014-01-094-28/+21
* graph -> graphxAnkur Dave2014-01-0914-0/+1352