[
https://issues.apache.org/jira/browse/HBASE-6196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13295348#comment-13295348
]
stack commented on HBASE-6196:
------------------------------
Want to update the JIRA subject then Ram to reflect the new narrower scope?
> 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