public class HiveTables extends BaseMetastoreTables implements java.io.Closeable
Constructor and Description |
---|
HiveTables(org.apache.hadoop.conf.Configuration conf) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Table |
create(Schema schema,
PartitionSpec spec,
java.util.Map<java.lang.String,java.lang.String> properties,
java.lang.String tableIdentifier) |
Table |
create(Schema schema,
java.lang.String tableIdentifier) |
Table |
load(java.lang.String tableIdentifier) |
BaseMetastoreTableOperations |
newTableOps(org.apache.hadoop.conf.Configuration conf,
java.lang.String database,
java.lang.String table) |
beginCreate, beginCreate, beginReplace, beginReplace, create, create, create, defaultWarehouseLocation, load
public Table create(Schema schema, PartitionSpec spec, java.util.Map<java.lang.String,java.lang.String> properties, java.lang.String tableIdentifier)
public BaseMetastoreTableOperations newTableOps(org.apache.hadoop.conf.Configuration conf, java.lang.String database, java.lang.String table)
newTableOps
in class BaseMetastoreTables
public void close()
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable