You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Steve Loughran (JIRA)" <ji...@apache.org> on 2018/04/24 15:02:01 UTC

[jira] [Created] (HADOOP-15409) S3AFileSystem.verifyBucketExists to move to s3.doesBucketExistV2

Steve Loughran created HADOOP-15409:
---------------------------------------

             Summary: S3AFileSystem.verifyBucketExists to move to s3.doesBucketExistV2
                 Key: HADOOP-15409
                 URL: https://issues.apache.org/jira/browse/HADOOP-15409
             Project: Hadoop Common
          Issue Type: Sub-task
          Components: fs/s3
    Affects Versions: 3.1.0
            Reporter: Steve Loughran


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 message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org