org.apache.hadoop.hive.ql.session
Class CreateTableAutomaticGrant

java.lang.Object
  extended by org.apache.hadoop.hive.ql.session.CreateTableAutomaticGrant

public class CreateTableAutomaticGrant
extends Object


Constructor Summary
CreateTableAutomaticGrant()
           
 
Method Summary
static CreateTableAutomaticGrant create(HiveConf conf)
           
 Map<String,List<org.apache.hadoop.hive.metastore.api.PrivilegeGrantInfo>> getGroupGrants()
           
 Map<String,List<org.apache.hadoop.hive.metastore.api.PrivilegeGrantInfo>> getRoleGrants()
           
 Map<String,List<org.apache.hadoop.hive.metastore.api.PrivilegeGrantInfo>> getUserGrants()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateTableAutomaticGrant

public CreateTableAutomaticGrant()
Method Detail

create

public static CreateTableAutomaticGrant create(HiveConf conf)
                                        throws HiveException
Throws:
HiveException

getUserGrants

public Map<String,List<org.apache.hadoop.hive.metastore.api.PrivilegeGrantInfo>> getUserGrants()

getGroupGrants

public Map<String,List<org.apache.hadoop.hive.metastore.api.PrivilegeGrantInfo>> getGroupGrants()

getRoleGrants

public Map<String,List<org.apache.hadoop.hive.metastore.api.PrivilegeGrantInfo>> getRoleGrants()


Copyright © 2014 The Apache Software Foundation. All rights reserved.