Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.18.2
-
None
-
None
Description
The HDFS client is able to support both S3 and S3N. Details for the difference between the two can be found here: http://wiki.apache.org/hadoop/AmazonS3.
Examples:
s3://bucket/path.tar.gz <- S3 Block Store
s3n://bucket/path.tar.gz <- S3 K/V Store
Either we can simply pass these URIs through to the HDFS client (hdfs.cpp) and let hadoop do the work, or we can integrate with S3 directly. The latter then requires we have a way of managing S3 credentials, whereas using the HDFS client will just pull credentials from HADOOP_HOME.
Attachments
Issue Links
- is related to
-
MESOS-5472 Hadoop-free S3 fetcher
- Open