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 "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/12/09 16:32:00 UTC

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

    [ https://issues.apache.org/jira/browse/HADOOP-15409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16714014#comment-16714014 ] 

ASF GitHub Bot commented on HADOOP-15409:
-----------------------------------------

Github user steveloughran commented on the issue:

    https://github.com/apache/hadoop/pull/367
  
    hey, it's great you've signed your patches. Can you submit your public key to the central GPG Servers? 
    ```
    ~/P/h/h/hadoop-aws (incoming/PR-367-HADOOP-15409 ↩) git log1s
    * gpg: Signature made Thu Aug  9 07:45:14 2018 BST
    | gpg:                using RSA key 4AEE18F83AFDEB23
    | gpg: requesting key 4AEE18F83AFDEB23 from hkps server hkps.pool.sks-keyservers.net
    | gpg: Can't check signature: No public key
    | 81f78c27798 - (HEAD -> incoming/PR-367-HADOOP-15409) remove IOException (4 months ago)
    ```


> 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
>            Priority: Blocker
>
> 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