[
https://issues.apache.org/jira/browse/FALCON-1497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14940350#comment-14940350
]
Sowmya Ramesh commented on FALCON-1497:
---------------------------------------
[~rishav_rohit]: I did some debugging and figured out that Falcon doesn't
generate new bundle or co-ordinator if new entity is same as old entity.
Couple of workarounds
1> As mentioned by [~sandeep.samudrala] use touch which forces update
2> Update the old entity bt adding dummy property so that old and new entities
are different
e.g.
{code}
<property name="name1" value="value1"/>
{code}
As it works as designed I am closing this bug as Invalid. Thanks!
> Hive script / oozie workflow is not updated on updating a process definition
> ----------------------------------------------------------------------------
>
> Key: FALCON-1497
> URL: https://issues.apache.org/jira/browse/FALCON-1497
> Project: Falcon
> Issue Type: Bug
> Components: process
> Affects Versions: 0.6
> Environment: HDP-2.2.0
> Reporter: Rishav Rohit
>
> Suppose a process is defined which invokes Oozie workflow or Hive script.
> When I update the Oozie workflow or Hive script and and then update the
> process definition in Falcon, the Falcon update command executes successfully
> but the Oozie workflow / Hive script is not updated.
> I have not checked if same is the case with pig scripts too.
> I believe this is a bug because when I update a workflow/script and then
> update the process, it should take new workflow/scripts.
> Thanks
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)