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 "Aaron Fabbri (JIRA)" <ji...@apache.org> on 2017/08/31 21:33:01 UTC

[jira] [Comment Edited] (HADOOP-13998) Merge initial S3guard release into trunk

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

Aaron Fabbri edited comment on HADOOP-13998 at 8/31/17 9:32 PM:
----------------------------------------------------------------

Applying and testing patch 005 now.

For Yetus results above:  Javac warnings are just the AmazonS3Client constructor deprecation:

{code}
     * @deprecated use {@link AmazonS3ClientBuilder#defaultClient()}
     */
    @Deprecated
    public AmazonS3Client() {
        this(new S3CredentialsProviderChain());
    }
{code}

Checkstyle issues are line length where we cannot break (e.g. javadoc link urls), method length (innerRename), and "more than 7 method parameters" on two functions.  They all seem like reasonable exceptions.


was (Author: fabbri):
Applying and testing patch 005 now.

For Yetus results above:  Javac warnings are just the AmazonS3Client constructor deprecation:

{code}
     * @deprecated use {@link AmazonS3ClientBuilder#defaultClient()}
     */
    @Deprecated
    public AmazonS3Client() {
        this(new S3CredentialsProviderChain());
    }
{code}

Checkstyle issues are line length where we cannot break (e.g. javadoc link urls), method length (innerRename), and "more than 7 method parameters" on two functions.  The all seem like reasonable exceptions.

> Merge initial S3guard release into trunk
> ----------------------------------------
>
>                 Key: HADOOP-13998
>                 URL: https://issues.apache.org/jira/browse/HADOOP-13998
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/s3
>    Affects Versions: 3.0.0-beta1
>            Reporter: Steve Loughran
>            Assignee: Steve Loughran
>         Attachments: HADOOP-13998-001.patch, HADOOP-13998-002.patch, HADOOP-13998-003.patch, HADOOP-13998-004.patch, HADOOP-13998-005.patch
>
>
> JIRA to link in all the things we think are needed for a preview/merge into trunk



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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