public class HiveTableOperations extends BaseMetastoreTableOperations
BaseMetastoreTableOperations.CommitStatusICEBERG_TABLE_TYPE_VALUE, METADATA_LOCATION_PROP, PREVIOUS_METADATA_LOCATION_PROP, TABLE_TYPE_PROP| Modifier | Constructor and Description |
|---|---|
protected |
HiveTableOperations(org.apache.hadoop.conf.Configuration conf,
ClientPool metaClients,
FileIO fileIO,
java.lang.String catalogName,
java.lang.String database,
java.lang.String table) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doCommit(TableMetadata base,
TableMetadata metadata) |
protected void |
doRefresh() |
FileIO |
io()
Returns a
FileIO to read and write table data and metadata files. |
protected java.lang.String |
tableName()
The full name of the table used for logging purposes only.
|
static java.lang.String |
translateToIcebergProp(java.lang.String hmsProp)
Provides key translation where necessary between Iceberg and HMS props.
|
checkCommitStatus, commit, current, currentMetadataLocation, currentVersion, disableRefresh, locationProvider, metadataFileLocation, refresh, refreshFromMetadataLocation, refreshFromMetadataLocation, refreshFromMetadataLocation, refreshFromMetadataLocation, requestRefresh, temp, writeNewMetadataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitencryption, newSnapshotIdprotected HiveTableOperations(org.apache.hadoop.conf.Configuration conf,
ClientPool metaClients,
FileIO fileIO,
java.lang.String catalogName,
java.lang.String database,
java.lang.String table)
public static java.lang.String translateToIcebergProp(java.lang.String hmsProp)
hmsProp - The HMS property that should be translated to Iceberg propertyprotected java.lang.String tableName()
BaseMetastoreTableOperationstableName in class BaseMetastoreTableOperationspublic FileIO io()
TableOperationsFileIO to read and write table data and metadata files.protected void doRefresh()
doRefresh in class BaseMetastoreTableOperationsprotected void doCommit(TableMetadata base, TableMetadata metadata)
doCommit in class BaseMetastoreTableOperations