[
https://issues.apache.org/jira/browse/HADOOP-12851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15172757#comment-15172757
]
Chris Nauroth commented on HADOOP-12851:
----------------------------------------
Strange... we clearly had a good Jenkins run, but when I apply the patch, I get
compilation errors. [~lmccay], could you please upload a new patch? Maybe
something awkward happened with the JIRA attachments.
{code}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile
(default-testCompile) on project hadoop-aws: Compilation failure: Compilation
failure:
[ERROR]
/Users/chris/git/hadoop/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/TestS3AConfiguration.java:[334,15]
cannot find symbol
[ERROR] symbol: variable S3AFileSystem
[ERROR] location: class org.apache.hadoop.fs.s3a.TestS3AConfiguration
[ERROR]
/Users/chris/git/hadoop/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/TestS3AConfiguration.java:[337,5]
cannot find symbol
[ERROR] symbol: method assertFalse(java.lang.String,boolean)
[ERROR] location: class org.apache.hadoop.fs.s3a.TestS3AConfiguration
{code}
> S3AFileSystem Uptake of ProviderUtils.excludeIncompatibleCredentialProviders
> ----------------------------------------------------------------------------
>
> Key: HADOOP-12851
> URL: https://issues.apache.org/jira/browse/HADOOP-12851
> Project: Hadoop Common
> Issue Type: Bug
> Components: fs/s3
> Reporter: Larry McCay
> Assignee: Larry McCay
> Attachments: HADOOP-12851-001.patch
>
>
> HADOOP-12846 introduced the ability for FileSystem based integration points
> of credential providers to eliminate the threat of a recursive infinite loop
> due to a provider in the same filesystem being configured.
> It was WASB has already uptaken its use in HADOOP-12846 and this patch will
> add it to the S3A integration point as well.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)