aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Enable compression by default for spillsPatrick Wendell2014-01-132-2/+2
* Merge pull request #380 from mateiz/py-bayesPatrick Wendell2014-01-1320-58/+297
|\
| * Disable MLlib tests for now while Jenkins is still on Python 2.6Matei Zaharia2014-01-131-5/+5
| * Fix Scala version in docs (it was printed as 2.1)Matei Zaharia2014-01-121-1/+1
| * Update Python required version to 2.7, and mention MLlib supportMatei Zaharia2014-01-121-1/+7
| * Log Python exceptions to stderr as wellMatei Zaharia2014-01-121-0/+4
| * Added Java unit test, data, and main method for Naive BayesMatei Zaharia2014-01-118-4/+111
| * Update some Python MLlib parameters to use camelCase, and tweak docsMatei Zaharia2014-01-113-21/+30
| * Add Naive Bayes to Python MLlib, and some API fixesMatei Zaharia2014-01-1110-37/+150
* | Merge pull request #367 from ankurdave/graphxPatrick Wendell2014-01-1376-21/+7132
|\ \
| * | Adding minimal additional functionality to EdgeRDDJoseph E. Gonzalez2014-01-131-0/+17
| * | adding documentation about EdgeRDDJoseph E. Gonzalez2014-01-131-2/+40
| * | Fix all code examples in guideAnkur Dave2014-01-132-29/+30
| * | Finish 6f6f8c928ce493357d4d32e46971c5e401682ea8Ankur Dave2014-01-131-2/+4
| * | 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
| * | Wrap methods in the appropriate class/object declarationAnkur Dave2014-01-131-64/+85
| * | Write Graph Builders section in guideAnkur Dave2014-01-131-5/+49
| * | Remove K-Core and LDA sections from guide; they are unimplementedAnkur Dave2014-01-131-4/+0
| * | Improve scaladoc linksAnkur Dave2014-01-132-6/+6
| * | Fix Pregel SSSP example in programming guideAnkur Dave2014-01-131-8/+14
| * | 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
| * | Finished documenting vertexrdd.Joseph E. Gonzalez2014-01-131-0/+53
| * | Merge branch 'graphx' of github.com:ankurdave/incubator-spark into graphxReynold Xin2014-01-131-15/+35
| |\ \
| | * | Finished second pass on pregel docs.Joseph E. Gonzalez2014-01-131-12/+33
| | * | Minor changes in graphx programming guide.Joseph E. Gonzalez2014-01-131-3/+2
| * | | 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-1313-171/+92
| |\ \
| | * | Improvements in example code for the programming guide as well as adding seri...Joseph E. Gonzalez2014-01-132-17/+25
| | * | Add EdgeDirection.Either and use it to fix CC bugAnkur Dave2014-01-1312-54/+64
| | * | Remove aggregateNeighborsAnkur Dave2014-01-133-102/+5
| * | | Miscel doc update.Reynold Xin2014-01-1317-143/+158
| * | | Merge branch 'scaladoc1' of github.com:rxin/incubator-spark into graphxReynold Xin2014-01-131-1/+1
| |\ \ \ | | |/ / | |/| |
| * | | Merge branch 'master' into graphxReynold Xin2014-01-13233-1415/+4997
| |\ \ \
| * \ \ \ Merge pull request #2 from jegonzal/GraphXCCIssueAnkur Dave2014-01-134-22/+89
| |\ \ \ \
| | * | | | Improving documentation and identifying potential bug in CC calculation.Joseph E. Gonzalez2014-01-134-22/+89
| * | | | | Add graph loader links to docAnkur Dave2014-01-131-0/+13
| * | | | | Fix mapReduceTriplets links in docAnkur Dave2014-01-131-4/+4
| * | | | | Improve EdgeRDD scaladocAnkur Dave2014-01-131-2/+11
| * | | | | Further improve VertexRDD scaladocsAnkur Dave2014-01-131-14/+25
| |/ / / /
| * | | | Add LiveJournalPageRank exampleAnkur Dave2014-01-131-0/+49
| * | | | Tested and corrected all examples up to mask in the graphx-programming-guide.Joseph E. Gonzalez2014-01-121-17/+20
| * | | | Use GraphLoader for algorithms examples in docAnkur Dave2014-01-121-17/+19