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 "schmirr (JIRA)" <ji...@apache.org> on 2015/07/28 11:10:04 UTC

[jira] [Updated] (HADOOP-12279) Setting Enpoint for hadoop-aws s3n doesn't work

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

schmirr updated HADOOP-12279:
-----------------------------
    Description: 
I tried to access a S3 compatible storage from spark/zeppelin.
I wasn't able to get another endpoint working :

sc.hadoopConfiguration.set("s3service.s3-endpoint","test")
sc.hadoopConfiguration.set("fs.s3n.endpoint","test")
sc.hadoopConfiguration.set("fs.s3n.s3-endpoint","test")

All the 3 are working, and giving me a file back from amazon, even with "test" as endpoint...

I'm using org.apache.hadoop:hadoop-aws:2.6.0

  was:
I tried to access a S3 compatible storage from spark/zeppelin.
I wasn't able to get another endpoint working :

sc.hadoopConfiguration.set("s3service.s3-endpoint","test")
sc.hadoopConfiguration.set("fs.s3n.endpoint","test")
sc.hadoopConfiguration.set("fs.s3n.s3-endpoint","test")

All the 3 are working, and giving me a file back from amazon, even with "test" as endpoint...


> Setting Enpoint for hadoop-aws s3n doesn't work
> -----------------------------------------------
>
>                 Key: HADOOP-12279
>                 URL: https://issues.apache.org/jira/browse/HADOOP-12279
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs/s3
>    Affects Versions: 2.6.0
>            Reporter: schmirr
>
> I tried to access a S3 compatible storage from spark/zeppelin.
> I wasn't able to get another endpoint working :
> sc.hadoopConfiguration.set("s3service.s3-endpoint","test")
> sc.hadoopConfiguration.set("fs.s3n.endpoint","test")
> sc.hadoopConfiguration.set("fs.s3n.s3-endpoint","test")
> All the 3 are working, and giving me a file back from amazon, even with "test" as endpoint...
> I'm using org.apache.hadoop:hadoop-aws:2.6.0



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)