You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Akshay Rai (JIRA)" <ji...@apache.org> on 2015/10/28 13:07:27 UTC

[jira] [Commented] (OOZIE-2346) Add Oozie job console url and sub-workflow information like the super-parent id and workflow depth into the 'oozie.job.info' property

    [ https://issues.apache.org/jira/browse/OOZIE-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14978305#comment-14978305 ] 

Akshay Rai commented on OOZIE-2346:
-----------------------------------

Patch: OOZIE-2346.005.patch

*Overall changes:*
1. Minor changes in docs.
2. Added workflow super parent id and worklfow depth along with other workflow specific properties into the job conf when oozie.job.info is enabled.
3. The callback url wasn't injected into the job conf. Fixed it.
4. Propagate coordinator and bundle information to sub-workflow's job conf.

*NOTE:*
# Super Parent Id of a worklfow is 
#* The coordinator action id if triggered by a coordinator. 
#* The oozie job id of the super parent workflow that triggered it.
# Workflow depth is the level of the workflow from the super parent workflow. Depth starts from 0.

> Add Oozie job console url and sub-workflow information like the super-parent id and workflow depth into the 'oozie.job.info' property
> -------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OOZIE-2346
>                 URL: https://issues.apache.org/jira/browse/OOZIE-2346
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Akshay Rai
>            Assignee: Akshay Rai
>         Attachments: OOZIE-2346.001.patch, OOZIE-2346.002.patch, OOZIE-2346.003.patch, OOZIE-2346.004.patch, OOZIE-2346.005.patch
>
>
> OOZIE-1658 adds all oozie job information, comma separated, into the job conf when enabled but it is missing information of sub-workflows.
> This jira will add information of sub-workflows like the super-parent-id and sub-workflow depth along with other workflow information into the 'oozie.job.info' in job conf. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)