Xiaoyu Wang created KYLIN-1067:
----------------------------------
Summary: Kylin get MapReduce Job status with
"yarn.resourcemanager.webapp.address" need suport ResourceManager HA config
Key: KYLIN-1067
URL: https://issues.apache.org/jira/browse/KYLIN-1067
Project: Kylin
Issue Type: Bug
Components: Job Engine
Affects Versions: v1.0
Reporter: Xiaoyu Wang
Assignee: ZhouQianhao
Fix For: v2.0, v1.2
In the old code:
{code:title=MapReduceExecutable.java|borderStyle=solid}
String rmWebHost =
job.getConfiguration().get("yarn.resourcemanager.webapp.address");
{code}
is not support ResourceManager HA config like:
yarn.resourcemanager.webapp.address.rm1
yarn.resourcemanager.webapp.address.rm2
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)