public class LocationKeyExtractor extends Object
Modifier and Type | Field and Description |
---|---|
static String |
INTERNAL_LOCATION |
static String |
TBPROPERTIES_LOCATION_KEY |
Constructor and Description |
---|
LocationKeyExtractor() |
Modifier and Type | Method and Description |
---|---|
static String |
getPaimonLocation(org.apache.hadoop.conf.Configuration conf,
Properties properties)
Get the real path of Paimon table.
|
static String |
getPaimonLocation(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.hive.metastore.api.Table table)
Get the real path of Paimon table.
|
static String |
getPaimonLocation(org.apache.hadoop.mapred.JobConf conf)
Get the real path of Paimon table.
|
public static final String TBPROPERTIES_LOCATION_KEY
public static final String INTERNAL_LOCATION
public static String getPaimonLocation(@Nullable org.apache.hadoop.conf.Configuration conf, Properties properties)
public static String getPaimonLocation(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hive.metastore.api.Table table) throws org.apache.hadoop.hive.metastore.api.MetaException
org.apache.hadoop.hive.metastore.api.MetaException
public static String getPaimonLocation(org.apache.hadoop.mapred.JobConf conf)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.