Uses of Interface
org.apache.hadoop.hive.ql.security.authorization.HiveMetastoreAuthorizationProvider

Packages that use HiveMetastoreAuthorizationProvider
org.apache.hadoop.hive.ql.security   
org.apache.hadoop.hive.ql.security.authorization   
 

Uses of HiveMetastoreAuthorizationProvider in org.apache.hadoop.hive.ql.security
 

Classes in org.apache.hadoop.hive.ql.security that implement HiveMetastoreAuthorizationProvider
 class DummyHiveMetastoreAuthorizationProvider
           
 

Uses of HiveMetastoreAuthorizationProvider in org.apache.hadoop.hive.ql.security.authorization
 

Classes in org.apache.hadoop.hive.ql.security.authorization that implement HiveMetastoreAuthorizationProvider
 class DefaultHiveMetastoreAuthorizationProvider
           
 class StorageBasedAuthorizationProvider
          StorageBasedAuthorizationProvider is an implementation of HiveMetastoreAuthorizationProvider that tries to look at the hdfs permissions of files and directories associated with objects like databases, tables and partitions to determine whether or not an operation is allowed.
 



Copyright © 2012 The Apache Software Foundation