aboutsummaryrefslogtreecommitdiff
path: root/graphx
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-1931] Reconstruct routing tables in Graph.partitionByAnkur Dave2014-05-263-4/+31
* bugfix: overflow of graphx Edge compare functionZhen Peng2014-05-162-2/+47
* Fixes a misplaced comment.Prashant Sharma2014-05-151-2/+2
* Package docsPrashant Sharma2014-05-145-0/+110
* SPARK-1798. Tests should clean up temp filesSean Owen2014-05-121-1/+1
* SPARK-1786: Reopening PR 724Ankur Dave2014-05-1211-23/+44
* Revert "SPARK-1786: Edge Partition Serialization"Patrick Wendell2014-05-1211-44/+23
* SPARK-1786: Edge Partition SerializationAnkur Dave2014-05-1111-23/+44
* Fix error in 2d Graph PartitionerJoseph E. Gonzalez2014-05-111-2/+2
* Unify GraphImpl RDDs + other graph load optimizationsAnkur Dave2014-05-1026-843/+1337
* SPARK-1708. Add a ClassTag on Serializer and things that depend on itMatei Zaharia2014-05-102-23/+27
* SPARK-1565, update examples to be used with spark-submit script.Prashant Sharma2014-05-081-7/+11
* [SPARK-1460] Returning SchemaRDD instead of normal RDD on Set operations...Kan Zhang2014-05-072-16/+4
* Improved build configurationwitgo2014-04-281-14/+0
* Fix Scala StyleSandeep2014-04-241-2/+5
* Mark all fields of EdgePartition, Graph, and GraphOps transientAnkur Dave2014-04-233-12/+12
* SPARK-1329: Create pid2vid with correct number of partitionsAnkur Dave2014-04-162-2/+14
* Rebuild routing table after Graph.reverseAnkur Dave2014-04-162-1/+11
* SPARK-1501: Ensure assertions in Graph.apply are asserted.William Benton2014-04-151-1/+1
* SPARK-1488. Resolve scalac feature warnings during buildSean Owen2014-04-144-1/+5
* Remove Unnecessary Whitespace'sSandeep2014-04-102-2/+2
* 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
* SPARK-1093: Annotate developer and experimental API'sPatrick Wendell2014-04-091-1/+4
* SPARK-1387. Update build plugins, avoid plugin version warning, centralize ve...Sean Owen2014-04-061-1/+1
* Do not re-use objects in the EdgePartition/EdgeTriplet iterators.Daniel Darabos2014-04-024-10/+58
* SPARK-1352 - Comment style single space before ending */ check.Prashant Sharma2014-03-301-1/+1
* SPARK-1096, a space after comment start style checker.Prashant Sharma2014-03-286-9/+7
* Spark 1095 : Adding explicit return types to all public methodsNirmalReddy2014-03-263-3/+4
* SPARK-1251 Support for optimizing and executing structured queriesMichael Armbrust2014-03-201-1/+1
* SPARK-1255: Allow user to pass Serializer object instead of class name for sh...Reynold Xin2014-03-164-32/+26
* SPARK-782 Clean up for ASM dependency.Patrick Wendell2014-03-091-2/+2
* SPARK-1193. Fix indentation in pom.xmlsSandy Ryza2014-03-071-4/+4
* SPARK-1121: Include avro for yarn-alpha buildsPatrick Wendell2014-03-021-0/+14
* Remove remaining references to incubationPatrick Wendell2014-03-021-1/+1
* Graph primitives2Semih Salihoglu2014-02-242-10/+183
* Merge pull request #567 from ScrapCodes/style2.Prashant Sharma2014-02-091-2/+1
* Merge pull request #557 from ScrapCodes/style. Closes #557.Patrick Wendell2014-02-096-44/+52
* Merge pull request #542 from markhamstra/versionBump. Closes #542.Mark Hamstra2014-02-081-1/+1
* Add jblas dependencyJianping J Wang2014-01-231-4/+3
* Replace commons-math with jblasJianping J Wang2014-01-231-32/+36
* Depend on Commons Math explicitly instead of accidentally getting it from Had...Sean Owen2014-01-222-1/+6
* Merge pull request #441 from pwendell/graphx-buildPatrick Wendell2014-01-151-1/+0
|\
| * GraphX shouldn't list Spark as providedPatrick Wendell2014-01-151-1/+0
* | Merge pull request #436 from ankurdave/VertexId-caseReynold Xin2014-01-1432-209/+209
|\ \
| * | VertexID -> VertexIdAnkur Dave2014-01-1432-209/+209
| |/
* / Fixed SVDPlusPlusSuite in Maven build.Reynold Xin2014-01-142-7/+19
|/
* Add missing header filesPatrick Wendell2014-01-1443-0/+731
* Adding minimal additional functionality to EdgeRDDJoseph E. Gonzalez2014-01-131-0/+17
* Fix all code examples in guideAnkur Dave2014-01-131-6/+7