Skip to content

Commit

Permalink
Merge pull request #74 from souza-dan/allow-suffix
Browse files Browse the repository at this point in the history
DEV-15088 - adds emrfs-site property to examples required for reliable s3-dist-cp
  • Loading branch information
souza-dan authored Jul 22, 2022
2 parents 38ed2ef + 81b32bd commit e87ed9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/emr-config-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"Properties":{
"fs.s3.consistent":"false",
"fs.s3.enableServerSideEncryption": "true",
"fs.s3a.enableServerSideEncryption":"true"
"fs.s3a.enableServerSideEncryption":"true",
"fs.s3.create.allowFileNameEndsWithFolderSuffix": "true"
}
},
{
Expand Down

0 comments on commit e87ed9d

Please sign in to comment.