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. --- .../json_expectation | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 core/src/test/resources/HistoryServerExpectations/applications?maxDate=2015-02-03T10:42:40.000CST/json_expectation (limited to 'core/src/test/resources/HistoryServerExpectations/applications?maxDate=2015-02-03T10:42:40.000CST/json_expectation') diff --git a/core/src/test/resources/HistoryServerExpectations/applications?maxDate=2015-02-03T10:42:40.000CST/json_expectation b/core/src/test/resources/HistoryServerExpectations/applications?maxDate=2015-02-03T10:42:40.000CST/json_expectation deleted file mode 100644 index 483632a395..0000000000 --- a/core/src/test/resources/HistoryServerExpectations/applications?maxDate=2015-02-03T10:42:40.000CST/json_expectation +++ /dev/null @@ -1,10 +0,0 @@ -[ { - "id" : "local-1422981759269", - "name" : "Spark shell", - "attempts" : [ { - "startTime" : "2015-02-03T16:42:38.277GMT", - "endTime" : "2015-02-03T16:42:46.912GMT", - "sparkUser" : "irashid", - "completed" : true - } ] -} ] \ No newline at end of file -- cgit v1.2.3