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 b165323 commit b8fc345Copy full SHA for b8fc345
hadoop-tools/hadoop-azure/src/site/markdown/abfs.md
@@ -803,7 +803,7 @@ pattern is detected.
803
`fs.azure.readaheadqueue.depth`: Sets the readahead queue depth in
804
AbfsInputStream. In case the set value is negative the read ahead queue depth
805
will be set as Runtime.getRuntime().availableProcessors(). By default the value
806
-will be -1. To disable readaheads, set this value to 0. If your workload is
+will be 2. To disable readaheads, set this value to 0. If your workload is
807
doing only random reads (non-sequential) or you are seeing throttling, you
808
may try setting this value to 0.
809
0 commit comments