Skip to content

Commit e5e9ea3

Browse files
committed
fixes formatting errors
1 parent b089cf6 commit e5e9ea3

File tree

1 file changed

+18
-4
lines changed
  • hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws

1 file changed

+18
-4
lines changed

hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/prefetching.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<!---
2+
Licensed under the Apache License, Version 2.0 (the "License");
3+
you may not use this file except in compliance with the License.
4+
You may obtain a copy of the License at
5+
6+
http://www.apache.org/licenses/LICENSE-2.0
7+
8+
Unless required by applicable law or agreed to in writing, software
9+
distributed under the License is distributed on an "AS IS" BASIS,
10+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
See the License for the specific language governing permissions and
12+
limitations under the License. See accompanying LICENSE file.
13+
-->
14+
115
# S3A Prefetching
216

317

@@ -15,11 +29,11 @@ With prefetching, we divide the file into blocks of a fixed size (default is 8MB
1529

1630
### Configuring the stream
1731

18-
|Property |Meaning |Default |
32+
|Property |Meaning |Default |
1933
|--- |--- |--- |
20-
|fs.s3a.prefetch.enabled |Enable the prefetch input stream |TRUE |
21-
|fs.s3a.prefetch.block.size |Size of a block |8MB |
22-
|fs.s3a.prefetch.block.count |Number of blocks to prefetch |8 |
34+
|fs.s3a.prefetch.enabled |Enable the prefetch input stream |TRUE |
35+
|fs.s3a.prefetch.block.size |Size of a block |8MB |
36+
|fs.s3a.prefetch.block.count |Number of blocks to prefetch |8 |
2337

2438
### Key Components:
2539

0 commit comments

Comments
 (0)