Package | Description |
---|---|
org.apache.hadoop.hive.metastore | |
org.apache.hadoop.hive.metastore.api | |
org.apache.hadoop.hive.ql.metadata |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.fs.FileStatus[] |
Warehouse.getFileStatusesForSD(StorageDescriptor desc) |
static Properties |
MetaStoreUtils.getPartSchemaFromTableSchema(StorageDescriptor sd,
StorageDescriptor tblsd,
Map<String,String> parameters,
String databaseName,
String tableName,
List<FieldSchema> partitionKeys,
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) |
Modifier and Type | Method and Description |
---|---|
StorageDescriptor |
StorageDescriptor.deepCopy() |
StorageDescriptor |
Table.getSd() |
StorageDescriptor |
PartitionSpecWithSharedSD.getSd() |
StorageDescriptor |
Partition.getSd() |
StorageDescriptor |
Index.getSd() |
Modifier and Type | Method and Description |
---|---|
int |
StorageDescriptor.compareTo(StorageDescriptor other) |
boolean |
StorageDescriptor.equals(StorageDescriptor that) |
void |
Table.setSd(StorageDescriptor sd) |
void |
PartitionSpecWithSharedSD.setSd(StorageDescriptor sd) |
void |
Partition.setSd(StorageDescriptor sd) |
void |
Index.setSd(StorageDescriptor sd) |
Constructor and Description |
---|
Index(String indexName,
String indexHandlerClass,
String dbName,
String origTableName,
int createTime,
int lastAccessTime,
String indexTableName,
StorageDescriptor sd,
Map<String,String> parameters,
boolean deferredRebuild) |
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 StorageDescriptor |
Partition.cloneSd(Table tbl)
We already have methods that clone stuff using XML or Kryo.
|
StorageDescriptor |
Table.getSd() |
Modifier and Type | Method and Description |
---|---|
static boolean |
Table.hasMetastoreBasedSchema(HiveConf conf,
StorageDescriptor serde) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.