From 51b3d41e160a1326a04536241b427e65b39ed8df Mon Sep 17 00:00:00 2001 From: Reynold Xin Date: Tue, 5 May 2015 19:27:30 -0700 Subject: Revert "[SPARK-3454] separate json endpoints for data in the UI" This reverts commit d49735800db27239c11478aac4b0f2ec9df91a3f. The commit broke Spark on Windows. --- .../stages/20/0/taskSummary/json_expectation | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 core/src/test/resources/HistoryServerExpectations/applications/local-1427397477963/stages/20/0/taskSummary/json_expectation (limited to 'core/src/test/resources/HistoryServerExpectations/applications/local-1427397477963/stages/20/0/taskSummary/json_expectation') diff --git a/core/src/test/resources/HistoryServerExpectations/applications/local-1427397477963/stages/20/0/taskSummary/json_expectation b/core/src/test/resources/HistoryServerExpectations/applications/local-1427397477963/stages/20/0/taskSummary/json_expectation deleted file mode 100644 index 46f32c19ab..0000000000 --- a/core/src/test/resources/HistoryServerExpectations/applications/local-1427397477963/stages/20/0/taskSummary/json_expectation +++ /dev/null @@ -1,15 +0,0 @@ -{ - "quantiles" : [ 0.05, 0.25, 0.5, 0.75, 0.95 ], - "executorDeserializeTime" : [ 0.0, 0.0, 0.0, 1.0, 3.0 ], - "executorRunTime" : [ 6.0, 6.0, 7.0, 10.0, 48.0 ], - "resultSize" : [ 930.0, 930.0, 930.0, 930.0, 930.0 ], - "jvmGcTime" : [ 0.0, 0.0, 0.0, 0.0, 7.0 ], - "resultSerializationTime" : [ 0.0, 0.0, 0.0, 0.0, 0.0 ], - "memoryBytesSpilled" : [ 0.0, 0.0, 0.0, 0.0, 0.0 ], - "diskBytesSpilled" : [ 0.0, 0.0, 0.0, 0.0, 0.0 ], - "shuffleWriteMetrics" : { - "writeBytes" : [ 9598.0, 9599.0, 9600.0, 9601.0, 9603.0 ], - "writeRecords" : [ 100.0, 100.0, 100.0, 100.0, 100.0 ], - "writeTime" : [ 278805.0, 308809.0, 327953.0, 367487.0, 944783.0 ] - } -} \ No newline at end of file -- cgit v1.2.3