protected class HiveAuthorizationProviderBase.HiveProxy extends Object
Constructor and Description |
---|
HiveAuthorizationProviderBase.HiveProxy() |
HiveAuthorizationProviderBase.HiveProxy(Hive hive) |
Modifier and Type | Method and Description |
---|---|
PrincipalPrivilegeSet |
get_privilege_set(HiveObjectType column,
String dbName,
String tableName,
List<String> partValues,
String col,
String userName,
List<String> groupNames) |
Database |
getDatabase(String dbName) |
boolean |
isRunFromMetaStore() |
void |
setHandler(HiveMetaStore.HMSHandler handler) |
public HiveAuthorizationProviderBase.HiveProxy(Hive hive)
public HiveAuthorizationProviderBase.HiveProxy()
public void setHandler(HiveMetaStore.HMSHandler handler)
public boolean isRunFromMetaStore()
public PrincipalPrivilegeSet get_privilege_set(HiveObjectType column, String dbName, String tableName, List<String> partValues, String col, String userName, List<String> groupNames) throws HiveException
HiveException
public Database getDatabase(String dbName) throws HiveException
HiveException
Copyright © 2017 The Apache Software Foundation. All rights reserved.