Description
in S3AFileSystem.initialize(), we check for the bucket existing with verifyBucketExists(), which calls s3.doesBucketExist(). But that doesn't check for auth issues.
s3. doesBucketExistV2() does at least validate credentials, and should be switched to. This will help things fail faster
See SPARK-24000
Attachments
Issue Links
- is duplicated by
-
HADOOP-15990 S3AFileSystem.verifyBucketExists to move to s3.doesBucketExistV2
- Resolved
- relates to
-
SPARK-24000 S3A: Create Table should fail on invalid AK/SK
- Resolved
- links to