[
https://issues.apache.org/jira/browse/FALCON-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14578318#comment-14578318
]
Ajay Yadava commented on FALCON-1147:
-------------------------------------
Committed to trunk. Thank you [~sowmyaramesh] for your contribution.
> Allow _ in the names for name value pair
> -----------------------------------------
>
> Key: FALCON-1147
> URL: https://issues.apache.org/jira/browse/FALCON-1147
> Project: Falcon
> Issue Type: Improvement
> Affects Versions: 0.7
> Reporter: Venkat Ranganathan
> Assignee: Sowmya Ramesh
> Fix For: 0.7
>
> Attachments: FALCON-1147.v0.patch, FALCON-1147.v1.patch
>
>
> Currently the XSD element restriction is to specified as below
> {quote}
> <xs:simpleType name="KEY_VALUE_PAIR">
> <xs:restriction base="xs:string">
> <xs:pattern value="(\w+=[^,]+)?([,]?[ ]*[\w]+=[^,]+)*"/>
> </xs:restriction>
> </xs:simpleType>
> {quote}
> We need to allow _ in the name so that we can have tags that are falcon
> internal (for example, we plan to use _falcon_mirroring_type_ to identify
> mirroring processes from other processes
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)