We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de66e92 commit 25dad1fCopy full SHA for 25dad1f
hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java
@@ -93,7 +93,7 @@ public class CacheConfig {
93
public static final String DROP_BEHIND_CACHE_COMPACTION_KEY =
94
"hbase.hfile.drop.behind.compaction";
95
96
- public static final String PREFETCH_PERSISTENCE_PATH_KEY = "hbase.prefetch.file-list.path";
+ public static final String PREFETCH_PERSISTENCE_PATH_KEY = "hbase.prefetch.file.list.path";
97
98
// Defaults
99
public static final boolean DEFAULT_CACHE_DATA_ON_READ = true;
0 commit comments