Package | Description |
---|---|
alluxio.table.under.hive | |
alluxio.table.under.hive.util |
Modifier and Type | Method and Description |
---|---|
static Storage |
HiveUtils.toProto(org.apache.hadoop.hive.metastore.api.StorageDescriptor sd,
PathTranslator translator)
Convert from a StorageDescriptor to a Storage object.
|
Constructor and Description |
---|
HiveTable(HiveDatabase hiveDatabase,
PathTranslator pathTranslator,
String name,
Schema schema,
List<ColumnStatisticsInfo> statistics,
List<FieldSchema> cols,
List<org.apache.hadoop.hive.metastore.api.Partition> partitions,
Layout layout,
org.apache.hadoop.hive.metastore.api.Table table)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
PathTranslator |
PathTranslator.addMapping(String alluxioPath,
String ufsPath)
Add a mapping to the path translator.
|
Copyright © 2023. All Rights Reserved.