public class HoodieCatalogUtil extends Object
| Constructor and Description |
|---|
HoodieCatalogUtil() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hadoop.hive.conf.HiveConf |
createHiveConf(String hiveConfDir)
Returns a new
HiveConf. |
static List<String> |
getPartitionKeys(org.apache.flink.table.catalog.CatalogTable table)
Returns the partition key list with given table.
|
static boolean |
isEmbeddedMetastore(org.apache.hadoop.hive.conf.HiveConf hiveConf)
Check whether the hive.metastore.uris is empty
|
public static org.apache.hadoop.hive.conf.HiveConf createHiveConf(@Nullable String hiveConfDir)
HiveConf.hiveConfDir - Hive conf directory path.public static boolean isEmbeddedMetastore(org.apache.hadoop.hive.conf.HiveConf hiveConf)
Copyright © 2022 The Apache Software Foundation. All rights reserved.