aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* under_scores --> camelCase for config optionsPatrick Wendell2013-08-011-1/+1
* Small style fixPatrick Wendell2013-08-011-2/+1
* Adding application-level metrics.Patrick Wendell2013-08-014-6/+51
* Merge pull request #695 from xiajunluan/pool_uiPatrick Wendell2013-08-0122-262/+607
|\
| * fix bug of spark "SubmitStage" listener as unit test errorAndrew xia2013-08-011-3/+7
| * change function name "setName" to "setProperties" as "setName" is also member...Andrew xia2013-08-011-4/+7
| * Merge branch 'master' into Pool_UIAndrew xia2013-07-31322-963/+7453
| |\
| * | refactor codes less than 100 character per lineAndrew xia2013-07-309-24/+39
| * | refactor job ui with pool informationAndrew xia2013-07-3017-136/+116
| * | Enhance job ui in spark ui system with adding pool informationAndrew xia2013-07-1220-199/+530
* | | Merge pull request #760 from karenfeng/heading-updateMatei Zaharia2013-08-011-3/+2
|\ \ \
| * | | Reduced size of headingKaren Feng2013-07-311-2/+2
| * | | Removed master URL from job UI, reduced heading size of basic spark pagesKaren Feng2013-07-311-3/+2
| | |/ | |/|
* | | Removing extra importsPatrick Wendell2013-08-011-4/+0
* | | Merge branch 'master' into master-jsonPatrick Wendell2013-08-0153-576/+865
|\ \ \
| * \ \ Merge remote-tracking branch 'dlyubimov/SPARK-827'Matei Zaharia2013-07-311-1/+1
| |\ \ \
| | * | | changes per comments.Dmitriy Lyubimov2013-07-271-1/+1
| | * | | styleDmitriy Lyubimov2013-07-261-1/+1
| | * | | Maximum task failures configurableDmitriy Lyubimov2013-07-261-1/+1
| * | | | Merge pull request #757 from BlackNiuza/result_task_generationMatei Zaharia2013-07-311-0/+2
| |\ \ \ \
| | * | | | write and read generation in ResultTaskBlackNiuza2013-08-011-0/+2
| * | | | | Merge pull request #749 from benh/spark-executor-uriMatei Zaharia2013-07-312-12/+32
| |\ \ \ \ \
| | * | | | | Used 'uri.split('/').last' instead of 'new File(uri).getName()'.Benjamin Hindman2013-07-312-2/+2
| | * | | | | Added property 'spark.executor.uri' for launching on Mesos withoutBenjamin Hindman2013-07-292-12/+32
| * | | | | | Merge pull request #754 from rxin/compressionMatei Zaharia2013-07-317-38/+180
| |\ \ \ \ \ \
| | * | | | | | Changed other LZF uses to use the compression codec interface.Reynold Xin2013-07-312-29/+22
| | * | | | | | Renamed compressionOutputStream and compressionInputStream to compressedOutpu...Reynold Xin2013-07-303-10/+10
| | * | | | | | Updated the configuration option for Snappy block size to be consistent with ...Reynold Xin2013-07-301-1/+1
| | * | | | | | Added Snappy dependency to Maven build files.Reynold Xin2013-07-301-0/+4
| | * | | | | | Added unit test for compression codecs.Reynold Xin2013-07-301-0/+62
| | * | | | | | CompressionCodec cleanup. Moved it to spark.io package.Reynold Xin2013-07-306-70/+91
| | * | | | | | Merge branch 'lazy_file_open' of github.com:lyogavin/spark into compressionReynold Xin2013-07-305-3/+65
| | |\ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | | * | | | | fix dependenciesGavin Li2013-07-031-1/+1
| | | * | | | | add compression codec trait and snappy compressionGavin Li2013-07-035-3/+65
| * | | | | | | Refactored Vector.apply(length, initializer) replacing excessive code with li...Roman Tkalenko2013-07-311-4/+1
| * | | | | | | Simplified nonNegativeMod to match previous versionMatei Zaharia2013-07-311-2/+2
| * | | | | | | Merge pull request #751 from cdshines/masterMatei Zaharia2013-07-313-31/+17
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | Eliminated code duplication, refactored to pattern-matching style Partitioner...cdshines2013-07-313-31/+17
| | | |_|/ / / | | |/| | | |
| * | | | | | Add Apache license header to metrics systemjerryshao2013-07-318-0/+136
| | |/ / / / | |/| | | |
| * | | | | Merge pull request #744 from karenfeng/bootstrap-updatePatrick Wendell2013-07-302-13/+14
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Fixed wrap styleKaren Feng2013-07-301-2/+2
| | * | | | Fixed style, lowered height of progress barsKaren Feng2013-07-301-1/+1
| | * | | | Removed intermediate set for activeTasks, removed progress bar marginKaren Feng2013-07-302-2/+3
| | * | | | Fixed continuity of executorToTasksActive, changed color of progress barsKaren Feng2013-07-292-3/+6
| | * | | | Merge branch 'master' of https://github.com/mesos/spark into bootstrap-updateKaren Feng2013-07-294-49/+121
| | |\ \ \ \
| | * | | | | Added started tasks to progress barKaren Feng2013-07-291-3/+6
| | * | | | | Merge branch 'master' of https://github.com/mesos/spark into bootstrap-updateKaren Feng2013-07-292-4/+5
| | |\ \ \ \ \
| | * | | | | | Use Bootstrap progress bars in web UIKaren Feng2013-07-291-10/+5
| * | | | | | | Use File.pathSeparator instead of hardcoding ':'.Josh Rosen2013-07-291-2/+2
| * | | | | | | Do not inherit master's PYTHONPATH on workers.Josh Rosen2013-07-291-0/+2