Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7039218E75 for ; Thu, 26 Nov 2015 04:05:11 +0000 (UTC) Received: (qmail 87898 invoked by uid 500); 26 Nov 2015 04:05:11 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 87818 invoked by uid 500); 26 Nov 2015 04:05:11 -0000 Mailing-List: contact issues-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list issues@drill.apache.org Received: (qmail 87756 invoked by uid 99); 26 Nov 2015 04:05:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Nov 2015 04:05:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 19F8F2C1F58 for ; Thu, 26 Nov 2015 04:05:11 +0000 (UTC) Date: Thu, 26 Nov 2015 04:05:11 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DRILL-4063) Missing files/classes needed for S3a access MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DRILL-4063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15028116#comment-15028116 ] ASF GitHub Bot commented on DRILL-4063: --------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/265 > 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://" > {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} > > fs.s3a.access.key > ACCESSKEY > > > fs.s3a.secret.key > SECRETKEY > > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)