aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/resources/HistoryServerExpectations/stage_task_summary_w_shuffle_write_expectation.json
blob: 6ac7811ce691b06be3eea22716b1f413f067ad44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "quantiles" : [ 0.05, 0.25, 0.5, 0.75, 0.95 ],
  "executorDeserializeTime" : [ 2.0, 2.0, 3.0, 7.0, 31.0 ],
  "executorRunTime" : [ 16.0, 18.0, 28.0, 49.0, 349.0 ],
  "resultSize" : [ 2010.0, 2065.0, 2065.0, 2065.0, 2065.0 ],
  "jvmGcTime" : [ 0.0, 0.0, 0.0, 5.0, 7.0 ],
  "resultSerializationTime" : [ 0.0, 0.0, 0.0, 0.0, 1.0 ],
  "memoryBytesSpilled" : [ 0.0, 0.0, 0.0, 0.0, 0.0 ],
  "diskBytesSpilled" : [ 0.0, 0.0, 0.0, 0.0, 0.0 ],
  "inputMetrics" : {
    "bytesRead" : [ 60488.0, 70564.0, 70564.0, 70564.0, 70564.0 ],
    "recordsRead" : [ 10000.0, 10000.0, 10000.0, 10000.0, 10000.0 ]
  },
  "shuffleWriteMetrics" : {
    "writeBytes" : [ 1710.0, 1710.0, 1710.0, 1710.0, 1710.0 ],
    "writeRecords" : [ 10.0, 10.0, 10.0, 10.0, 10.0 ],
    "writeTime" : [ 90329.0, 95848.0, 102159.0, 121551.0, 2579051.0 ]
  }
}