ramkrishna.s.vasudevan created HBASE-6196: ---------------------------------------------
Summary: 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