Troubleshooting for Access Management for EMR¶
Accessing S3 Buckets Containing a 'dot' in the Name in EMR 6.x and above¶
In EMR version 6.x and above, you may encounter an error when attempting to read from or write to an S3 bucket that contains a dot (.) in its name using the s3a protocol in PySpark or Spark shell. This issue is caused by a problem with the AWS SDK.
You need to enable path-style access for buckets with dots and give the properties shown below:
Bash | |
---|---|
Bash | |
---|---|
- Prev topic: Advanced Configuration