Giter VIP home page Giter VIP logo

hadoop-s3a's People

Contributors

aloisius avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hadoop-s3a's Issues

Support http proxy

Hi,

Could you please add an option to specify a proxy ?

You should add something like that in S3AFileSystem.java:
awsConf..setProxyHost("192.168.2.12");
awsConf.clientCfg.setProxyPort(80);

Thanks

no license

What's the license of this package? ๐Ÿ™

NPE on seek

If the first call on an open s3a stream is to seek, the log statement chokes. This is one solution, but seems expensive vs just fixing the log statement?

--- a/src/main/java/org/apache/hadoop/fs/s3a/S3AInputStream.java
+++ b/src/main/java/org/apache/hadoop/fs/s3a/S3AInputStream.java
@@ -95,7 +95,7 @@ public class S3AInputStream extends FSInputStream {
     if (this.pos == pos) {
       return;
     }
-
+    openIfNeeded();
     LOG.info("Reopening " +  wrappedObject.getKey() + " to seek to new offset " + (pos - this.pos));
     reopen(pos);
   }

IAM support

Looks like you don't have IAM support just yet. Is that something you are looking to put in?

build fails when using hadoop 1.x.x

Has this been tried before ? It seems a lot of functions that are being used are from Hadoop 2.x release and are not available in 1.x

Should we change this or is it not worth the time ?

Is s3a support AWS SSE-KMS encryption while uploading data from hdfs to s3?

Hi,

We are trying to upload data to s3 destination with file that need to be encrypted with SSE-KMS keys. Does the s3a file system implementaion support this?

We were able to copy SSE-KMS encypted files from the s3 bucket to AWS EMR cluster's HDFS using command:-

hadoop fs -cp s3a://bucketName/data/ hdfs://testip/user/hdfs/

But we were unable to copy files from EMR cluster's HDFS to s3 bucket with AWS SSE-KMS encryption. Does it also support multipart-file upload?

Hope to hear from you soon,
error804.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.