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

Abhijit Bagri commented on HADOOP-4416:
---------------------------------------

If there is a consensus on HADOOP-4212, IMO that should be the way to do it. I 
am not sure the discussion there are going in that direction though.

> class names in Configuration are not resolved if the configuration value has 
> a white space 
> -------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4416
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4416
>             Project: Hadoop Core
>          Issue Type: Bug
>         Environment: all
>            Reporter: Alejandro Abdelnur
>            Assignee: Abhijit Bagri
>         Attachments: HADOOP-4416.patch
>
>
> If an entry in the configuration used for a class contains spaces or enters 
> before or after the {{getClass}} and {{getClasses}} methods fail to resolve 
> the class.
> For example:
> {code}
>     <property>
>         <name>mapred.mapper.class</name>
>         <value>
>           com.foo.MyMapper
>         </value>
>     </property>
> {code}

-- 
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