aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Adding fix covering combineCombinersByKey as wellPatrick Wendell2014-01-141-4/+12
| * | | | | | | Deprecate rather than remove old combineValuesByKey functionPatrick Wendell2014-01-141-2/+6
| |/ / / / / /
* | | | | | | Merge pull request #425 from rxin/scaladocReynold Xin2014-01-145-17/+115
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fixed a typo in JavaSparkContext's API doc.Reynold Xin2014-01-141-5/+6
| * | | | | | Maintain Serializable API compatibility by reverting back to java.io.Serializ...Reynold Xin2014-01-142-1/+2
| * | | | | | Added license header for package.scala in the Java API package.Reynold Xin2014-01-141-0/+17
| * | | | | | Added package doc for the Java API.Reynold Xin2014-01-141-0/+6
| * | | | | | Updated API doc for Accumulable and Accumulator.Reynold Xin2014-01-141-9/+31
| * | | | | | Broadcast variable visibility change & doc update.Reynold Xin2014-01-142-3/+54
|/ / / / / /
* | | | | | Merge pull request #423 from jegonzal/GraphXProgrammingGuideReynold Xin2014-01-141-26/+37
|\ \ \ \ \ \
| * | | | | | Improving the graphx-programming-guide.Joseph E. Gonzalez2014-01-141-26/+37
|/ / / / / /
* | | | | | Merge pull request #420 from pwendell/header-filesPatrick Wendell2014-01-1455-0/+935
|\ \ \ \ \ \
| * | | | | | Add missing header filesPatrick Wendell2014-01-1455-0/+935
|/ / / / / /
* | | | | | Merge pull request #416 from tdas/filestream-fixPatrick Wendell2014-01-1421-107/+110
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Fixed loose ends in docs.Tathagata Das2014-01-142-4/+2
| * | | | | Merge remote-tracking branch 'apache/master' into filestream-fixTathagata Das2014-01-13134-211/+7772
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Removed StreamingContext.registerInputStream and registerOutputStream - they ...Tathagata Das2014-01-1321-107/+115
| * | | | | Merge remote-tracking branch 'apache/master' into filestream-fixTathagata Das2014-01-131-1/+1
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
* | | | | | Merge pull request #415 from pwendell/shuffle-compressPatrick Wendell2014-01-132-2/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | 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
| |/ / / / / /