[ https://issues.apache.org/jira/browse/KNOX-1095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sandeep More updated KNOX-1095: ------------------------------- Fix Version/s: 0.14.0 > 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 > 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)