[ 
https://issues.apache.org/jira/browse/KNOX-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kevin Minder updated KNOX-127:
------------------------------

    Attachment: 
KNOX-127__Use_hostmap_in_some_service_registry_rewrite_functions_.patch
    
> 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, 
> KNOX-127__Use_hostmap_in_some_service_registry_rewrite_functions_.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