When working with S3-backed Hive tables on Amazon EMR, you need to configure Hive with an additional property for that Hive source.
Property Name | Value |
---|---|
fs.s3.impl | org.apache.hadoop.fs.s3a.S3AFileSystem |
To configure for S3-backed Hive tables on Amazon EMR:
Advanced Options
.fs.s3.impl
Hive connection property to org.apache.hadoop.fs.s3a.S3AFileSystem
.