aboutsummaryrefslogtreecommitdiff
path: root/graphx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix bug in GraphLoader.edgeListFile that caused srcId > dstIdAnkur Dave2014-01-131-1/+1
* Edge object must be public for Edge case classAnkur Dave2014-01-131-2/+2
* Improve scaladoc linksAnkur Dave2014-01-132-6/+6
* Fix infinite loop in GraphGenerators.generateRandomEdgesAnkur Dave2014-01-131-8/+1
* Make Graph{,Impl,Ops} serializable to work around captureAnkur Dave2014-01-133-3/+3
* Remove Graph.statistics and GraphImpl.printLineageAnkur Dave2014-01-133-77/+1
* Updated doc for PageRank.Reynold Xin2014-01-131-47/+39
* More cleanup.Reynold Xin2014-01-134-9/+10
* Moved SVDPlusPlusConf into SVDPlusPlus object itself.Reynold Xin2014-01-132-15/+17
* Moved PartitionStrategy's into an object.Reynold Xin2014-01-134-81/+85
* Updated GraphGenerator.Reynold Xin2014-01-131-30/+30
* Made more things private.Reynold Xin2014-01-1310-12/+26
* Merge branch 'graphx' of github.com:ankurdave/incubator-spark into graphxReynold Xin2014-01-1312-137/+70
|\