You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Larry McCay (JIRA)" <ji...@apache.org> on 2014/09/26 01:34:34 UTC

[jira] [Resolved] (KNOX-338) Fix Knox doc for incorrect WebHCat instructions in Secure mode

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

Larry McCay resolved KNOX-338.
------------------------------
    Resolution: Fixed

> Fix Knox doc for incorrect WebHCat instructions in Secure mode
> --------------------------------------------------------------
>
>                 Key: KNOX-338
>                 URL: https://issues.apache.org/jira/browse/KNOX-338
>             Project: Apache Knox
>          Issue Type: Bug
>            Reporter: Vinay Shukla
>            Assignee: Larry McCay
>             Fix For: 0.5.0
>
>         Attachments: Bug_fix_KNOX-338.patch, KNOX-338.patch
>
>
> Thanks to Sunitha Velpula for finding this.
> The following changes in docs are incorrect
> http://knox.incubator.apache.org/books/knox-incubating-0-4-0/knox-incubating-0-4-0.html#Secure+Clusters
> As of now it is:
> <property>
>     <name>hadoop.proxyuser.knox.groups</name>
>     <value>users</value>
> </property>
> <property>
>     <name>hadoop.proxyuser.knox.hosts</name>
>     <value>FQDN_OF_KNOX_HOST</value>
> </property>
> It should be
> <property>
>     <name>webhcat.proxyuser.knox.groups</name>
>     <value>users</value>
> </property>
> <property>
>     <name>webhcat.proxyuser.knox.hosts</name>
>     <value>FQDN_OF_KNOX_HOST</value>
> </property>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)