You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "ramkrishna.s.vasudevan (JIRA)" <ji...@apache.org> on 2012/06/15 06:54:42 UTC

[jira] [Updated] (HBASE-6196) MR testcases TestImportExport does not run in Trunk with hadoop2.0

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

ramkrishna.s.vasudevan updated HBASE-6196:
------------------------------------------

    Description: 
TEstImportExport test cases does not run in trunk when compiled with hadoop 2.0


  was:
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}

        Summary: MR testcases TestImportExport does not run in Trunk with hadoop2.0  (was: MR testcases does not run with hadoop - 2.0.)
    
> MR testcases TestImportExport does not run in Trunk with hadoop2.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
>
>
> TEstImportExport test cases does not run in trunk when compiled with hadoop 2.0

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