public class RemoteCompactorUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
RemoteCompactorUtil() |
| Modifier and Type | Method and Description |
|---|---|
static List<org.apache.hadoop.hive.metastore.api.Partition> |
getPartitionsByNames(IMetaStoreClient msc,
String dbName,
String tableName,
String partName) |
static org.apache.hadoop.hive.metastore.api.Table |
resolveTable(HiveConf conf,
IMetaStoreClient msc,
CompactionInfo ci) |
public static org.apache.hadoop.hive.metastore.api.Table resolveTable(HiveConf conf, IMetaStoreClient msc, CompactionInfo ci) throws org.apache.hadoop.hive.metastore.api.MetaException
public static List<org.apache.hadoop.hive.metastore.api.Partition> getPartitionsByNames(IMetaStoreClient msc, String dbName, String tableName, String partName) throws org.apache.hadoop.hive.metastore.api.MetaException
Copyright © 2024 The Apache Software Foundation. All rights reserved.