| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api | |
| org.apache.hadoop.hive.metastore.utils |
Package consisting the utility methods for metastore.
|
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.hadoop.fs.FileStatus> |
Warehouse.getFileStatusesForSD(StorageDescriptor desc) |
| Modifier and Type | Method and Description |
|---|---|
StorageDescriptor |
StorageDescriptor.deepCopy() |
StorageDescriptor |
Partition.getSd() |
StorageDescriptor |
PartitionSpecWithSharedSD.getSd() |
StorageDescriptor |
Table.getSd() |
| Modifier and Type | Method and Description |
|---|---|
int |
StorageDescriptor.compareTo(StorageDescriptor other) |
boolean |
StorageDescriptor.equals(StorageDescriptor that) |
void |
Partition.setSd(StorageDescriptor sd) |
void |
PartitionSpecWithSharedSD.setSd(StorageDescriptor sd) |
void |
Table.setSd(StorageDescriptor sd) |
| Constructor and Description |
|---|
Partition(List<String> values,
String dbName,
String tableName,
int createTime,
int lastAccessTime,
StorageDescriptor sd,
Map<String,String> parameters) |
PartitionSpecWithSharedSD(List<PartitionWithoutSD> partitions,
StorageDescriptor sd) |
StorageDescriptor(StorageDescriptor other)
Performs a deep copy on other.
|
Table(String tableName,
String dbName,
String owner,
int createTime,
int lastAccessTime,
int retention,
StorageDescriptor sd,
List<FieldSchema> partitionKeys,
Map<String,String> parameters,
String viewOriginalText,
String viewExpandedText,
String tableType) |
| Modifier and Type | Method and Description |
|---|---|
static Properties |
MetaStoreUtils.getPartSchemaFromTableSchema(StorageDescriptor sd,
Map<String,String> parameters,
Properties tblSchema)
Get partition level schema from table level schema.
|
static Properties |
MetaStoreUtils.getSchema(StorageDescriptor sd,
StorageDescriptor tblsd,
Map<String,String> parameters,
String databaseName,
String tableName,
List<FieldSchema> partitionKeys) |
static Properties |
MetaStoreUtils.getSchemaWithoutCols(StorageDescriptor sd,
Map<String,String> parameters,
String databaseName,
String tableName,
List<FieldSchema> partitionKeys) |
static boolean |
MetaStoreUtils.validateTblStorage(StorageDescriptor sd) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.