aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #362 from mateiz/conf-gettersMatei Zaharia2014-01-0934-79/+78
|\
| * Use typed getters for configuration settingsMatei Zaharia2014-01-0934-79/+78
* | Merge pull request #361 from rxin/cleanReynold Xin2014-01-094-55/+68
|\ \
| * | Minor update on SparkContext.broadcast's JavaDoc.Reynold Xin2014-01-091-2/+2
| * | Minor style cleanup. Mostly on indenting & line width changes.Reynold Xin2014-01-084-54/+67
* | | Merge pull request #368 from pwendell/sbt-fixReynold Xin2014-01-091-31/+20
|\ \ \ | |_|/ |/| |
| * | Small typo fixPatrick Wendell2014-01-091-1/+1
| * | Don't delegate to users `sbt`.Patrick Wendell2014-01-081-31/+20
| |/
* | Merge pull request #364 from pwendell/fixPatrick Wendell2014-01-082-2/+2
|\ \ | |/ |/|
| * Fixing config option "retained_stages" => "retainedStages".Patrick Wendell2014-01-082-2/+2
|/
* Merge pull request #360 from witgo/masterReynold Xin2014-01-081-1/+1
|\
| * fix make-distribution.sh show version: command not foundliguoqiang2014-01-091-1/+1
* | Merge pull request #357 from hsaputra/set_boolean_paramnameReynold Xin2014-01-082-3/+4
|\ \
| * | Resolve PR review over 100 charsHenry Saputra2014-01-081-1/+2
| * | Set boolean param name for two files call to SparkHadoopMapReduceUtil.newTask...Henry Saputra2014-01-072-3/+3
* | | Merge pull request #358 from pwendell/add-cdhPatrick Wendell2014-01-081-0/+5
|\ \ \
| * | | Add CDH Repository to Maven BuildPatrick Wendell2014-01-081-0/+5
* | | | Merge pull request #356 from hsaputra/remove_deprecated_cleanup_methodReynold Xin2014-01-082-6/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Remove calls to deprecated mapred's OutputCommitter.cleanupJob because since ...Henry Saputra2014-01-072-6/+0
* | | | 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
|\ \ \ \ \ \ \ \ \ \ \