Patrick Alwell created KNOX-1095:
------------------------------------

             Summary: 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
            Priority: Minor
         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)

Reply via email to