You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Ramya Sunil (JIRA)" <ji...@apache.org> on 2012/05/15 23:53:09 UTC

[jira] [Created] (AMBARI-256) Update hive config to enable authorization

Ramya Sunil created AMBARI-256:
----------------------------------

             Summary: Update hive config to enable authorization
                 Key: AMBARI-256
                 URL: https://issues.apache.org/jira/browse/AMBARI-256
             Project: Ambari
          Issue Type: Bug
            Reporter: Ramya Sunil
            Assignee: Ramya Sunil


In /etc/hive/conf/hive-site.xml

{noformat}
<property>
  <name>hive.security.authorization.enabled</name>
  <value>true</value>
  <description>enable or disable the hive client authorization</description>
</property>

<property>
  <name>hive.security.authorization.manager</name>
  <value>org.apache.hcatalog.security.HdfsAuthorizationProvider</value>
  <description>the hive client authorization manager class name.
  The user defined authorization class should implement interface org.apache.hadoop.hive.ql.security.authorization.HiveAuthorizationProvider.  </description>
</property>

{noformat}

In /etc/hive/conf/hive-env.sh, add -

{noformat}
export HIVE_AUX_JARS_PATH=/usr/lib/hcatalog/share/hcatalog/hcatalog-0.4.0.jar

{noformat}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (AMBARI-256) Update hive config to enable authorization

Posted by "Vinod Kumar Vavilapalli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AMBARI-256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinod Kumar Vavilapalli updated AMBARI-256:
-------------------------------------------

    Affects Version/s: 0.9.0
    
> Update hive config to enable authorization
> ------------------------------------------
>
>                 Key: AMBARI-256
>                 URL: https://issues.apache.org/jira/browse/AMBARI-256
>             Project: Ambari
>          Issue Type: Bug
>    Affects Versions: 0.9.0
>            Reporter: Ramya Sunil
>            Assignee: Ramya Sunil
>             Fix For: 0.9.0
>
>         Attachments: AMBARI-256.patch
>
>
> In /etc/hive/conf/hive-site.xml
> {noformat}
> <property>
>   <name>hive.security.authorization.enabled</name>
>   <value>true</value>
>   <description>enable or disable the hive client authorization</description>
> </property>
> <property>
>   <name>hive.security.authorization.manager</name>
>   <value>org.apache.hcatalog.security.HdfsAuthorizationProvider</value>
>   <description>the hive client authorization manager class name.
>   The user defined authorization class should implement interface org.apache.hadoop.hive.ql.security.authorization.HiveAuthorizationProvider.  </description>
> </property>
> {noformat}
> In /etc/hive/conf/hive-env.sh, add -
> {noformat}
> export HIVE_AUX_JARS_PATH=/usr/lib/hcatalog/share/hcatalog/hcatalog-0.4.0.jar
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (AMBARI-256) Update hive config to enable authorization

Posted by "Ramya Sunil (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AMBARI-256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ramya Sunil updated AMBARI-256:
-------------------------------

    Attachment: AMBARI-256.patch

Patch to add new configs
                
> Update hive config to enable authorization
> ------------------------------------------
>
>                 Key: AMBARI-256
>                 URL: https://issues.apache.org/jira/browse/AMBARI-256
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: Ramya Sunil
>            Assignee: Ramya Sunil
>         Attachments: AMBARI-256.patch
>
>
> In /etc/hive/conf/hive-site.xml
> {noformat}
> <property>
>   <name>hive.security.authorization.enabled</name>
>   <value>true</value>
>   <description>enable or disable the hive client authorization</description>
> </property>
> <property>
>   <name>hive.security.authorization.manager</name>
>   <value>org.apache.hcatalog.security.HdfsAuthorizationProvider</value>
>   <description>the hive client authorization manager class name.
>   The user defined authorization class should implement interface org.apache.hadoop.hive.ql.security.authorization.HiveAuthorizationProvider.  </description>
> </property>
> {noformat}
> In /etc/hive/conf/hive-env.sh, add -
> {noformat}
> export HIVE_AUX_JARS_PATH=/usr/lib/hcatalog/share/hcatalog/hcatalog-0.4.0.jar
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (AMBARI-256) Update hive config to enable authorization

Posted by "Vinod Kumar Vavilapalli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AMBARI-256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinod Kumar Vavilapalli updated AMBARI-256:
-------------------------------------------

    Fix Version/s:     (was: ambari-186)
                   0.9.0
    
> Update hive config to enable authorization
> ------------------------------------------
>
>                 Key: AMBARI-256
>                 URL: https://issues.apache.org/jira/browse/AMBARI-256
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: Ramya Sunil
>            Assignee: Ramya Sunil
>             Fix For: 0.9.0
>
>         Attachments: AMBARI-256.patch
>
>
> In /etc/hive/conf/hive-site.xml
> {noformat}
> <property>
>   <name>hive.security.authorization.enabled</name>
>   <value>true</value>
>   <description>enable or disable the hive client authorization</description>
> </property>
> <property>
>   <name>hive.security.authorization.manager</name>
>   <value>org.apache.hcatalog.security.HdfsAuthorizationProvider</value>
>   <description>the hive client authorization manager class name.
>   The user defined authorization class should implement interface org.apache.hadoop.hive.ql.security.authorization.HiveAuthorizationProvider.  </description>
> </property>
> {noformat}
> In /etc/hive/conf/hive-env.sh, add -
> {noformat}
> export HIVE_AUX_JARS_PATH=/usr/lib/hcatalog/share/hcatalog/hcatalog-0.4.0.jar
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira