aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Fix UI bug introduced in #244.Patrick Wendell2014-01-111-1/+1
* Merge pull request #371 from tgravescs/yarn_client_addjar_misc_fixesThomas Graves2014-01-101-4/+4
|\
| * yarn-client addJar fix and misc otherThomas Graves2014-01-091-4/+4
* | Merge pull request #384 from pwendell/debug-logsPatrick Wendell2014-01-102-3/+5
|\ \
| * | Make DEBUG-level logs consummable.Patrick Wendell2014-01-102-3/+5
* | | 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
* | | | Enable shuffle consolidation by default.Patrick Wendell2014-01-091-1/+1
| |/ / |/| |
* | | 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-0925-104/+119
| |\ \ \
| * | | | add inline commentswalker2014-01-071-1/+1
| * | | | add inline commentswalker2014-01-071-0/+4
| * | | | Merge remote branch 'upstream/master'walker2014-01-07140-2742/+3418
| |\ \ \ \
| * | | | | 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-0930-148/+1471
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Some usability improvementsPatrick Wendell2014-01-093-25/+62
| * | | | | Adding polling to driver submission client.Patrick Wendell2014-01-086-68/+132
| * | | | | Adding mockito to maven buildPatrick Wendell2014-01-081-0/+5
| * | | | | Merge remote-tracking branch 'apache-github/master' into standalone-driverPatrick Wendell2014-01-0825-103/+118
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Show more helpful information in UIPatrick Wendell2014-01-084-9/+18
| * | | | | FixesPatrick Wendell2014-01-082-2/+2
| * | | | | Rename to ClientPatrick Wendell2014-01-072-8/+5
| * | | | | Adding --verbose option to DriverClientPatrick Wendell2014-01-072-4/+22
| * | | | | Adding unit tests and some refactoring to promote testability.Patrick Wendell2014-01-078-35/+251
| * | | | | Fixes after mergePatrick Wendell2014-01-063-6/+8
| * | | | | Merge remote-tracking branch 'apache-github/master' into standalone-driverPatrick Wendell2014-01-06123-1234/+2220
| |\ \ \ \ \
| * | | | | | Changes based on review feedback.Patrick Wendell2014-01-067-22/+34
| * | | | | | Respect supervise option at MasterPatrick Wendell2013-12-291-3/+15
| * | | | | | Slight change to retry logicPatrick Wendell2013-12-291-2/+3
| * | | | | | TODO clean-upPatrick Wendell2013-12-295-6/+6
| * | | | | | Adding driver ID to submission responsePatrick Wendell2013-12-292-2/+2
| * | | | | | Documentation and adding supervise optionPatrick Wendell2013-12-294-13/+18
| * | | | | | Changes to allow fate sharing of drivers/executors and workers.Patrick Wendell2013-12-2917-133/+239
| * | | | | | Some notes and TODO about dependenciesPatrick Wendell2013-12-271-1/+7
| * | | | | | Intermediate clean-up of tests to appease jenkinsPatrick Wendell2013-12-261-10/+25
| * | | | | | Minor fixesPatrick Wendell2013-12-263-20/+25
| * | | | | | Addressing smaller changes from Aaron's reviewPatrick Wendell2013-12-267-27/+31
| * | | | | | Merge pull request #1 from aarondav/driverPatrick Wendell2013-12-261-62/+31
| |\ \ \ \ \ \
| | * | | | | | Refactor DriverClient to be more Actor-basedAaron Davidson2013-12-251-62/+31
| * | | | | | | Removing accidental filePatrick Wendell2013-12-262-10/+1
| * | | | | | | Updated approach to driver restartingPatrick Wendell2013-12-262-23/+30
| |/ / / / / /
| * | | | | | Removing un-used variablePatrick Wendell2013-12-251-2/+0
| * | | | | | Small fix from rebasePatrick Wendell2013-12-251-1/+1
| * | | | | | Minor bug fixPatrick Wendell2013-12-252-1/+6
| * | | | | | Minor style clean-upPatrick Wendell2013-12-255-18/+16
| * | | | | | Import clean-up (yay Aaron)Patrick Wendell2013-12-2510-38/+33
| * | | | | | Adding scheduling and reporting based on coresPatrick Wendell2013-12-256-8/+14
| * | | | | | Adding better option parsingPatrick Wendell2013-12-259-42/+142