Reputation: 728
I have an EMR Cluster. The cluster has a set of properties. One of the properties of the cluster includes fs.s3.consistent set as true. What does this signify?
Upvotes: 0
Views: 824
Reputation: 1980
fs.s3.consistent
is the main property that switches the EMRFS Consistent View feature on or off. (It's off by default.)
This entire feature is no longer necessary ever since the announcement that S3 now has strong read-after-write consistency.
Upvotes: 2