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
(this is a dupe of HADOOP-15409; moving off git PRs so we can get yetus to test everything)
Attachments
Attachments
Issue Links
- duplicates
-
HADOOP-15409 S3AFileSystem.verifyBucketExists to move to s3.doesBucketExistV2
- Resolved
- Is contained by
-
HADOOP-16711 S3A bucket existence checks to support v2 API and "no checks at all"
- Resolved
- relates to
-
HADOOP-16711 S3A bucket existence checks to support v2 API and "no checks at all"
- Resolved
-
SPARK-24000 S3A: Create Table should fail on invalid AK/SK
- Resolved