You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Dilli Arumugam (JIRA)" <ji...@apache.org> on 2013/10/09 20:46:43 UTC

[jira] [Work started] (KNOX-184) document requirement to add proxy grant for knox in webhcat-site

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

Work on KNOX-184 started by Dilli Arumugam.

> document requirement to add proxy grant for knox in webhcat-site
> ----------------------------------------------------------------
>
>                 Key: KNOX-184
>                 URL: https://issues.apache.org/jira/browse/KNOX-184
>             Project: Apache Knox
>          Issue Type: Bug
>          Components: Server, Site
>    Affects Versions: 0.3.0
>            Reporter: Dilli Arumugam
>            Assignee: Dilli Arumugam
>             Fix For: 0.3.0
>
>
> Knox documentation should state the requirement to add proxy grant for knox webhcat-site.xml when knox integrates with secure hadoop webhcat.
> The following documentation had to be added.
> #### Grant proxy privilege for Knox in `webhcat-stie.xml` on Hadoop master nodes ####
> Update `webhcat-site.xml` and add the following lines towards the end of the file.
> Replace FQDN_OF_KNOX_HOST with right value in your cluster.
> You could use * for local developer testing if Knox host does not have static IP.
>     <property>
>         <name>hadoop.proxyuser.knox.groups</name>
>         <value>users</value>
>     </property>
>     <property>
>         <name>hadoop.proxyuser.knox.hosts</name>



--
This message was sent by Atlassian JIRA
(v6.1#6144)