[jira] [Updated] (HADOOP-8906) paths with multiple globs are unreliable

2012-10-12 Thread Jason Lowe (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Lowe updated HADOOP-8906: --- Resolution: Fixed Fix Version/s: 0.23.5 2.0.3-alpha Status: Reso

[jira] [Updated] (HADOOP-8906) paths with multiple globs are unreliable

2012-10-12 Thread Daryn Sharp (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daryn Sharp updated HADOOP-8906: Attachment: HADOOP-8906.patch HADOOP-8906-branch_0.23.patch Add more tests. As ci

[jira] [Updated] (HADOOP-8906) paths with multiple globs are unreliable

2012-10-11 Thread Robert Parker (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Parker updated HADOOP-8906: -- Attachment: HADOOP-8906-branch_0.23.patch patch for branch 0.23 > paths with

[jira] [Updated] (HADOOP-8906) paths with multiple globs are unreliable

2012-10-11 Thread Daryn Sharp (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daryn Sharp updated HADOOP-8906: Attachment: HADOOP-8906.patch Address corner case where a custom filter of a can return the wrong

[jira] [Updated] (HADOOP-8906) paths with multiple globs are unreliable

2012-10-10 Thread Daryn Sharp (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daryn Sharp updated HADOOP-8906: Attachment: HADOOP-8906.patch A Path from Path.CUR_DIR is internally an empty string, which the Pa

[jira] [Updated] (HADOOP-8906) paths with multiple globs are unreliable

2012-10-10 Thread Daryn Sharp (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daryn Sharp updated HADOOP-8906: Attachment: HADOOP-8906.patch Good catch, Jason. I now return an empty list (glob) if there are n

[jira] [Updated] (HADOOP-8906) paths with multiple globs are unreliable

2012-10-10 Thread Jason Lowe (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Lowe updated HADOOP-8906: --- Status: Patch Available (was: Open) Putting this in Patch Available for Jenkins run.

[jira] [Updated] (HADOOP-8906) paths with multiple globs are unreliable

2012-10-10 Thread Daryn Sharp (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daryn Sharp updated HADOOP-8906: Attachment: HADOOP-8906.patch I fixed all the cited issues. I don't recommend trying to read the

[jira] [Updated] (HADOOP-8906) paths with multiple globs are unreliable

2012-10-09 Thread Daryn Sharp (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daryn Sharp updated HADOOP-8906: Attachment: HADOOP-8906.patch Here's what I think will work for multi-level globs. Haven't checke