Re: S3 bucket configuration security error on the storage plugin

2016-08-04 Thread Andries Engelbrecht
Also if you want to put the key in the plugin config the syntax is as follows "config": { "fs.s3a.access.key": "", "fs.s3a.secret.key": "" }, --Andries > On Aug 4, 2016, at 7:55 AM, Andries Engelbrecht > wrote: > > You have to put the actual ID and KEY in the storage plugin (not

Re: S3 bucket configuration security error on the storage plugin

2016-08-04 Thread Andries Engelbrecht
You have to put the actual ID and KEY in the storage plugin (not recommended per se if you don't have the WebUI secured). Or you can edit the core-site.xml file in the drill conf directory to add the s3a ID and KEY there. Also use s3a not s3 in the later versions of Drill. http://drill.apache.

S3 bucket configuration security error on the storage plugin

2016-08-03 Thread mdhruv1
Hi, I am trying to configure an s3 bucket and I am getting this error. Can any one help me org.apache.drill.common.exceptions.UserRemoteException: SYSTEM ERROR: IllegalArgumentException: AWS Access Key ID and Secret Access Key must be specified as the username or password (respectively) of a s3