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 ef91a67 commit 056b52aCopy full SHA for 056b52a
hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/s3guard.md
@@ -202,7 +202,7 @@ hadoop s3guard import [-meta URI] s3a://my-bucket/file-with-bad-metadata
202
```
203
204
Programmatic retries of the original operation would require overwrite=true.
205
-Suppose the original operation was FileSystem.create(myFile, ovewrite=false).
+Suppose the original operation was FileSystem.create(myFile, overwrite=false).
206
If this operation failed with `MetadataPersistenceException` a repeat of the
207
same operation would result in `FileAlreadyExistsException` since the original
208
operation successfully created the file in S3 and only failed in writing the
0 commit comments