[
https://issues.apache.org/jira/browse/KNOX-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13772606#comment-13772606
]
ASF subversion and git services commented on KNOX-127:
------------------------------------------------------
Commit e338fe64f94dfa5365b699faa6f8621ce3f59bf2 in branch refs/heads/master
from [~kevin.minder]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-knox.git;h=e338fe6 ]
KNOX-127: Use hostmap in some service registry rewrite functions.
> Sample topology file (sample.xml) uses inconsistent internal vs external
> addresses
> ----------------------------------------------------------------------------------
>
> Key: KNOX-127
> URL: https://issues.apache.org/jira/browse/KNOX-127
> Project: Apache Knox
> Issue Type: Bug
> Components: Server
> Affects Versions: 0.3.0
> Reporter: Kevin Minder
> Assignee: Kevin Minder
> Fix For: 0.3.0
>
> Attachments: knox-127.patch
>
>
> Note that NAMENODE requires a cluster internal address while WEBHDFS requires
> an external address.
> <service>
> <role>NAMENODE</role>
> <url>hdfs://sandbox.hortonworks.com:8020</url>
> </service>
> <service>
> <role>WEBHDFS</role>
> <url>http://localhost:50070/webhdfs/v1</url>
> </service>
> This is because of how the service registry is being used to rewrite request
> bodies. In particular this is a problem for Oozie in the fs.default.name and
> mapred.job.tracker configuration properties.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira