aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge pull request #834 from Daemoen/master"Reynold Xin2013-08-151-2/+1
* Merge pull request #834 from Daemoen/masterReynold Xin2013-08-151-1/+2
|\
| * Updated json output to allow for display of worker stateDaemoen2013-08-151-1/+2
* | Merge pull request #836 from pwendell/renamePatrick Wendell2013-08-1519-64/+64
|\ \
| * | Rename `memoryBytesToString` and `memoryMegabytesToString`Patrick Wendell2013-08-1519-64/+64
* | | More minor UI changes including code review feedback.Reynold Xin2013-08-156-16/+39
* | | Various UI improvements.Reynold Xin2013-08-1412-88/+83
| |/ |/|
* | Renamed setCurrentJobDescription to setJobDescription.Reynold Xin2013-08-141-1/+1
* | A few small scheduler / job description changes.Reynold Xin2013-08-144-70/+74
|/
* Merge pull request #822 from pwendell/ui-featuresMatei Zaharia2013-08-146-27/+54
|\
| * Style cleanup based on Matei feedbackPatrick Wendell2013-08-143-5/+4
| * Small style clean-upPatrick Wendell2013-08-132-2/+2
| * Correcting terminology in RDD pagePatrick Wendell2013-08-131-1/+1
| * Correct sorting order for stagesPatrick Wendell2013-08-132-10/+6
| * Capturing GC detials in TaskMetricsPatrick Wendell2013-08-134-10/+37
| * Bug fix for display of shuffle read/write metrics.Patrick Wendell2013-08-131-6/+11
* | Fixed 2 bugs in executor UI.Kay Ousterhout2013-08-131-12/+10
* | Merge pull request #821 from pwendell/print-launch-commandMatei Zaharia2013-08-131-1/+1
|\ \
| * | Print run command to stderr rather than stdoutPatrick Wendell2013-08-131-1/+1
* | | Reuse the set of failed states rather than creating a new object each timeKay Ousterhout2013-08-131-1/+3
* | | Properly account for killed tasks.Kay Ousterhout2013-08-131-1/+1
| |/ |/|
* | Slight change to pr-784Patrick Wendell2013-08-135-9/+10
* | Merge pull request #784 from jerryshao/dev-metrics-servletPatrick Wendell2013-08-1314-35/+157
|\ \
| * | MetricsServlet code refactor according to commentsjerryshao2013-08-1211-43/+35
| * | Add MetricsServlet for Spark metrics systemjerryshao2013-08-1212-28/+158
* | | Merge pull request #807 from JoshRosen/guava-optionalMatei Zaharia2013-08-125-17/+87
|\ \ \ | |/ / |/| |
| * | Fix import organization.Josh Rosen2013-08-121-2/+1
| * | Change scala.Option to Guava Optional in Java APIs.Josh Rosen2013-08-115-17/+88
* | | Merge pull request #808 from pwendell/ui_compressed_bytesReynold Xin2013-08-111-1/+2
|\ \ \
| * | | Report compressed bytes read when calculating TaskMetricsPatrick Wendell2013-08-111-1/+2
* | | | Merge pull request #805 from woggle/hadoop-rdd-jobconfMatei Zaharia2013-08-111-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Use new Configuration() instead of new JobConf() for ObjectWritable.Charles Reiss2013-08-101-2/+2
* | | | Merge pull request #795 from mridulm/masterMatei Zaharia2013-08-102-7/+42
|\ \ \ \
| * | | | Change line sizeMridul Muralidharan2013-08-081-5/+9
| * | | | Attempt to fix bug reported in PR 791 : a race condition in ConnectionManager...Mridul Muralidharan2013-08-082-7/+38
* | | | | Merge remote-tracking branch 'origin/pr/792'Matei Zaharia2013-08-1010-259/+279
|\ \ \ \ \
| * | | | | Shortened names, as per Matei's suggestionKay Ousterhout2013-08-102-14/+13
| * | | | | Only print event queue full error message onceKay Ousterhout2013-08-091-1/+3
| * | | | | Style fix: removing unnecessary return typeKay Ousterhout2013-08-091-6/+6
| * | | | | Style fixes based on code reviewKay Ousterhout2013-08-093-132/+110
| * | | | | Refactored SparkListener to process all events asynchronously.Kay Ousterhout2013-08-099-165/+196
| * | | | | Fixed 3 bugs that caused UI to crash (including SPARK-810).Kay Ousterhout2013-08-072-169/+191
| |/ / / /
* | | | | Merge pull request #785 from anfeng/masterPatrick Wendell2013-08-101-0/+25
|\ \ \ \ \
| * | | | | reformat registerFileSystemStat()anfeng2013-08-061-1/+3
| * | | | | expose HDFS file system stats via Executor metricsanfeng2013-08-061-0/+23
* | | | | | Merge pull request #786 from shivaram/mllib-javaMatei Zaharia2013-08-091-0/+5
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Java examples, tests for KMeans and ALSShivaram Venkataraman2013-08-061-0/+5
| |/ / / /
* | | | | Merge pull request #799 from woggle/sync-fixMatei Zaharia2013-08-091-9/+7
|\ \ \ \ \
| * | | | | Remove extra synchronization in ResultTaskCharles Reiss2013-08-091-9/+7
| | |_|/ / | |/| | |
* | | | | Merge pull request #775 from pwendell/print-launch-commandPatrick Wendell2013-08-091-3/+13
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |