You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "nilone (JIRA)" <ji...@apache.org> on 2015/06/02 09:41:18 UTC

[jira] [Closed] (SPARK-8034) spark-sql security authorization bug

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

nilone closed SPARK-8034.
-------------------------
    Resolution: Invalid

> spark-sql security authorization bug
> ------------------------------------
>
>                 Key: SPARK-8034
>                 URL: https://issues.apache.org/jira/browse/SPARK-8034
>             Project: Spark
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 1.2.1, 1.3.0, 1.3.1
>            Reporter: nilone
>
> I Try to use beeline to access thrift jdbc server for authorization test, and these params have added to the hive-site.xml :
> --------------------------------------------------------------------------
> hive.security.authorization.enabled : true 
> hive.security.authorization.createtable.owner.grants : select,alter,drop
> --------------------------------------------------------------------------
> 1、cannot control select privilege : anyone can select any table created by other users,(all for spark1.1,spark1.2,spark1.3)
> 2、when create table under different beeline client with different user name,  the server write wrong owner name into the hive metastore table 'TBLS',  always write the name who  is the first one make the create table operation .and cannot control drop ,alter privilege between users.
> (this bug is for version after spark1.2, spark1.1 is ok, )



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org