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 Yadav (JIRA)" <ji...@apache.org> on 2014/09/26 22:29:35 UTC

[jira] [Updated] (FALCON-301) Falcon allows multiple feed submission on a single path in hdfs

     [ https://issues.apache.org/jira/browse/FALCON-301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ajay Yadav updated FALCON-301:
------------------------------
    Attachment: FALCON-301.patch

[~sriksun] Please review. 

Note: One known shortcoming is that two feeds can have different date pattern but still result in same location. This patch will treat them as different paths and allow for it.

e.g. following two locations will be treated as different and will be allowed
/projects/data/${YEAR}/${MONTH}/${DAY}
/projects/data/${YEAR}/${DAY}/${MONTH}
 
though they will both result in same location on 9th September of any year.

> Falcon allows multiple feed submission on a single path in hdfs
> ---------------------------------------------------------------
>
>                 Key: FALCON-301
>                 URL: https://issues.apache.org/jira/browse/FALCON-301
>             Project: Falcon
>          Issue Type: Bug
>          Components: client, feed
>    Affects Versions: 0.5
>            Reporter: Deepak Marathe
>            Assignee: Ajay Yadav
>            Priority: Minor
>         Attachments: FALCON-301.patch, diff.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)