Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-1405

Mesos fetcher does not support S3(n)

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 0.18.2
    • 0.19.0
    • 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

          Activity

            People

              tarnfeld Tom Arnfeld
              tarnfeld Tom Arnfeld
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: