Skip to content

Commit 056b52a

Browse files
author
Ben Roling
committed
fix typo
1 parent ef91a67 commit 056b52a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ hadoop s3guard import [-meta URI] s3a://my-bucket/file-with-bad-metadata
202202
```
203203

204204
Programmatic retries of the original operation would require overwrite=true.
205-
Suppose the original operation was FileSystem.create(myFile, ovewrite=false).
205+
Suppose the original operation was FileSystem.create(myFile, overwrite=false).
206206
If this operation failed with `MetadataPersistenceException` a repeat of the
207207
same operation would result in `FileAlreadyExistsException` since the original
208208
operation successfully created the file in S3 and only failed in writing the

0 commit comments

Comments
 (0)