You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Vinod Kumar Vavilapalli (JIRA)" <ji...@apache.org> on 2014/02/27 20:23:20 UTC

[jira] [Moved] (MAPREDUCE-5770) Redirection from AM-URL is broken with HTTPS_ONLY policy

     [ https://issues.apache.org/jira/browse/MAPREDUCE-5770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinod Kumar Vavilapalli moved YARN-1740 to MAPREDUCE-5770:
----------------------------------------------------------

        Key: MAPREDUCE-5770  (was: YARN-1740)
    Project: Hadoop Map/Reduce  (was: Hadoop YARN)

> Redirection from AM-URL is broken with HTTPS_ONLY policy
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-5770
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5770
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Yesha Vora
>            Assignee: Jian He
>         Attachments: YARN-1740.1.patch, YARN-1740.2.patch, YARN-1740.3.patch, YARN-1740.4.patch
>
>
> Steps to reproduce:
> 1) Run a sleep job
> 2) Run: yarn application -list command to find AM URL.
> root@host1:~# yarn application -list
> Total number of applications (application-types: [] and states: SUBMITTED, ACCEPTED, RUNNING):1
> Application-Id Application-Name Application-Type User Queue State Final-State Progress Tracking-URL
> application_1383251398986_0003 Sleep job MAPREDUCE hdfs default RUNNING UNDEFINED 5% http://host1:40653
> 3) Try to access "http://host1:40653/ws/v1/mapreduce/info" url.
> This URL redirects to http://RM_host:RM_https_port/proxy/application_1383251398986_0003/ws/v1/mapreduce/info
> Here, Http protocol is used with HTTPS port for RM.
> The expected Url is https://RM_host:RM_https_port/proxy/application_1383251398986_0003/ws/v1/mapreduce/info



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)