public class CreateTableAutomaticGrant extends Object
Constructor and Description |
---|
CreateTableAutomaticGrant() |
Modifier and Type | Method and Description |
---|---|
static CreateTableAutomaticGrant |
create(HiveConf conf) |
Map<String,List<PrivilegeGrantInfo>> |
getGroupGrants() |
Map<String,List<PrivilegeGrantInfo>> |
getRoleGrants() |
Map<String,List<PrivilegeGrantInfo>> |
getUserGrants() |
public static CreateTableAutomaticGrant create(HiveConf conf) throws HiveException
HiveException
public Map<String,List<PrivilegeGrantInfo>> getUserGrants()
public Map<String,List<PrivilegeGrantInfo>> getGroupGrants()
public Map<String,List<PrivilegeGrantInfo>> getRoleGrants()
Copyright © 2017 The Apache Software Foundation. All rights reserved.