aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/resources/HistoryServerExpectations/one_job_json_expectation.json
blob: 4a29072bdb6e484338e0b291a8c08dca1ec9f9f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "jobId" : 0,
  "name" : "count at <console>:15",
  "stageIds" : [ 0 ],
  "status" : "SUCCEEDED",
  "numTasks" : 8,
  "numActiveTasks" : 0,
  "numCompletedTasks" : 8,
  "numSkippedTasks" : 8,
  "numFailedTasks" : 0,
  "numActiveStages" : 0,
  "numCompletedStages" : 1,
  "numSkippedStages" : 0,
  "numFailedStages" : 0
}