public class RemoteCompactorThread extends CompactorThread
Thread.State, Thread.UncaughtExceptionHandler| Modifier and Type | Field and Description |
|---|---|
protected IMetaStoreClient |
msc |
checkInterval, conf, hostName, LOG, runtimeVersion, stopMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
RemoteCompactorThread() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPoolName() |
void |
init(AtomicBoolean stop) |
protected org.apache.hadoop.hive.metastore.api.Partition |
resolvePartition(CompactionInfo ci)
Get the partition being compacted.
|
void |
setPoolName(String poolName) |
doPostLoopActions, getConf, getRuntimeVersion, initializeAndStartThread, replIsCompactionDisabledForTable, setConf, tableNameactiveCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldprotected IMetaStoreClient msc
public String getPoolName()
public void setPoolName(String poolName)
public void init(AtomicBoolean stop) throws Exception
init in class CompactorThreadExceptionprotected org.apache.hadoop.hive.metastore.api.Partition resolvePartition(CompactionInfo ci) throws org.apache.hadoop.hive.metastore.api.MetaException
CompactorThreadresolvePartition in class CompactorThreadci - compaction info returned from the compaction queueorg.apache.hadoop.hive.metastore.api.MetaException - if underlying calls throw, or if the partition name resolves to more than
one partition.Copyright © 2024 The Apache Software Foundation. All rights reserved.