[
https://issues.apache.org/jira/browse/OOZIE-2827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alonzo Zhou updated OOZIE-2827:
-------------------------------
Comment: was deleted
(was: Experimental result in real environment:
Request:
GET
/oozie/v2/job/0000002-160122140107162-oozie-oozi-C?show=wf-actions&action-name=fs-a747&offset=2&len=2
Response:
HTTP/1.1 200 OK
Content-Type: application/json;charset=UTF-8
{code:none}
{
"coordJobId": "0000002-160122140107162-oozie-oozi-C",
"actions": [
{
"errorMessage": null,
"status": "OK",
"stats": null,
"data": null,
"transition": "End",
"externalStatus": "OK",
"cred": "null",
"conf": "<fs xmlns=\"uri:oozie:workflow:0.5\">
<touchz path=\"hdfs://ns/user/admin/pipedata/c1/2016/01/22/05/10/data\" />
</fs>",
"type": "fs",
"endTime": "Fri, 22 Jan 2016 06:25:24 GMT",
"externalId": "-",
"id": "0000005-160122140107162-oozie-oozi-W@fs-a747",
"startTime": "Fri, 22 Jan 2016 06:25:24 GMT",
"externalChildIDs": null,
"name": "fs-a747",
"errorCode": null,
"trackerUri": "-",
"retries": 0,
"toString": "Action name[fs-a747] status[OK]",
"consoleUrl": "-"
},
{
"errorMessage": null,
"status": "OK",
"stats": null,
"data": null,
"transition": "End",
"externalStatus": "OK",
"cred": "null",
"conf": "<fs xmlns=\"uri:oozie:workflow:0.5\">
<touchz path=\"hdfs://ns/user/admin/pipedata/c1/2016/01/22/05/15/data\" />
</fs>",
"type": "fs",
"endTime": "Fri, 22 Jan 2016 06:25:25 GMT",
"externalId": "-",
"id": "0000006-160122140107162-oozie-oozi-W@fs-a747",
"startTime": "Fri, 22 Jan 2016 06:25:25 GMT",
"externalChildIDs": null,
"name": "fs-a747",
"errorCode": null,
"trackerUri": "-",
"retries": 0,
"toString": "Action name[fs-a747] status[OK]",
"consoleUrl": "-"
}
]
}
{code})
> More directly view of the coordinator’s history from perspective of workflow
> action.
> ------------------------------------------------------------------------------------
>
> Key: OOZIE-2827
> URL: https://issues.apache.org/jira/browse/OOZIE-2827
> Project: Oozie
> Issue Type: Improvement
> Reporter: Alonzo Zhou
> Attachments: OOZIE-2827-0001.patch, OOZIE-2827-0002.patch,
> OOZIE-2827-0003.patch, OOZIE-2827-0004.patch
>
>
> Background:
> When we monitor a coordinator job, statistics of historical workflow
> instances such as running time can be directly visualized.
> But, we lack the ability to monitor historical statistics of coordinator from
> perspective of workflow action.For example, running time of a coordinator
> action is longer than before, but we can't see the exact change tendency of a
> sepcific workflow action in it。
> Functional optimization:
> More detailed view of the coordinator’s history can be observed from
> perspective of workflow action.Furthermore, the trend of a workflow action
> can be shown directly on front-end graph.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)