All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static void |
checkInterrupt(String callerClassName) |
static ExecutorService |
createExecutorWithThreadFactory(int parallelism,
String threadNameFormat) |
static org.apache.hadoop.hive.metastore.api.LockRequest |
createLockRequest(HiveConf conf,
CompactionInfo ci,
long txnId,
org.apache.hadoop.hive.metastore.api.LockType lockType,
org.apache.hadoop.hive.metastore.api.DataOperationType opType) |
static String |
getDebugInfo(List<org.apache.hadoop.fs.Path> paths) |
static String |
getFullPartitionName(String dbName,
String tableName,
String partName) |
static List<org.apache.hadoop.fs.Path> |
getObsoleteDirs(AcidDirectory dir,
boolean isDynPartAbort) |
static List<org.apache.hadoop.hive.metastore.api.Partition> |
getPartitionsByNames(HiveConf conf,
String dbName,
String tableName,
String partName) |
static boolean |
isDynPartAbort(org.apache.hadoop.hive.metastore.api.Table t,
String partName) |
static boolean |
isMinorCompactionSupported(HiveConf conf,
Map<String,String> tblproperties,
AcidDirectory dir)
Check for that special case when minor compaction is supported or not.
|
static org.apache.hadoop.hive.metastore.api.Database |
resolveDatabase(HiveConf conf,
String dbName) |
static org.apache.hadoop.hive.metastore.api.Partition |
resolvePartition(HiveConf conf,
IMetaStoreClient msc,
String dbName,
String tableName,
String partName,
CompactorUtil.METADATA_FETCH_MODE fetchMode) |
static org.apache.hadoop.hive.metastore.api.StorageDescriptor |
resolveStorageDescriptor(org.apache.hadoop.hive.metastore.api.Table t) |
static org.apache.hadoop.hive.metastore.api.StorageDescriptor |
resolveStorageDescriptor(org.apache.hadoop.hive.metastore.api.Table t,
org.apache.hadoop.hive.metastore.api.Partition p) |
static org.apache.hadoop.hive.metastore.api.Table |
resolveTable(HiveConf conf,
String dbName,
String tableName) |
static boolean |
runJobAsSelf(String owner)
Determine whether to run this job as the current user or whether we need a doAs to switch
users.
|