You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/11/18 04:07:10 UTC

[jira] [Commented] (DRILL-4063) Missing files/classes needed for S3a access

    [ https://issues.apache.org/jira/browse/DRILL-4063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15010113#comment-15010113 ] 

ASF GitHub Bot commented on DRILL-4063:
---------------------------------------

GitHub user abhipol opened a pull request:

    https://github.com/apache/drill/pull/265

    DRILL-4063: Missing files/classes needed for S3a access

    Pulling s3a support dep jars from hadoop-aws

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/abhipol/drill s3dep

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/drill/pull/265.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #265
    
----
commit 3007638758104a1e79a92debc683cd341024d1b3
Author: Abhi P <ab...@dremio.com>
Date:   2015-11-18T03:04:23Z

    pulling s3a support dep jars

----


> Missing files/classes needed for S3a access
> -------------------------------------------
>
>                 Key: DRILL-4063
>                 URL: https://issues.apache.org/jira/browse/DRILL-4063
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Storage - Other
>    Affects Versions: 1.3.0
>         Environment: All
>            Reporter: Nathan Griffith
>              Labels: aws, aws-s3, s3, storage
>
> Specifying
> {code}
> "connection": "s3a://<bucketname>"
> {code}
> results in the following error:
> {code}
> Error: SYSTEM ERROR: ClassNotFoundException: Class org.apache.hadoop.fs.s3a.S3AFileSystem not found
> {code}
> I can fix this by dropping in these files from the hadoop binary tarball:
> hadoop-aws-2.6.2.jar
> aws-java-sdk-1.7.4.jar
> And then adding this to my core-site.xml:
> {code:xml}
>   <property>
>     <name>fs.s3a.access.key</name>
>     <value>ACCESSKEY</value>
>   </property>
>   <property>
>     <name>fs.s3a.secret.key</name>
>     <value>SECRETKEY</value>
>   </property>
> {code}



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