[
https://issues.apache.org/jira/browse/KYLIN-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shaofeng SHI updated KYLIN-2562:
--------------------------------
Description:
The job tracking URL is returned from Hadoop platform, usually it is an
internal address. Very often the user is accessing Kylin from outside, such an
internal address is inreachable for user. If the Yarn resoiurce manager has an
external address or DNS name, we can configure it in Kylin so Kylin can expose
it on web GUI, user can access directly.
Adding a configuration called "kylin.job.tracking-url-pattern"; if not set,
will use the address returned from Yarn; if set, will parse it with giving yarn
application id; An example is:
kylin.job.tracking-url-pattern=https://myhadoop/yarnui/hn/cluster/app/%s
was:The job tracking URL is returned from Hadoop platform, usually it is an
internal address. Very often the user is accessing Kylin from outside, such an
internal address is inreachable for user. If the Yarn resoiurce manager has an
external address or DNS name, we can configure it in Kylin so Kylin can expose
it on web GUI, user can access directly
> Allow configuring yarn app tracking URL pattern
> -----------------------------------------------
>
> Key: KYLIN-2562
> URL: https://issues.apache.org/jira/browse/KYLIN-2562
> Project: Kylin
> Issue Type: Improvement
> Components: Job Engine
> Reporter: Shaofeng SHI
> Assignee: Shaofeng SHI
> Fix For: v2.1.0
>
>
> The job tracking URL is returned from Hadoop platform, usually it is an
> internal address. Very often the user is accessing Kylin from outside, such
> an internal address is inreachable for user. If the Yarn resoiurce manager
> has an external address or DNS name, we can configure it in Kylin so Kylin
> can expose it on web GUI, user can access directly.
> Adding a configuration called "kylin.job.tracking-url-pattern"; if not set,
> will use the address returned from Yarn; if set, will parse it with giving
> yarn application id; An example is:
> kylin.job.tracking-url-pattern=https://myhadoop/yarnui/hn/cluster/app/%s
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)