[ 
https://issues.apache.org/jira/browse/KNOX-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13769711#comment-13769711
 ] 

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

Commit e60093da1fe79f8bfec53a7a8500df0cce96e8a6 in branch refs/heads/master 
from [~lmccay]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-knox.git;h=e60093d ]

KNOX-127 refactor a HostMappingService from the HostmapFunctionProcessor and 
make available through GatewayServices
                
> 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
>             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

Reply via email to