You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Abraham Elmahrek (JIRA)" <ji...@apache.org> on 2014/02/13 22:48:22 UTC

[jira] [Created] (YARN-1728) History server doesn't understand percent encoded paths

Abraham Elmahrek created YARN-1728:
--------------------------------------

             Summary: History server doesn't understand percent encoded paths
                 Key: YARN-1728
                 URL: https://issues.apache.org/jira/browse/YARN-1728
             Project: Hadoop YARN
          Issue Type: Bug
            Reporter: Abraham Elmahrek


For example, going to the job history server page http://localhost:19888/jobhistory/logs/localhost%3A8041/container_1391466602060_0011_01_000001/job_1391466602060_0011/admin/stderr results in the following error:
{code}
Cannot get container logs. Invalid nodeId: test-cdh5-hue.ent.cloudera.com%3A8041
{code}

Where the url decoded version works:
http://localhost:19888/jobhistory/logs/localhost:8041/container_1391466602060_0011_01_000001/job_1391466602060_0011/admin/stderr

It seems like both should be supported as the former is simply percent encoding.



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