You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2012/06/11 19:40:43 UTC

[jira] [Commented] (HBASE-6196) MR testcases does not run with hadoop - 2.0.

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

Andrew Purtell commented on HBASE-6196:
---------------------------------------

Didn't this go in with HBASE-5966 MapReduce based tests broken on Hadoop 2.0.0-alpha ?

See svn commit r1337448 - /hbase/trunk/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java

                
> MR testcases does not run with hadoop - 2.0.
> --------------------------------------------
>
>                 Key: HBASE-6196
>                 URL: https://issues.apache.org/jira/browse/HBASE-6196
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.94.0, 0.96.0
>            Reporter: ramkrishna.s.vasudevan
>             Fix For: 0.96.0
>
>
> The MR related testcases are failing in hadoop-2.0.  The resource manager scheduler is not getting spawned.
> The following fix solves the problem.  If you feel it is ok, I can submit as patch and commit.
> {code}
>     String rmSchedulerAdress = mrClusterJobConf.get("yarn.resourcemanager.scheduler.address");
>     
>     if (rmSchedulerAdress != null) {
>       conf.set("yarn.resourcemanager.scheduler.address", rmSchedulerAdress);
>     }
> {code}

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