Dag Stockstad

Results 4 comments of Dag Stockstad

Also encountered this so just wanted to +1

Was just passing through. Hopefully everyone has seen this page but linking just in case: https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-file-systems.html Interesting that s3:// on EMR is slower than s3a:// considering EMRFS (EMR's proprietary S3...

You're going to want to do it using the instructions here: https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-configure-apps.html The settings go into core-site. So something like this: ``` [ { "Classification": "core-site", "Properties": { "fs.s3a.impl": "org.apache.hadoop.fs.s3a.S3AFileSystem",...

Given that the only workaround we can see (correct me if I'm wrong) is to destroy and recreate said resource and the repercussions of that are quite severe, can we...