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

Vladimir Tkhir reopened KNOX-338:
---------------------------------

      Assignee: Vladimir Tkhir

core-site.xml and webhcat-site.xml have incorrect proxy properties

> 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: Vladimir Tkhir
>         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.2#6252)

Reply via email to