aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/scala/org/apache/spark/util/JsonProtocolSuite.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix SPARK-4471: blockManagerIdFromJson function throws exception while B...hushan[胡珊]2014-11-251-3/+12
* [SPARK-4145] Web UI job pagesJosh Rosen2014-11-241-2/+274
* SPARK-3179. Add task OutputMetrics.Sandy Ryza2014-11-091-12/+112
* [SPARK-4204][Core][WebUI] Change Utils.exceptionString to contain the inner e...zsxwing2014-11-061-1/+9
* [SPARK-4166][Core] Add a backward compatibility test for ExecutorLostFailurezsxwing2014-11-051-0/+9
* [SPARK-4163][Core] Add a backward compatibility test for FetchFailedzsxwing2014-11-051-0/+11
* [SPARK-4163][Core][WebUI] Send the fetch failure message back to Web UIzsxwing2014-11-021-1/+3
* [SPARK-4166][Core][WebUI] Display the executor ID in the Web UI when Executor...zsxwing2014-11-021-2/+3
* SPARK-3574. Shuffle finish time always reported as -1Sandy Ryza2014-09-201-3/+0
* [SPARK-3388] Expose aplication ID in ApplicationStart event, use it in histor...Marcelo Vanzin2014-09-031-1/+8
* [SPARK-2845] Add timestamps to block manager events.Marcelo Vanzin2014-09-031-4/+33
* [SPARK-3281] Remove Netty specific code in BlockManager / shuffleReynold Xin2014-08-281-9/+6
* [SPARK-2298] Encode stage attempt in SparkListener & UI.Reynold Xin2014-08-201-103/+373
* SPARK-2565. Update ShuffleReadMetrics as blocks are fetchedSandy Ryza2014-08-071-1/+1
* SPARK-2380: Support displaying accumulator values in the web UIPatrick Wendell2014-08-051-12/+50
* SPARK-2564. ShuffleReadMetrics.totalBlocksRead is redundantSandy Ryza2014-07-201-3/+0
* [SPARK-2571] Correctly report shuffle read metrics.Kay Ousterhout2014-07-181-1/+1
* [SPARK-2185] Emit warning when task size exceeds a threshold.Kay Ousterhout2014-07-011-11/+7
* [SPARK-1683] Track task read metrics.Kay Ousterhout2014-06-291-14/+88
* [SPARK-2297][UI] Make task attempt and speculation more explicit in UI.Reynold Xin2014-06-261-31/+57
* Fix broken Json tests.Kay Ousterhout2014-06-241-12/+11
* SPARK-2035: Store call stack for stages, display it on the UI.Daniel Darabos2014-06-171-1/+13
* [Spark-1538] Fix SparkUI incorrectly hiding persisted RDDsAndrew Or2014-04-221-2/+6
* [SPARK-1386] Web UI for Spark StreamingTathagata Das2014-04-111-2/+2
* [SPARK-1276] Add a HistoryServer to render persisted UIAndrew Or2014-04-101-2/+22
* [SPARK-1397] Notify SparkListeners when stages fail or are cancelled.Kay Ousterhout2014-04-081-2/+1
* [SPARK-1103] Automatic garbage collection of RDD, shuffle and broadcast dataTathagata Das2014-04-071-3/+2
* SPARK-1305: Support persisting RDD's directly to TachyonHaoyuan Li2014-04-041-10/+10
* [SPARK-1385] Use existing code for JSON de/serialization of BlockIdAndrew Or2014-04-021-71/+70
* [SPARK-1132] Persisting Web UI through refactoring the SparkListener interfaceAndrew Or2014-03-191-0/+559