aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Fixed formatting As per review comments on #709Prashant Sharma2013-07-171-1/+1
* Fixed warning for type erasurePrashant Sharma2013-07-161-1/+1
* Fixed warning enumerationsPrashant Sharma2013-07-162-4/+4
* Fixed warning erasure -> runtimeClassPrashant Sharma2013-07-161-1/+1
* Fixed warning ThrowablesPrashant Sharma2013-07-162-3/+3
* Fixed warning ClassManifest -> ClassTagPrashant Sharma2013-07-166-12/+16
* Changed to master version of the test, messed up during merge.Prashant Sharma2013-07-151-48/+0
* Fixed compilation issues as Map is by default immutable.Map in scala-2.10Prashant Sharma2013-07-151-0/+2
* Merge branch 'master' of github.com:mesos/spark into scala-2.10Prashant Sharma2013-07-1523-69/+391
|\
| * Add an option to disable reference tracking in KryoMatei Zaharia2013-07-151-0/+4
| * Merge pull request #689 from BlackNiuza/application_statusMatei Zaharia2013-07-141-18/+40
| |\
| | * add spaces before curly braces and after for if conditionsBlackNiuza2013-07-141-8/+8
| | * set SUCCEEDED for all master in shutdown hookBlackNiuza2013-07-101-4/+4
| | * according to mridulm's comments to adjust the codeBlackNiuza2013-07-091-12/+19
| | * Bug fix: SPARK-796BlackNiuza2013-07-091-17/+32
| * | Merge pull request #699 from pwendell/ui-envMatei Zaharia2013-07-144-5/+78
| |\ \
| | * | Responding to Matei's reviewPatrick Wendell2013-07-141-5/+16
| | * | Add `Environment` tab to SparkUI.Patrick Wendell2013-07-134-5/+67
| * | | Cosmetic fixes to web UIMatei Zaharia2013-07-142-6/+6
| * | | Determine Spark core classes better in getCallSiteMatei Zaharia2013-07-141-1/+8
| * | | Fixed a delay scheduling bug in the YARN branch, found by Patrickroot2013-07-141-5/+5
| * | | Merge pull request #697 from pwendell/block-locationsMatei Zaharia2013-07-122-6/+22
| |\ \ \
| | * | | Minor style fixPatrick Wendell2013-07-121-2/+2
| | * | | Show block locations in Web UI.Patrick Wendell2013-07-122-6/+22
| * | | | Merge pull request #691 from karenfeng/logpagingMatei Zaharia2013-07-128-72/+162
| |\ \ \ \
| | * | | | Removed unit test of nonexistent function Utils.lastNBytesKaren Feng2013-07-121-27/+0
| | * | | | Remove "Bytes" in lieu of String notationKaren Feng2013-07-111-6/+4
| | * | | | Replace default buffer value to 100 GB, changed buttons to use String notatio...Karen Feng2013-07-113-9/+11
| | * | | | Fixed links for "Back to Master"Karen Feng2013-07-111-1/+1
| | * | | | Removed logPageLength from logPageKaren Feng2013-07-111-1/+0
| | * | | | Replaced logPageLength with byteLength to prevent buffer shrink bugKaren Feng2013-07-111-11/+12
| | * | | | Clarified start and end byte variable namesKaren Feng2013-07-111-20/+16
| | * | | | getByteRange moved to WorkerWebUI, takes converted parameters, returns only s...Karen Feng2013-07-112-32/+34
| | * | | | Removed redundant calls to request by logPageKaren Feng2013-07-111-2/+1
| | * | | | Created getByteRange function for logs and log pages, removed lastNBytes func...Karen Feng2013-07-112-31/+44
| | * | | | Scrollbar on log pages appear automaticallyKaren Feng2013-07-111-1/+1
| | * | | | Fixed capitalization of log pageKaren Feng2013-07-111-1/+1
| | * | | | Added byte range, page title with log name, previous/next bytes buttons, init...Karen Feng2013-07-114-22/+30
| | * | | | Added byte range on log pagesKaren Feng2013-07-101-3/+7
| | * | | | Changed buffer to 10,000 bytes, created scrollbar for fixed-height logKaren Feng2013-07-103-7/+7
| | * | | | Fixed mixup of start/end, moved more import filesKaren Feng2013-07-103-9/+8
| | * | | | Moved appropriate import files from UISuite to UtilsSuiteKaren Feng2013-07-102-5/+4
| | * | | | Moved unit tests for Utils from UISuite to UtilsSuiteKaren Feng2013-07-102-71/+71
| | * | | | Fixed docstring of offsetBytes to match params and wrapped for 100+ character...Karen Feng2013-07-102-2/+3
| | * | | | Made some minor style changesKaren Feng2013-07-102-9/+8
| | * | | | Fixed for nonexistent bytes, added unit tests, changed stdout-page to stdoutKaren Feng2013-07-105-10/+46
| | * | | | Allows for larger files, refactors lastNBytes, removes old Log column, fixes ...Karen Feng2013-07-104-37/+15
| | * | | | Fixes style, makes "std__-page" consistent, reads only parts of filesKaren Feng2013-07-094-35/+45
| | * | | | Clean commit of log pagingKaren Feng2013-07-093-2/+75
| * | | | | Merge pull request #696 from woggle/executor-envMatei Zaharia2013-07-122-4/+12
| |\ \ \ \ \