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

Hitesh Shah commented on MAPREDUCE-3709:
----------------------------------------

@Eli, from what I figured out, the test failure was likely due to what the 
default jvm heap size configured on the system and what the allocated container 
size is. If the default heap allocated is larged than the allocated container, 
the memory check would kick in and fail the test. In the latest patch, I 
tweaked the distributed shell code itself to set the appropriate heap size and 
make sure that it is within the required bounds. 
                
> TestDistributedShell is failing
> -------------------------------
>
>                 Key: MAPREDUCE-3709
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3709
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2, test
>    Affects Versions: 0.23.1
>            Reporter: Eli Collins
>            Assignee: Hitesh Shah
>         Attachments: MR-3709.1.patch, MR-3709.2.patch
>
>
> TestDistributedShell#testDSShell is failing the assert on line 90 on 
> branch-23.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to