public class CreateTableAutomaticGrant extends Object
| Constructor and Description |
|---|
CreateTableAutomaticGrant() |
| Modifier and Type | Method and Description |
|---|---|
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() |
public static CreateTableAutomaticGrant create(HiveConf conf) throws HiveException
HiveExceptionpublic Map<String,List<org.apache.hadoop.hive.metastore.api.PrivilegeGrantInfo>> getUserGrants()
public Map<String,List<org.apache.hadoop.hive.metastore.api.PrivilegeGrantInfo>> getGroupGrants()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.