[ 
https://issues.apache.org/jira/browse/DRILL-4063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Nadeau resolved DRILL-4063.
-----------------------------------
    Resolution: Fixed
      Assignee: Abhijit Pol

Resolved in 2b82a77693a28b8c76959e7a807bc7a501a6efc5 (1.3.0 branch)

> 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
>            Assignee: Abhijit Pol
>              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)

Reply via email to