[
https://issues.apache.org/jira/browse/YARN-3651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bibin A Chundatt updated YARN-3651:
-----------------------------------
Description:
Application URL in Application CLI wrong
Steps to reproduce
==========================
1. Start HA setup insecure mode
2.Configure HTTPS_ONLY
3.Submit application to cluster
4.Execute command ./yarn application -list
5.Observer tracking URL shown
{code}
15/05/15 13:34:38 INFO client.AHSProxy: Connecting to Application History
server at /<IP>:45034
Total number of applications (application-types: [] and states: [SUBMITTED,
ACCEPTED, RUNNING]):1
Application-Id --- Tracking-URL
application_1431672734347_0003 *http://host-10-19-92-117:13013*
{code}
*Expected*
https://<IP>:64323/proxy/application_1431672734347_0003 /
was:
Application URL in Application CLI wrong
Steps to reproduce
==========================
1. Start HA setup
2.Submit application to cluster
3.Execute command ./yarn application -list
4.Observer tracking URL shown
{code}
15/05/15 13:34:38 INFO client.AHSProxy: Connecting to Application History
server at /<IP>:45034
Total number of applications (application-types: [] and states: [SUBMITTED,
ACCEPTED, RUNNING]):1
Application-Id --- Tracking-URL
application_1431672734347_0003 *http://host-10-19-92-117:13013*
{code}
*Expected*
http://<IP>:64323/proxy/application_1431672734347_0003 /
Priority: Minor (was: Major)
> Tracking url in ApplicationCLI wrong for running application
> ------------------------------------------------------------
>
> Key: YARN-3651
> URL: https://issues.apache.org/jira/browse/YARN-3651
> Project: Hadoop YARN
> Issue Type: Bug
> Components: applications, resourcemanager
> Affects Versions: 2.7.0
> Environment: Suse 11 Sp3
> Reporter: Bibin A Chundatt
> Priority: Minor
>
> Application URL in Application CLI wrong
> Steps to reproduce
> ==========================
> 1. Start HA setup insecure mode
> 2.Configure HTTPS_ONLY
> 3.Submit application to cluster
> 4.Execute command ./yarn application -list
> 5.Observer tracking URL shown
> {code}
> 15/05/15 13:34:38 INFO client.AHSProxy: Connecting to Application History
> server at /<IP>:45034
> Total number of applications (application-types: [] and states: [SUBMITTED,
> ACCEPTED, RUNNING]):1
> Application-Id --- Tracking-URL
> application_1431672734347_0003 *http://host-10-19-92-117:13013*
> {code}
> *Expected*
> https://<IP>:64323/proxy/application_1431672734347_0003 /
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)