[ 
https://issues.apache.org/jira/browse/MAPREDUCE-3867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alejandro Abdelnur updated MAPREDUCE-3867:
------------------------------------------

    Attachment: MAPREDUCE-3867.patch

Nailed the TestDistributedShell failure. It needed some special classpath 
setting and yarn-site.xml for the minicluster. Also this testcase was using 
Java assert instead Junit Assert, and when running from IDE the test was 
wrongly passing as the IDE does not have assertions on.

Now all tests using minicluster pass.

Though the patch won't apply because it is multiproject (mapreduce/tools)

For the reviewer, the steps to test it are:

* from trunk/ : mvn install -DskipTests -Dmaven.javadoc.skip=true
* from trunk/hadoop-mapreduce-project/ : mvn test -offline
* from trunk/hadoop-tools/ : mvn test -offline


                
> MiniMRYarn/MiniYarn use fixed ports
> -----------------------------------
>
>                 Key: MAPREDUCE-3867
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3867
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.24.0, 0.23.2
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>         Attachments: MAPREDUCE-3867.patch, MAPREDUCE-3867.patch, 
> MAPREDUCE-3867.patch
>
>
> This presents issues if there are other processes using those ports. Also, if 
> multitasking among dev environments using Mini* things start to fail.

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