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/06/16 21:31:02 UTC

[jira] [Commented] (OOZIE-1882) Bulk API with bundle Id should relax regex check for Id

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

Purshotam Shah commented on OOZIE-1882:
---------------------------------------

d{7}-\\d{15}-oozie-[a-z]{4} will not work.
d{7} ( id part) can grow beyond 7 character.
"oozie" is also configurable.



> Bulk API with bundle Id should relax regex check for Id
> -------------------------------------------------------
>
>                 Key: OOZIE-1882
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1882
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: trunk
>            Reporter: Mona Chitnis
>            Assignee: Mona Chitnis
>            Priority: Minor
>             Fix For: trunk
>
>
> Some HA changes related to job-id have changed the traditional id structure
> {{"\\d{7}-\\d{15}-oozie-[a-z]{4}-"}}. The Bulk API for bundle Id matches id against this regex which now needs to be relaxed.



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