Aggarwal-Raghav commented on code in PR #6073:
URL: https://github.com/apache/hive/pull/6073#discussion_r2341837048
##########
ql/src/java/org/apache/hadoop/hive/ql/processors/SetProcessor.java:
##########
@@ -55,19 +56,26 @@ public class SetProcessor implements CommandProcessor {
private static final SessionState.LogHelper console =
SessionState.getConsole();
private static final String prefix = "set: ";
- private static final Set<String> removedConfigs =
+ private static final Set<String> removedHiveConfigs =
Sets.newHashSet("hive.mapred.supports.subdirectories",
"hive.enforce.sorting","hive.enforce.bucketing",
"hive.outerjoin.supports.filters",
"hive.llap.zk.sm.principal",
- "hive.llap.zk.sm.keytab.file"
+ "hive.llap.zk.sm.keytab.file",
+ "hive.stats.fetch.partition.stats",
Review Comment:
there are other configs as well which I found doesn't exist in hive:
1. hive.repl.dumpdir.ttl
2. hive.repl.dumpdir.clean.freq
3. hive.llap.io.vrb.queue.limit.base
4. hive.llap.external.splits.order.by.force.single.split
--
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]