aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/resources/HistoryServerExpectations/maxDate_app_list_json_expectation.json
blob: adad25bf17fd53ccd7b89076ed93f17d1c493b3b (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
[ {
  "id" : "local-1422981780767",
  "name" : "Spark shell",
  "attempts" : [ {
    "startTimeEpoch" : 1422981779720,
    "endTimeEpoch" : 1422981788731,
    "lastUpdatedEpoch" : 0,
    "startTime" : "2015-02-03T16:42:59.720GMT",
    "endTime" : "2015-02-03T16:43:08.731GMT",
    "lastUpdated" : "",
    "duration" : 9011,
    "sparkUser" : "irashid",
    "completed" : true
  } ]
}, {
  "id" : "local-1422981759269",
  "name" : "Spark shell",
  "attempts" : [ {
    "startTimeEpoch" : 1422981758277,
    "endTimeEpoch" : 1422981766912,
    "lastUpdatedEpoch" : 0,
    "startTime" : "2015-02-03T16:42:38.277GMT",
    "endTime" : "2015-02-03T16:42:46.912GMT",
    "lastUpdated" : "",
    "duration" : 8635,
    "sparkUser" : "irashid",
    "completed" : true
  } ]
} ]