Skip to content

Commit cea1bf6

Browse files
committed
Disable delete deltas io cache
1 parent 2137e4d commit cea1bf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/src/java/org/apache/hadoop/hive/conf/HiveConf.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5020,7 +5020,7 @@ public static enum ConfVars {
50205020
"notifications are received by the daemon. Sweep phase of proactive eviction will only do the cache policy " +
50215021
"cleanup in this case. This can increase cache hit ratio but might scale bad in a workload that generates " +
50225022
"many proactive eviction events."),
5023-
LLAP_IO_CACHE_DELETEDELTAS("hive.llap.io.cache.deletedeltas", "all", new StringSet("none", "metadata", "all"),
5023+
LLAP_IO_CACHE_DELETEDELTAS("hive.llap.io.cache.deletedeltas", "none", new StringSet("none", "metadata", "all"),
50245024
"When set to 'all' queries that use LLAP IO for execution will also access delete delta files via " +
50255025
"LLAP IO layer and thus they will be fully cached. When set to 'metadata', only the tail of delete deltas " +
50265026
"will be cached. If set to 'none', only the base files and insert deltas will be channeled through LLAP, " +

0 commit comments

Comments
 (0)