| Modifier and Type | Method and Description |
|---|---|
void |
HiveMetastoreClosure.createTable(HiveIdentity identity,
Table table,
PrincipalPrivileges principalPrivileges) |
void |
HiveMetastoreClosure.replaceTable(HiveIdentity identity,
String databaseName,
String tableName,
Table newTable,
PrincipalPrivileges principalPrivileges) |
| Modifier and Type | Method and Description |
|---|---|
static PrincipalPrivileges |
MetastoreUtil.buildInitialPrivilegeSet(String tableOwner) |
static PrincipalPrivileges |
PrincipalPrivileges.fromHivePrivilegeInfos(Set<HivePrivilegeInfo> hivePrivileges) |
| Modifier and Type | Method and Description |
|---|---|
void |
SemiTransactionalHiveMetastore.createTable(ConnectorSession session,
Table table,
PrincipalPrivileges principalPrivileges,
Optional<org.apache.hadoop.fs.Path> currentPath,
boolean ignoreExisting,
PartitionStatistics statistics)
currentLocation needs to be supplied if a writePath exists for the table. |
void |
RecordingHiveMetastore.createTable(HiveIdentity identity,
Table table,
PrincipalPrivileges principalPrivileges) |
void |
HiveMetastore.createTable(HiveIdentity identity,
Table table,
PrincipalPrivileges principalPrivileges) |
void |
RecordingHiveMetastore.replaceTable(HiveIdentity identity,
String databaseName,
String tableName,
Table newTable,
PrincipalPrivileges principalPrivileges) |
void |
HiveMetastore.replaceTable(HiveIdentity identity,
String databaseName,
String tableName,
Table newTable,
PrincipalPrivileges principalPrivileges)
This should only be used if the semantic here is drop and add.
|
void |
SemiTransactionalHiveMetastore.replaceTable(HiveIdentity identity,
String databaseName,
String tableName,
Table table,
PrincipalPrivileges principalPrivileges) |
| Modifier and Type | Method and Description |
|---|---|
void |
AlluxioHiveMetastore.createTable(HiveIdentity identity,
Table table,
PrincipalPrivileges principalPrivileges) |
void |
AlluxioHiveMetastore.replaceTable(HiveIdentity identity,
String databaseName,
String tableName,
Table newTable,
PrincipalPrivileges principalPrivileges) |
| Modifier and Type | Method and Description |
|---|---|
void |
CachingHiveMetastore.createTable(HiveIdentity identity,
Table table,
PrincipalPrivileges principalPrivileges) |
void |
CachingHiveMetastore.replaceTable(HiveIdentity identity,
String databaseName,
String tableName,
Table newTable,
PrincipalPrivileges principalPrivileges) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileHiveMetastore.createTable(HiveIdentity identity,
Table table,
PrincipalPrivileges principalPrivileges) |
void |
FileHiveMetastore.replaceTable(HiveIdentity identity,
String databaseName,
String tableName,
Table newTable,
PrincipalPrivileges principalPrivileges) |
| Modifier and Type | Method and Description |
|---|---|
void |
GlueHiveMetastore.createTable(HiveIdentity identity,
Table table,
PrincipalPrivileges principalPrivileges) |
void |
GlueHiveMetastore.replaceTable(HiveIdentity identity,
String databaseName,
String tableName,
Table newTable,
PrincipalPrivileges principalPrivileges) |
| Modifier and Type | Method and Description |
|---|---|
void |
BridgingHiveMetastore.createTable(HiveIdentity identity,
Table table,
PrincipalPrivileges principalPrivileges) |
void |
BridgingHiveMetastore.replaceTable(HiveIdentity identity,
String databaseName,
String tableName,
Table newTable,
PrincipalPrivileges principalPrivileges) |
static org.apache.hadoop.hive.metastore.api.Table |
ThriftMetastoreUtil.toMetastoreApiTable(Table table,
PrincipalPrivileges privileges) |
Copyright © 2012–2020. All rights reserved.