aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/resources/HistoryServerExpectations/executor_list_json_expectation.json
blob: efc865919b0d7d438e56a3d41dc7a8ecc57c8d2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[ {
  "id" : "<driver>",
  "hostPort" : "localhost:57971",
  "isActive" : true,
  "rddBlocks" : 0,
  "memoryUsed" : 0,
  "diskUsed" : 0,
  "totalCores" : 0,
  "maxTasks" : 0,
  "activeTasks" : 0,
  "failedTasks" : 1,
  "completedTasks" : 31,
  "totalTasks" : 32,
  "totalDuration" : 8820,
  "totalGCTime" : 352,
  "totalInputBytes" : 28000288,
  "totalShuffleRead" : 0,
  "totalShuffleWrite" : 13180,
  "maxMemory" : 278302556,
  "executorLogs" : { }
} ]