lcspinter commented on a change in pull request #2702:
URL: https://github.com/apache/hive/pull/2702#discussion_r724091309
##########
File path:
ql/src/java/org/apache/hadoop/hive/ql/txn/compactor/CompactorUtil.java
##########
@@ -18,14 +18,19 @@
package org.apache.hadoop.hive.ql.txn.compactor;
import com.google.common.util.concurrent.ThreadFactoryBuilder;
+import org.apache.hadoop.hive.common.StringableMap;
import org.apache.hadoop.hive.conf.HiveConf;
+import org.apache.hadoop.hive.metastore.api.Table;
+import org.apache.hadoop.hive.metastore.txn.CompactionInfo;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.ThreadFactory;
public class CompactorUtil {
public static final String COMPACTOR = "compactor";
+ static final String COMPACTOR_PREFIX = "compactor.";
+ static final String MAPRED_QUEUE_NAME = "mapred.job.queue.name";
Review comment:
I was thinking of changing this constant, but unfortunately, we are
relying on the naming in other parts of the code.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]