File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ Initial state of a buffer is blank.
7373` CachingBlockManager ` - Implements reading data into the buffer, prefetching and caching.
7474
7575` BufferPool ` - Manages a fixed sized pool of buffers.
76- It’ s used by ` CachingBlockManager ` to acquire buffers.
76+ It' s used by ` CachingBlockManager ` to acquire buffers.
7777
7878` S3File ` - Implements operations to interact with S3 such as opening and closing the input stream to
7979the remote file in S3.
@@ -118,7 +118,7 @@ The `ensureCurrentBuffer()` then:
118118The read operation now just gets the required bytes from the buffer in ` FilePosition ` .
119119
120120When the second read is issued, there is already a valid buffer which can be used.
121- Don’ t do anything else, just read the required bytes from this buffer.
121+ Don' t do anything else, just read the required bytes from this buffer.
122122
123123#### S3CachingInputStream
124124
You can’t perform that action at this time.
0 commit comments