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 2020/12/14 12:23:00 UTC

[jira] [Resolved] (HADOOP-17412) When `fs.s3a.connection.ssl.enabled=true`, Error when visit S3A with AKSK

     [ https://issues.apache.org/jira/browse/HADOOP-17412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Loughran resolved HADOOP-17412.
-------------------------------------
    Resolution: Duplicate

This is a duplicate of HADOOP-17017; you can't have "." in your bucket name without enabling path style access. Please update your configuration

> When `fs.s3a.connection.ssl.enabled=true`,   Error when visit S3A with AKSK
> ---------------------------------------------------------------------------
>
>                 Key: HADOOP-17412
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17412
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs/s3
>         Environment: jdk 1.8
> hadoop-3.3.0
>            Reporter: angerszhu
>            Priority: Major
>         Attachments: image-2020-12-07-10-25-51-908.png
>
>
> When we update hadoop version from hadoop-3.2.1 to hadoop-3.3.0, Use AKSK access s3a with ssl enabled, then this error happen
> {code:java}
> <property>   
>     <name>ipc.client.connection.maxidletime</name> 
>    <value>20000</value> 
> </property> 
> <property>
>     <name>fs.s3a.secret.key</name> 
>     <value></value> 
> </property> 
> <property>   
>     <name>fs.s3a.access.key</name> 
>     <value></value>
> </property> 
> <property> 
>     <name>fs.s3a.aws.credentials.provider</name> 
>     <value>org.apache.hadoop.fs.s3a.SimpleAWSCredentialsProvider</value>
> </property>
> {code}
> !image-2020-12-07-10-25-51-908.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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