You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Andrey Kulikov (JIRA)" <ji...@apache.org> on 2016/07/26 07:46:20 UTC

[jira] [Created] (KNOX-728) Don't encode Jobhistory URLs

Andrey Kulikov created KNOX-728:
-----------------------------------

             Summary: Don't encode Jobhistory URLs
                 Key: KNOX-728
                 URL: https://issues.apache.org/jira/browse/KNOX-728
             Project: Apache Knox
          Issue Type: Bug
          Components: Server
    Affects Versions: 0.9.0
         Environment: Knox 0.9.0, Hadoop 2.7.2
            Reporter: Andrey Kulikov


I think this problem is similar to KNOX-709. Going to the Jobhistory log page:
https://hdp-node1:8443/gateway/hadoop-staging/jobhistory/joblogs/hdp-node2:45454/container_e696_1469407938027_0072_01_000011/attempt_1469407938027_0072_m_000009_0/hadoop
{noformat}
16/07/26 10:21:37 ||f4b6aeec-289f-4f96-9a81-fcf6df6cf762|audit|JOBHISTORYUI|akulikov|||dispatch|uri|http://hdp-node1:19888/jobhistory/logs/hdp-node2%3A45454/container_e696_1469407938027_0072_01_000011/attempt_1469407938027_0072_m_000009_0/hadoop/?user.name=akulikov|unavailable|Request method: GET
16/07/26 10:21:37 ||f4b6aeec-289f-4f96-9a81-fcf6df6cf762|audit|JOBHISTORYUI|akulikov|||dispatch|uri|http://hdp-node1:19888/jobhistory/logs/hdp-node2%3A45454/container_e696_1469407938027_0072_01_000011/attempt_1469407938027_0072_m_000009_0/hadoop/?user.name=akulikov|success|Response status: 200
16/07/26 10:21:37 ||f4b6aeec-289f-4f96-9a81-fcf6df6cf762|audit|JOBHISTORYUI|akulikov|||access|uri|/gateway/hadoop-staging/jobhistory/joblogs/hdp-node2:45454/container_e696_1469407938027_0072_01_000011/attempt_1469407938027_0072_m_000009_0/hadoop|success|Response status: 200
{noformat}

results in the error:

{noformat}
Cannot get container logs. Invalid nodeId: hdp-node2%3A45454
{noformat}

Jobhistory can't handle encoded paths.

Knox 0.8.0 doesn't have this problem.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)