aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/resources/HistoryServerExpectations/one_stage_attempt_json_expectation.json
blob: c2f450ba87c6dfd1db178412a06f86af5aed1b0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
{
  "status" : "COMPLETE",
  "stageId" : 1,
  "attemptId" : 0,
  "numActiveTasks" : 0,
  "numCompleteTasks" : 8,
  "numFailedTasks" : 0,
  "executorRunTime" : 3476,
  "executorCpuTime" : 0,
  "submissionTime" : "2015-02-03T16:43:05.829GMT",
  "firstTaskLaunchedTime" : "2015-02-03T16:43:05.829GMT",
  "completionTime" : "2015-02-03T16:43:06.286GMT",
  "inputBytes" : 28000128,
  "inputRecords" : 0,
  "outputBytes" : 0,
  "outputRecords" : 0,
  "shuffleReadBytes" : 0,
  "shuffleReadRecords" : 0,
  "shuffleWriteBytes" : 13180,
  "shuffleWriteRecords" : 0,
  "memoryBytesSpilled" : 0,
  "diskBytesSpilled" : 0,
  "name" : "map at <console>:14",
  "details" : "org.apache.spark.rdd.RDD.map(RDD.scala:271)\n$line10.$read$$iwC$$iwC$$iwC$$iwC.<init>(<console>:14)\n$line10.$read$$iwC$$iwC$$iwC.<init>(<console>:19)\n$line10.$read$$iwC$$iwC.<init>(<console>:21)\n$line10.$read$$iwC.<init>(<console>:23)\n$line10.$read.<init>(<console>:25)\n$line10.$read$.<init>(<console>:29)\n$line10.$read$.<clinit>(<console>)\n$line10.$eval$.<init>(<console>:7)\n$line10.$eval$.<clinit>(<console>)\n$line10.$eval.$print(<console>)\nsun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\nsun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)\nsun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\njava.lang.reflect.Method.invoke(Method.java:606)\norg.apache.spark.repl.SparkIMain$ReadEvalPrint.call(SparkIMain.scala:852)\norg.apache.spark.repl.SparkIMain$Request.loadAndRun(SparkIMain.scala:1125)\norg.apache.spark.repl.SparkIMain.loadAndRunReq$1(SparkIMain.scala:674)\norg.apache.spark.repl.SparkIMain.interpret(SparkIMain.scala:705)\norg.apache.spark.repl.SparkIMain.interpret(SparkIMain.scala:669)",
  "schedulingPool" : "default",
  "accumulatorUpdates" : [ ],
  "tasks" : {
    "8" : {
      "taskId" : 8,
      "index" : 0,
      "attempt" : 0,
      "launchTime" : "2015-02-03T16:43:05.829GMT",
      "duration" : 435,
      "executorId" : "<driver>",
      "host" : "localhost",
      "status" : "SUCCESS",
      "taskLocality" : "PROCESS_LOCAL",
      "speculative" : false,
      "accumulatorUpdates" : [ ],
      "taskMetrics" : {
        "executorDeserializeTime" : 1,
        "executorDeserializeCpuTime" : 0,
        "executorRunTime" : 435,
        "executorCpuTime" : 0,
        "resultSize" : 1902,
        "jvmGcTime" : 19,
        "resultSerializationTime" : 2,
        "memoryBytesSpilled" : 0,
        "diskBytesSpilled" : 0,
        "inputMetrics" : {
          "bytesRead" : 3500016,
          "recordsRead" : 0
        },
        "outputMetrics" : {
          "bytesWritten" : 0,
          "recordsWritten" : 0
        },
        "shuffleReadMetrics" : {
          "remoteBlocksFetched" : 0,
          "localBlocksFetched" : 0,
          "fetchWaitTime" : 0,
          "remoteBytesRead" : 0,
          "localBytesRead" : 0,
          "recordsRead" : 0
        },
        "shuffleWriteMetrics" : {
          "bytesWritten" : 1648,
          "writeTime" : 94000,
          "recordsWritten" : 0
        }
      }
    },
    "9" : {
      "taskId" : 9,
      "index" : 1,
      "attempt" : 0,
      "launchTime" : "2015-02-03T16:43:05.830GMT",
      "duration" : 436,
      "executorId" : "<driver>",
      "host" : "localhost",
      "status" : "SUCCESS",
      "taskLocality" : "PROCESS_LOCAL",
      "speculative" : false,
      "accumulatorUpdates" : [ ],
      "taskMetrics" : {
        "executorDeserializeTime" : 1,
        "executorDeserializeCpuTime" : 0,
        "executorRunTime" : 436,
        "executorCpuTime" : 0,
        "resultSize" : 1902,
        "jvmGcTime" : 19,
        "resultSerializationTime" : 0,
        "memoryBytesSpilled" : 0,
        "diskBytesSpilled" : 0,
        "inputMetrics" : {
          "bytesRead" : 3500016,
          "recordsRead" : 0
        },
        "outputMetrics" : {
          "bytesWritten" : 0,
          "recordsWritten" : 0
        },
        "shuffleReadMetrics" : {
          "remoteBlocksFetched" : 0,
          "localBlocksFetched" : 0,
          "fetchWaitTime" : 0,
          "remoteBytesRead" : 0,
          "localBytesRead" : 0,
          "recordsRead" : 0
        },
        "shuffleWriteMetrics" : {
          "bytesWritten" : 1648,
          "writeTime" : 98000,
          "recordsWritten" : 0
        }
      }
    },
    "10" : {
      "taskId" : 10,
      "index" : 2,
      "attempt" : 0,
      "launchTime" : "2015-02-03T16:43:05.830GMT",
      "duration" : 434,
      "executorId" : "<driver>",
      "host" : "localhost",
      "status" : "SUCCESS",
      "taskLocality" : "PROCESS_LOCAL",
      "speculative" : false,
      "accumulatorUpdates" : [ ],
      "taskMetrics" : {
        "executorDeserializeTime" : 2,
        "executorDeserializeCpuTime" : 0,
        "executorRunTime" : 434,
        "executorCpuTime" : 0,
        "resultSize" : 1902,
        "jvmGcTime" : 19,
        "resultSerializationTime" : 1,
        "memoryBytesSpilled" : 0,
        "diskBytesSpilled" : 0,
        "inputMetrics" : {
          "bytesRead" : 3500016,
          "recordsRead" : 0
        },
        "outputMetrics" : {
          "bytesWritten" : 0,
          "recordsWritten" : 0
        },
        "shuffleReadMetrics" : {
          "remoteBlocksFetched" : 0,
          "localBlocksFetched" : 0,
          "fetchWaitTime" : 0,
          "remoteBytesRead" : 0,
          "localBytesRead" : 0,
          "recordsRead" : 0
        },
        "shuffleWriteMetrics" : {
          "bytesWritten" : 1648,
          "writeTime" : 76000,
          "recordsWritten" : 0
        }
      }
    },
    "11" : {
      "taskId" : 11,
      "index" : 3,
      "attempt" : 0,
      "launchTime" : "2015-02-03T16:43:05.830GMT",
      "duration" : 434,
      "executorId" : "<driver>",
      "host" : "localhost",
      "status" : "SUCCESS",
      "taskLocality" : "PROCESS_LOCAL",
      "speculative" : false,
      "accumulatorUpdates" : [ ],
      "taskMetrics" : {
        "executorDeserializeTime" : 2,
        "executorDeserializeCpuTime" : 0,
        "executorRunTime" : 434,
        "executorCpuTime" : 0,
        "resultSize" : 1902,
        "jvmGcTime" : 19,
        "resultSerializationTime" : 1,
        "memoryBytesSpilled" : 0,
        "diskBytesSpilled" : 0,
        "inputMetrics" : {
          "bytesRead" : 3500016,
          "recordsRead" : 0
        },
        "outputMetrics" : {
          "bytesWritten" : 0,
          "recordsWritten" : 0
        },
        "shuffleReadMetrics" : {
          "remoteBlocksFetched" : 0,
          "localBlocksFetched" : 0,
          "fetchWaitTime" : 0,
          "remoteBytesRead" : 0,
          "localBytesRead" : 0,
          "recordsRead" : 0
        },
        "shuffleWriteMetrics" : {
          "bytesWritten" : 1647,
          "writeTime" : 83000,
          "recordsWritten" : 0
        }
      }
    },
    "12" : {
      "taskId" : 12,
      "index" : 4,
      "attempt" : 0,
      "launchTime" : "2015-02-03T16:43:05.831GMT",
      "duration" : 434,
      "executorId" : "<driver>",
      "host" : "localhost",
      "status" : "SUCCESS",
      "taskLocality" : "PROCESS_LOCAL",
      "speculative" : false,
      "accumulatorUpdates" : [ ],
      "taskMetrics" : {
        "executorDeserializeTime" : 2,
        "executorDeserializeCpuTime" : 0,
        "executorRunTime" : 434,
        "executorCpuTime" : 0,
        "resultSize" : 1902,
        "jvmGcTime" : 19,
        "resultSerializationTime" : 1,
        "memoryBytesSpilled" : 0,
        "diskBytesSpilled" : 0,
        "inputMetrics" : {
          "bytesRead" : 3500016,
          "recordsRead" : 0
        },
        "outputMetrics" : {
          "bytesWritten" : 0,
          "recordsWritten" : 0
        },
        "shuffleReadMetrics" : {
          "remoteBlocksFetched" : 0,
          "localBlocksFetched" : 0,
          "fetchWaitTime" : 0,
          "remoteBytesRead" : 0,
          "localBytesRead" : 0,
          "recordsRead" : 0
        },
        "shuffleWriteMetrics" : {
          "bytesWritten" : 1645,
          "writeTime" : 101000,
          "recordsWritten" : 0
        }
      }
    },
    "13" : {
      "taskId" : 13,
      "index" : 5,
      "attempt" : 0,
      "launchTime" : "2015-02-03T16:43:05.831GMT",
      "duration" : 434,
      "executorId" : "<driver>",
      "host" : "localhost",
      "status" : "SUCCESS",
      "taskLocality" : "PROCESS_LOCAL",
      "speculative" : false,
      "accumulatorUpdates" : [ ],
      "taskMetrics" : {
        "executorDeserializeTime" : 2,
        "executorDeserializeCpuTime" : 0,
        "executorRunTime" : 434,
        "executorCpuTime" : 0,
        "resultSize" : 1902,
        "jvmGcTime" : 19,
        "resultSerializationTime" : 2,
        "memoryBytesSpilled" : 0,
        "diskBytesSpilled" : 0,
        "inputMetrics" : {
          "bytesRead" : 3500016,
          "recordsRead" : 0
        },
        "outputMetrics" : {
          "bytesWritten" : 0,
          "recordsWritten" : 0
        },
        "shuffleReadMetrics" : {
          "remoteBlocksFetched" : 0,
          "localBlocksFetched" : 0,
          "fetchWaitTime" : 0,
          "remoteBytesRead" : 0,
          "localBytesRead" : 0,
          "recordsRead" : 0
        },
        "shuffleWriteMetrics" : {
          "bytesWritten" : 1648,
          "writeTime" : 73000,
          "recordsWritten" : 0
        }
      }
    },
    "14" : {
      "taskId" : 14,
      "index" : 6,
      "attempt" : 0,
      "launchTime" : "2015-02-03T16:43:05.832GMT",
      "duration" : 434,
      "executorId" : "<driver>",
      "host" : "localhost",
      "status" : "SUCCESS",
      "taskLocality" : "PROCESS_LOCAL",
      "speculative" : false,
      "accumulatorUpdates" : [ ],
      "taskMetrics" : {
        "executorDeserializeTime" : 2,
        "executorDeserializeCpuTime" : 0,
        "executorRunTime" : 434,
        "executorCpuTime" : 0,
        "resultSize" : 1902,
        "jvmGcTime" : 19,
        "resultSerializationTime" : 1,
        "memoryBytesSpilled" : 0,
        "diskBytesSpilled" : 0,
        "inputMetrics" : {
          "bytesRead" : 3500016,
          "recordsRead" : 0
        },
        "outputMetrics" : {
          "bytesWritten" : 0,
          "recordsWritten" : 0
        },
        "shuffleReadMetrics" : {
          "remoteBlocksFetched" : 0,
          "localBlocksFetched" : 0,
          "fetchWaitTime" : 0,
          "remoteBytesRead" : 0,
          "localBytesRead" : 0,
          "recordsRead" : 0
        },
        "shuffleWriteMetrics" : {
          "bytesWritten" : 1648,
          "writeTime" : 88000,
          "recordsWritten" : 0
        }
      }
    },
    "15" : {
      "taskId" : 15,
      "index" : 7,
      "attempt" : 0,
      "launchTime" : "2015-02-03T16:43:05.833GMT",
      "duration" : 435,
      "executorId" : "<driver>",
      "host" : "localhost",
      "status" : "SUCCESS",
      "taskLocality" : "PROCESS_LOCAL",
      "speculative" : false,
      "accumulatorUpdates" : [ ],
      "taskMetrics" : {
        "executorDeserializeTime" : 1,
        "executorDeserializeCpuTime" : 0,
        "executorRunTime" : 435,
        "executorCpuTime" : 0,
        "resultSize" : 1902,
        "jvmGcTime" : 19,
        "resultSerializationTime" : 1,
        "memoryBytesSpilled" : 0,
        "diskBytesSpilled" : 0,
        "inputMetrics" : {
          "bytesRead" : 3500016,
          "recordsRead" : 0
        },
        "outputMetrics" : {
          "bytesWritten" : 0,
          "recordsWritten" : 0
        },
        "shuffleReadMetrics" : {
          "remoteBlocksFetched" : 0,
          "localBlocksFetched" : 0,
          "fetchWaitTime" : 0,
          "remoteBytesRead" : 0,
          "localBytesRead" : 0,
          "recordsRead" : 0
        },
        "shuffleWriteMetrics" : {
          "bytesWritten" : 1648,
          "writeTime" : 79000,
          "recordsWritten" : 0
        }
      }
    }
  },
  "executorSummary" : {
    "<driver>" : {
      "taskTime" : 3624,
      "failedTasks" : 0,
      "succeededTasks" : 8,
      "inputBytes" : 28000128,
      "outputBytes" : 0,
      "shuffleRead" : 0,
      "shuffleWrite" : 13180,
      "memoryBytesSpilled" : 0,
      "diskBytesSpilled" : 0
    }
  }
}