[ 
https://issues.apache.org/jira/browse/MAPREDUCE-2472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13028953#comment-13028953
 ] 

Hudson commented on MAPREDUCE-2472:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #656 (See 
[https://builds.apache.org/hudson/job/Hadoop-Mapreduce-trunk-Commit/656/])
    MAPREDUCE-2472. Extra whitespace in mapred.child.java.opts breaks JVM 
initialization. Contributed by Aaron T. Myers.


> Extra whitespace in mapred.child.java.opts breaks JVM initialization
> --------------------------------------------------------------------
>
>                 Key: MAPREDUCE-2472
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2472
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: task-controller
>    Affects Versions: 0.20.2, 0.22.0
>            Reporter: Todd Lipcon
>            Assignee: Aaron T. Myers
>             Fix For: 0.22.0
>
>         Attachments: mapreduce-2472.0.patch, mapreduce-2472.1.patch
>
>
> When creating taskjvm.sh, we split mapred.child.java.opts on " " and then 
> create a quoted argument for each of those results. So, if you have an extra 
> space anywhere in this configuration, you get an argument '' in the child 
> command line, which the JVM interprets as an empty class name. This results 
> in a ClassNotFoundException and the task cannot run.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to