You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Ajay Yadava (JIRA)" <ji...@apache.org> on 2015/06/09 06:58:01 UTC

[jira] [Comment Edited] (FALCON-1147) Allow _ in the names for name value pair

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

Ajay Yadava edited comment on FALCON-1147 at 6/9/15 4:57 AM:
-------------------------------------------------------------

Committed to master. Thank you [~sowmyaramesh] for your contribution.


was (Author: ajayyadava):
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)