You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Sandeep More (JIRA)" <ji...@apache.org> on 2017/11/01 19:34:00 UTC

[jira] [Assigned] (KNOX-1095) Sample values in NameNodeUI service topology result in 404

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

Sandeep More reassigned KNOX-1095:
----------------------------------

    Assignee: Sandeep More

> Sample values in NameNodeUI service topology result in 404
> ----------------------------------------------------------
>
>                 Key: KNOX-1095
>                 URL: https://issues.apache.org/jira/browse/KNOX-1095
>             Project: Apache Knox
>          Issue Type: Improvement
>          Components: Site
>         Environment: Documentation related issues from Apache Knox user guide. https://knox.apache.org/books/knox-0-13-0/user-guide.html#WebHDFS
>            Reporter: Patrick Alwell
>            Assignee: Sandeep More
>            Priority: Minor
>              Labels: doc_cleanup, documentation-update
>             Fix For: 0.14.0
>
>         Attachments: Screen Shot 2017-11-01 at 9.52.49 AM.png
>
>
> The current documentation for proxying the Name Node UI suggests a user should add the following snippet to their topology descriptor file deployed to the Knox gateway:
> <service>
>     <role>HDFSUI</role>
>     <url>http://sandbox.hortonworks.com:50070/webhdfs</url>
> </service>
> However, this XML snippet results in a 404 response error and can subsequently be fixed by removing "/webhdfs" and leaving the <DNS>:<PORT> as followed:
> <service>
>     <role>HDFSUI</role>
>     <url>http://sandbox.hortonworks.com:50070</url>
> </service>



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)