Skip to content

Commit 2c5f5a1

Browse files
committed
HADOOP-17833. improve documentation text
Change-Id: Ie944c2fc1cb7f1634076a7df37148b51d7f5a741
1 parent 5dcb72b commit 2c5f5a1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

hadoop-common-project/hadoop-common/src/site/markdown/filesystem/fsdataoutputstreambuilder.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Here are the custom options which the S3A Connector supports.
191191
| Name | Type | Meaning |
192192
|-----------------------------|-----------|----------------------------------------|
193193
| `fs.s3a.create.performance` | `boolean` | create a file with maximum performance |
194-
| `fs.s3a.create.header` | `string` | prefix for user supplied headers |
194+
| `fs.s3a.create.header` | `string` | prefix for user supplied headers |
195195

196196
### `fs.s3a.create.performance`
197197

@@ -218,10 +218,11 @@ trigger this are undefined and may change between even minor releases.
218218
Using this option is the equivalent of pressing and holding down the
219219
"Electronic Stability Control"
220220
button on a rear-wheel drive car for five seconds: the safety checks are off.
221-
Things wil be faster if the driver knew what you are doing.
222-
If you don't, the fact they had held the button down will
223-
be used as evidence that they made a conscious decision to choose speed over
224-
safety and that all consequences are their fault.
221+
Things wil be faster if the driver knew what they were doing.
222+
If they didn't, the fact they had held the button down will
223+
be used as evidence at the inquest as proof that they made a
224+
conscious decision to choose speed over safety and
225+
that the outcome was their own fault.
225226

226227
Accordingly: *Use if and only if you are confident that the conditions are met.*
227228

0 commit comments

Comments
 (0)