aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix make-distribution.sh show version: command not foundliguoqiang2014-01-091-1/+1
* Merge pull request #345 from colorant/yarnThomas Graves2014-01-084-3/+7
|\
| * Export --file for YarnClient mode to support sending extra files to worker on...Raymond Liu2014-01-072-1/+5
| * Minor typo fix for yarn clientRaymond Liu2014-01-072-2/+2
* | Merge pull request #322 from falaki/MLLibDocumentationImprovementPatrick Wendell2014-01-071-56/+274
|\ \
| * \ Fixed merge conflictHossein Falaki2014-01-07306-3327/+4228
| |\ \
| * | | Added proper evaluation example for collaborative filtering and fixed typoHossein Falaki2014-01-061-4/+8
| * | | Added table of contents and minor fixesHossein Falaki2014-01-031-8/+16
| * | | Commented the last part of collaborative filtering examples that lead to errorsHossein Falaki2014-01-021-5/+6
| * | | Added Scala and Python examples for mllibHossein Falaki2014-01-021-52/+261
* | | | Merge pull request #355 from ScrapCodes/patch-1Patrick Wendell2014-01-071-1/+1
|\ \ \ \
| * | | | Update README.mdPrashant Sharma2014-01-081-1/+1
* | | | | Merge pull request #313 from tdas/project-refactorPatrick Wendell2014-01-0751-739/+1907
|\ \ \ \ \
| * | | | | Fixed examples/pom.xml and run-example based on Patrick's suggestions.Tathagata Das2014-01-072-12/+2
| * | | | | Removed XYZFunctions and added XYZUtils as a common Scala and Java interface ...Tathagata Das2014-01-0735-646/+383
| * | | | | Merge remote-tracking branch 'apache/master' into project-refactorTathagata Das2014-01-06302-3381/+3981
| |\ \ \ \ \
| * | | | | | Changed JavaStreamingContextWith*** to ***Function in streaming.api.java.*** ...Tathagata Das2014-01-0615-76/+67
| * | | | | | Merge branch 'apache-master' into project-refactorTathagata Das2013-12-3114-67/+52
| |\ \ \ \ \ \
| * | | | | | | Removed extra empty lines.Tathagata Das2013-12-313-3/+0
| * | | | | | | Removed unnecessary comments.Tathagata Das2013-12-313-55/+8
| * | | | | | | Added pom.xml for external projects and removed unnecessary dependencies and ...Tathagata Das2013-12-319-106/+548
| * | | | | | | Refactored kafka, flume, zeromq, mqtt as separate external projects, with the...Tathagata Das2013-12-3050-599/+1612
| * | | | | | | Refactored streaming project to separate out the twitter functionality.Tathagata Das2013-12-269-14/+64
* | | | | | | | Merge pull request #336 from liancheng/akka-remote-lookupPatrick Wendell2014-01-078-38/+30
|\ \ \ \ \ \ \ \
| * | | | | | | | Fixed test suite compilation errorsLian, Cheng2014-01-061-3/+3
| * | | | | | | | Fixed several compilation errors in test suitesLian, Cheng2014-01-062-5/+8
| * | | | | | | | Get rid of `Either[ActorRef, ActorSelection]'Lian, Cheng2014-01-066-30/+19
* | | | | | | | | Merge pull request #327 from lucarosellini/masterMatei Zaharia2014-01-083-3/+73
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Added license header and removed @author tagLuca Rosellini2014-01-072-4/+34
| * | | | | | | | | Added ā€˜-iā€™ command line option to spark REPL.Luca Rosellini2014-01-033-3/+43
| * | | | | | | | | Merge pull request #1 from apache/masterLuca Rosellini2014-01-0352-1542/+785
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge pull request #354 from hsaputra/addasfheadertosbtMatei Zaharia2014-01-081-0/+18
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add ASF header to the new sbt script.Henry Saputra2014-01-071-0/+18
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #350 from mateiz/standalone-limitMatei Zaharia2014-01-0813-20/+70
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Address review commentsMatei Zaharia2014-01-078-8/+11
| * | | | | | | | | | Fix unit test compilationMatei Zaharia2014-01-071-1/+2
| * | | | | | | | | | Add way to limit default # of cores used by applications on standalone modeMatei Zaharia2014-01-078-14/+60
* | | | | | | | | | | Merge pull request #352 from markhamstra/oldArchPatrick Wendell2014-01-071-8/+2
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
| * | | | | | | | | | Fix BlockManagerSuite#afterMark Hamstra2014-01-071-8/+2
* | | | | | | | | | | Merge pull request #328 from falaki/MatrixFactorizationModel-fixPatrick Wendell2014-01-075-4/+134
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Merge branch 'master' into MatrixFactorizationModel-fixHossein Falaki2014-01-07170-1931/+1342
| |\| | | | | | | | | |
| * | | | | | | | | | | Added predictAll python function to MatrixFactorizationModelHossein Falaki2014-01-061-4/+6
| * | | | | | | | | | | Added Rating deserializerHossein Falaki2014-01-062-4/+26
| * | | | | | | | | | | Added serializing method for Rating objectHossein Falaki2014-01-061-4/+16
| * | | | | | | | | | | Added python binding for bulk recommendationHossein Falaki2014-01-044-2/+46
| * | | | | | | | | | | Removed unnecessary blank lineHossein Falaki2014-01-031-1/+0
| * | | | | | | | | | | Added unit tests for bulk prediction in MatrixFactorizationModelHossein Falaki2014-01-031-2/+31
| * | | | | | | | | | | Added a method to enable bulk predictionHossein Falaki2014-01-031-1/+23
* | | | | | | | | | | | Merge pull request #351 from pwendell/maven-fixPatrick Wendell2014-01-074-7/+12
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Add log4j exclusion rule to maven.Patrick Wendell2014-01-074-7/+12
| | |/ / / / / / / / / | |/| | | | | | | | |