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

ramkrishna.s.vasudevan commented on HBASE-6196:
-----------------------------------------------

@Andy
Thanks for pointing it out.  We did  not take the latest patch by mistake and 
thought this change was missing.  Sorry about that.
But still i think this JIRA we can use to solve 
{code}
org.apache.hadoop.hbase.mapreduce.TestImportExport.testSimpleCase
org.apache.hadoop.hbase.mapreduce.TestImportExport.testWithDeletes
{code}
that has been failing in HBase-Trunk on hadoop 2.0.0 failing from build #45.  
We are also facing some problems with these 2 testcases.
                
> 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

        

Reply via email to