[
https://issues.apache.org/jira/browse/FALCON-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13719457#comment-13719457
]
Suhas Vasu edited comment on FALCON-61 at 7/25/13 11:08 AM:
------------------------------------------------------------
Yes.
cd to {base.dir}/incubator-falcon/oozie/src/main/resources
In all the 3 xsd files, you will have this line:
<xs:pattern value="([a-zA-Z]([\-_a-zA-Z0-9])*){1,39}"/> (Line number: 25)
Change it to
<xs:pattern value="([a-zA-Z]([\-_a-zA-Z0-9])*){1,39})"/>
and run mvn clean package -DskipTests
The error will be reproduced.
was (Author: suhas.ysr):
Yes.
cd to {base.dir}/incubator-falcon/oozie/src/main/resources
In all the 3 xsd files, you will have this line:
<xs:pattern value="([a-zA-Z]([\-_a-zA-Z0-9])*){1,39}"/> (Line number: 25)
Change it to
<xs:pattern value="([a-zA-Z]([\-_a-zA-Z0-9])*){1,39})"/>
This will reproduce the error.
> The identifier regex for oozie bundle,coordinator, workflow pattern is
> incorrect.
> ---------------------------------------------------------------------------------
>
> Key: FALCON-61
> URL: https://issues.apache.org/jira/browse/FALCON-61
> Project: Falcon
> Issue Type: Bug
> Reporter: Suhas Vasu
> Assignee: Srikanth Sundarrajan
> Priority: Minor
> Attachments: FALCON-61.patch
>
>
> The regex patterns for the oozie bundle, coordinator and workflow names is
> incorrect.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira