[
https://issues.apache.org/jira/browse/HADOOP-1968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532562
]
Hadoop QA commented on HADOOP-1968:
-----------------------------------
+1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12367124/curlyGlob1.patch
against trunk revision r582033.
@author +1. The patch does not contain any @author tags.
javadoc +1. The javadoc tool did not generate any warning messages.
javac +1. The applied patch does not generate any new compiler warnings.
findbugs +1. The patch does not introduce any new Findbugs warnings.
core tests +1. The patch passed core unit tests.
contrib tests +1. The patch passed contrib unit tests.
Test results:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/890/testReport/
Findbugs warnings:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/890/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/890/artifact/trunk/build/test/checkstyle-errors.html
Console output:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/890/console
This message is automatically generated.
> Wildcard input syntax (glob) should support {}
> ----------------------------------------------
>
> Key: HADOOP-1968
> URL: https://issues.apache.org/jira/browse/HADOOP-1968
> Project: Hadoop
> Issue Type: Improvement
> Affects Versions: 0.14.1
> Reporter: eric baldeschwieler
> Assignee: Hairong Kuang
> Fix For: 0.15.0
>
> Attachments: curlyGlob.patch, curlyGlob1.patch
>
>
> We have users who have organized data by day and would like to select several
> days in a single input specification. For example they would like to be able
> to say:
> '/data/2007{0830,0831,0901}/typeX/'
> To input 3 days data into map-reduce (or Pig in this case).
> (Also the use of regexp to resolve glob paterns looks like it might introduce
> some other bugs. I'd appreciate it if someone took another look at the code
> to see if there are any file characters that could
> be interpreted as regexp "instructions").
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.