aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/resources/HistoryServerExpectations/applications/local-1422981780767/executors/json_expectation
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2015-05-05 19:27:30 -0700
committerReynold Xin <rxin@databricks.com>2015-05-05 19:27:30 -0700
commit51b3d41e160a1326a04536241b427e65b39ed8df (patch)
treeb65623a33e4da5aaab1425bb7a420dbe060f037f /core/src/test/resources/HistoryServerExpectations/applications/local-1422981780767/executors/json_expectation
parent1fd31ba08928f8554f74609f48f4344bd69444e5 (diff)
downloadspark-51b3d41e160a1326a04536241b427e65b39ed8df.tar.gz
spark-51b3d41e160a1326a04536241b427e65b39ed8df.tar.bz2
spark-51b3d41e160a1326a04536241b427e65b39ed8df.zip
Revert "[SPARK-3454] separate json endpoints for data in the UI"
This reverts commit d49735800db27239c11478aac4b0f2ec9df91a3f. The commit broke Spark on Windows.
Diffstat (limited to 'core/src/test/resources/HistoryServerExpectations/applications/local-1422981780767/executors/json_expectation')
-rw-r--r--core/src/test/resources/HistoryServerExpectations/applications/local-1422981780767/executors/json_expectation17
1 files changed, 0 insertions, 17 deletions
diff --git a/core/src/test/resources/HistoryServerExpectations/applications/local-1422981780767/executors/json_expectation b/core/src/test/resources/HistoryServerExpectations/applications/local-1422981780767/executors/json_expectation
deleted file mode 100644
index cb622e1472..0000000000
--- a/core/src/test/resources/HistoryServerExpectations/applications/local-1422981780767/executors/json_expectation
+++ /dev/null
@@ -1,17 +0,0 @@
-[ {
- "id" : "<driver>",
- "hostPort" : "localhost:57971",
- "rddBlocks" : 8,
- "memoryUsed" : 28000128,
- "diskUsed" : 0,
- "activeTasks" : 0,
- "failedTasks" : 1,
- "completedTasks" : 31,
- "totalTasks" : 32,
- "totalDuration" : 8820,
- "totalInputBytes" : 28000288,
- "totalShuffleRead" : 0,
- "totalShuffleWrite" : 13180,
- "maxMemory" : 278302556,
- "executorLogs" : { }
-} ] \ No newline at end of file