You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by "Xiaoyu Wang (JIRA)" <ji...@apache.org> on 2015/10/12 05:34:05 UTC

[jira] [Created] (KYLIN-1067) Kylin get MapReduce Job status with "yarn.resourcemanager.webapp.address" need suport ResourceManager HA config

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)