Class HiveTableOperations

All Implemented Interfaces:
TableOperations

public class HiveTableOperations extends BaseMetastoreTableOperations
TODO we should be able to extract some more commonalities to BaseMetastoreTableOperations to avoid code duplication between this class and Metacat Tables.
  • Field Details

  • Constructor Details

    • HiveTableOperations

      protected HiveTableOperations(org.apache.hadoop.conf.Configuration conf, ClientPool<org.apache.hadoop.hive.metastore.IMetaStoreClient,org.apache.thrift.TException> metaClients, FileIO fileIO, String catalogName, String database, String table)
  • Method Details