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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16234621#comment-16234621 ] 

ASF subversion and git services commented on KNOX-1095:
-------------------------------------------------------

Commit 1813985 from [~moresandeep]
[ https://svn.apache.org/r1813985 ]

KNOX-1095 - Fix Sample values in NameNodeUI service topology

> 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)