You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Purshotam Shah (JIRA)" <ji...@apache.org> on 2014/04/01 22:30:17 UTC

[jira] [Updated] (OOZIE-1769) An option to update coord properties/definition

     [ https://issues.apache.org/jira/browse/OOZIE-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Purshotam Shah updated OOZIE-1769:
----------------------------------

    Description: 
To change the coord definition user can update coord definition in hdfs and issue a update command. Existing coordinator definition will be replaced by new definition. The refreshed coordinator 
would keep the same coordinator ID, state, and coordinator actions.

User can also provide -dryrun to validate changes.
All created coord action(including in waiting) will use old configuration.
User can rerun actions with -refresh option, -refresh option will use new configuration to rerun coord action.

Ex.
1. $ oozie job -update <coordID> -config examples/apps/aggregator/job.properties
Will update coord definition and action.

2. $ oozie job -update <coordID>
Will fetch coord definition path from bundle and update coord definition

3. $ oozie job -update <bundleID> -coordinator <ids>.
Will update definition of coord(ids) linked to bundle bundleID

> An option to update coord properties/definition
> -----------------------------------------------
>
>                 Key: OOZIE-1769
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1769
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Purshotam Shah
>
> To change the coord definition user can update coord definition in hdfs and issue a update command. Existing coordinator definition will be replaced by new definition. The refreshed coordinator 
> would keep the same coordinator ID, state, and coordinator actions.
> User can also provide -dryrun to validate changes.
> All created coord action(including in waiting) will use old configuration.
> User can rerun actions with -refresh option, -refresh option will use new configuration to rerun coord action.
> Ex.
> 1. $ oozie job -update <coordID> -config examples/apps/aggregator/job.properties
> Will update coord definition and action.
> 2. $ oozie job -update <coordID>
> Will fetch coord definition path from bundle and update coord definition
> 3. $ oozie job -update <bundleID> -coordinator <ids>.
> Will update definition of coord(ids) linked to bundle bundleID



--
This message was sent by Atlassian JIRA
(v6.2#6252)