You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Denys Ordynskiy (JIRA)" <ji...@apache.org> on 2018/12/18 15:32:00 UTC

[jira] [Created] (DRILL-6911) Documentation issue - Hadoop core-site.xml is not supported by Drill to read S3 credentials

Denys Ordynskiy created DRILL-6911:
--------------------------------------

             Summary: Documentation issue - Hadoop core-site.xml is not supported by Drill to read S3 credentials
                 Key: DRILL-6911
                 URL: https://issues.apache.org/jira/browse/DRILL-6911
             Project: Apache Drill
          Issue Type: Bug
    Affects Versions: 1.14.0
            Reporter: Denys Ordynskiy
            Assignee: Bridget Bevens


In the Drill S3 documentation https://drill.apache.org/docs/s3-storage-plugin/
Section "Providing AWS Credentials" describing 3 ways to setup AWS S3 credentials in Drill:
- storage plugin;
- Drill-specific core-site.xml;
- existing S3 configuration for Hadoop.

Third item is not supported by Drill. Hadoop core-site.xml config file may contains S3 credentials, but Drill doesn't read any S3 parameters directly from Hadoop config file.

Third item 
{code:java}
In a Hadoop environment, you can use the existing S3 configuration for Hadoop. The AWS credentials should already be defined. All you need to do is configure the S3 storage plugin.
{code}
should be removed from the document https://drill.apache.org/docs/s3-storage-plugin/



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)