aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'apache/master' into driver-testTathagata Das2014-01-1037-105/+205
|\
| * Merge pull request #371 from tgravescs/yarn_client_addjar_misc_fixesThomas Graves2014-01-108-51/+105
| |\
| | * Update based on review commentsThomas Graves2014-01-094-27/+23
| | * add application typeThomas Graves2014-01-091-0/+1
| | * yarn-client addJar fix and misc otherThomas Graves2014-01-095-37/+94
| * | Merge pull request #384 from pwendell/debug-logsPatrick Wendell2014-01-103-4/+8
| |\ \
| | * | Make DEBUG-level logs consummable.Patrick Wendell2014-01-103-4/+8
| * | | Merge pull request #375 from mateiz/option-fixMatei Zaharia2014-01-091-2/+2
| |\ \ \
| | * | | Fix bug added when we changed AppDescription.maxCores to an OptionMatei Zaharia2014-01-091-2/+2
| * | | | Merge pull request #378 from pwendell/consolidate_onPatrick Wendell2014-01-092-2/+2
| |\ \ \ \
| | * | | | Enable shuffle consolidation by default.Patrick Wendell2014-01-092-2/+2
| | | |/ / | | |/| |
| * | | | Merge pull request #363 from pwendell/streaming-logsPatrick Wendell2014-01-0921-35/+81
| |\ \ \ \
| | * | | | Minor clean-upPatrick Wendell2014-01-091-1/+1
| | * | | | Set default logging to WARN for Spark streaming examples.Patrick Wendell2014-01-0921-34/+80
| * | | | | Merge pull request #353 from pwendell/ipython-simplifyPatrick Wendell2014-01-092-8/+4
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Small fix suggested by joshPatrick Wendell2014-01-091-0/+1
| | * | | | Simplify and fix pyspark script.Patrick Wendell2014-01-072-9/+4
* | | | | | Modified streaming.FailureSuite tests to test StreamingContext.getOrCreate.Tathagata Das2014-01-101-21/+34
* | | | | | Updated docs based on Patrick's comments in PR 383.Tathagata Das2014-01-105-25/+58
* | | | | | Merge branch 'driver-test' of github.com:tdas/incubator-spark into driver-testTathagata Das2014-01-102-55/+96
|\ \ \ \ \ \
| * | | | | | Removed spark.hostPort and other setting from SparkConf before saving to chec...Tathagata Das2014-01-101-18/+6
| * | | | | | Merge branch 'driver-test' of github.com:tdas/incubator-spark into driver-testTathagata Das2014-01-1055-186/+282
| |\ \ \ \ \ \
| * | | | | | | Refactored graph checkpoint file reading and writing code to make it cleaner ...Tathagata Das2014-01-102-49/+102
* | | | | | | | Fixed conf/slaves and updated docs.Tathagata Das2014-01-104-9/+23
| |/ / / / / / |/| | | | | |
* | | | | | | Merge remote-tracking branch 'apache/master' into driver-testTathagata Das2014-01-0955-186/+282
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /
| * | | | | Merge pull request #374 from mateiz/completenessReynold Xin2014-01-096-6/+90
| |\ \ \ \ \
| | * | | | | Add some missing Java API methodsMatei Zaharia2014-01-096-6/+90
| | | |_|/ / | | |/| | |
| * | | | | Merge pull request #294 from RongGu/masterReynold Xin2014-01-091-1/+6
| |\ \ \ \ \
| | * \ \ \ \ Merge remote branch 'upstream/master'walker2014-01-09128-1060/+2943
| | |\ \ \ \ \
| | * | | | | | add inline commentswalker2014-01-071-1/+1
| | * | | | | | add inline commentswalker2014-01-071-0/+4
| | * | | | | | Merge remote branch 'upstream/master'walker2014-01-07343-5155/+6663
| | |\ \ \ \ \ \
| | * | | | | | | Bug fixes for updating the RDD block's memory and disk usage informationwalker2013-12-251-1/+2
| * | | | | | | | Merge pull request #293 from pwendell/standalone-driverPatrick Wendell2014-01-0934-153/+1568
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | Merge pull request #372 from pwendell/log4j-fix-1Patrick Wendell2014-01-092-0/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Send logs to stderr by default (instead of stdout).Patrick Wendell2014-01-092-0/+2
| | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | 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