aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/spark/deploy/worker/ui/WorkerWebUI.scala
Commit message (Expand)AuthorAgeFilesLines
* Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-011-190/+0
* Print output from spark-daemon only when it fails to launchMatei Zaharia2013-08-311-1/+0
* Rename `memoryBytesToString` and `memoryMegabytesToString`Patrick Wendell2013-08-151-2/+2
* Slight change to pr-784Patrick Wendell2013-08-131-1/+1
* MetricsServlet code refactor according to commentsjerryshao2013-08-121-2/+3
* Add MetricsServlet for Spark metrics systemjerryshao2013-08-121-1/+1
* Inserted needed line break for log pagingKaren Feng2013-08-011-0/+1
* Removed line breaksKaren Feng2013-08-011-1/+0
* Changed bootstrap colors, fixed logpaging buttonsKaren Feng2013-07-311-6/+14
* Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-161-0/+17
* 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-111-5/+7
* 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-111-9/+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-111-24/+21
* 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-111-15/+22
* 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-101-3/+3
* Fixed docstring of offsetBytes to match params and wrapped for 100+ character...Karen Feng2013-07-101-1/+2
* Fixed for nonexistent bytes, added unit tests, changed stdout-page to stdoutKaren Feng2013-07-101-6/+12
* Allows for larger files, refactors lastNBytes, removes old Log column, fixes ...Karen Feng2013-07-101-5/+2
* Fixes style, makes "std__-page" consistent, reads only parts of filesKaren Feng2013-07-091-29/+25
* Clean commit of log pagingKaren Feng2013-07-091-0/+61
* Adding truncation for log filesPatrick Wendell2013-07-021-7/+9
* Moving static ui packagePatrick Wendell2013-06-261-1/+1
* Making all new classes package privatePatrick Wendell2013-06-261-1/+1
* Allowing for requested port on constructionPatrick Wendell2013-06-241-5/+9
* A few bug fixes and a unit testPatrick Wendell2013-06-241-2/+8
* Style cleanupPatrick Wendell2013-06-221-0/+64