[ 
https://issues.apache.org/jira/browse/HADOOP-3705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625604#action_12625604
 ] 

Chris Douglas commented on HADOOP-3705:
---------------------------------------

{noformat}
     [exec] -1 overall.  

     [exec]     +1 @author.  The patch does not contain any @author tags.

     [exec]     +1 tests included.  The patch appears to include 6 new or 
modified tests.

     [exec]     -1 javadoc.  The javadoc tool appears to have generated 1 
warning messages.

     [exec]     +1 javac.  The applied patch does not increase the total number 
of javac compiler warnings.

     [exec]     +1 findbugs.  The patch does not introduce any new Findbugs 
warnings.
{noformat}

javadoc is due to HADOOP-4023, HADOOP-4024

> CompositeInputFormat is unable to parse InputFormat classes with names 
> containing '_' or '$'
> --------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-3705
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3705
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.17.0
>            Reporter: Jingkei Ly
>             Fix For: 0.19.0
>
>         Attachments: 3705-0.patch, HADOOP-3705.patch
>
>
> If I try to set  "mapred.join.expr" with my own InputFormat class that 
> contains a  '_' character (or if my InputFormat class is a static inner 
> class),  I get the following exception thrown when I run my MapReduce job: 
> Exception in thread "main" java.io.IOException: Unexpected: 95
>       at org.apache.hadoop.mapred.join.Parser$Lexer.next(Parser.java:161)
>       at org.apache.hadoop.mapred.join.Parser.parse(Parser.java:479)
>       at 
> org.apache.hadoop.mapred.join.CompositeInputFormat.setFormat(CompositeInputFormat.java:77)
>       at 
> org.apache.hadoop.mapred.join.CompositeInputFormat.validateInput(CompositeInputFormat.java:118)
>       at org.apache.hadoop.mapred.JobClient.submitJob(JobClient.java:705)
>       at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:973)
> If the class contains '$' the exception reads Unexpected: 95.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to