Package | Description |
---|---|
alluxio.table.common.udb | |
alluxio.table.under.glue | |
alluxio.table.under.hive |
Modifier and Type | Method and Description |
---|---|
PathTranslator |
PathTranslator.addMapping(String alluxioPath,
String ufsPath)
Add a mapping to the path translator.
|
Modifier and Type | Method and Description |
---|---|
static Storage |
GlueUtils.toProto(com.amazonaws.services.glue.model.StorageDescriptor sd,
PathTranslator translator)
Convert the Glue Storage Descriptor and Translator information to Storage.
|
Constructor and Description |
---|
GlueTable(GlueDatabase glueDatabase,
PathTranslator pathTranslator,
String name,
Schema schema,
List<ColumnStatisticsInfo> statistics,
List<FieldSchema> cols,
List<UdbPartition> udbPartitions,
Layout layout,
com.amazonaws.services.glue.model.Table table)
Create a new glue table instance.
|
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.
|
Copyright © 2023. All Rights Reserved.