org.apache.hadoop.hive.ql.session
Class CreateTableAutomaticGrant
java.lang.Object
org.apache.hadoop.hive.ql.session.CreateTableAutomaticGrant
public class CreateTableAutomaticGrant
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateTableAutomaticGrant
public CreateTableAutomaticGrant()
create
public static CreateTableAutomaticGrant create(HiveConf conf)
throws HiveException
- Throws:
HiveException
getUserGrants
public Map<String,List<PrivilegeGrantInfo>> getUserGrants()
getGroupGrants
public Map<String,List<PrivilegeGrantInfo>> getGroupGrants()
getRoleGrants
public Map<String,List<PrivilegeGrantInfo>> getRoleGrants()
Copyright © 2013 The Apache Software Foundation