Re: Connecting to S3 Drill 1.2

2015-12-14 Thread Nirav Shah
Hi Kristine, Thanks for your help. This worked for me. I was following instruction given on drill documentation but it's not working. @Andries I tried placing core-site.xml in Drill/Conf still it's not working. Please note that I am using Drill 1.2. Best, Nirav On Fri, Dec 11, 2015 at 8:29 PM,

Re: Connecting to S3 Drill 1.2

2015-12-11 Thread Andries Engelbrecht
I found that placing the core-site.xml with only the S3 properties in the DRILL/CONF directory works best. Seems to get pickup more reliably than when placed in the hadoop directory. Also this way you don't have to expose the key in the plugin configuration. --Andries > On Dec 11, 2015, at

Re: Connecting to S3 Drill 1.2

2015-12-11 Thread Kristine Hahn
Please see the Amazon S3 Help regarding set of the xml: fs.s3.awsAccessKeyId ID fs.s3.awsSecretAccessKey SECRET Your connection in the plugin config needs to include the URL that looks something like this: "connection": "s3n://:@myname", Kristine Hahn Sr. Technical Writer 415-497-8

Connecting to S3 Drill 1.2

2015-12-10 Thread Nirav Shah
Hi All, I am trying to query from S3. I am getting below error. Error: SYSTEM ERROR: IllegalArgumentException: AWS Access Key ID and Secret Access Key must be specified as the username or password (respectively) of a s3 URL, or by setting the fs.s3.awsAccessKeyId or fs.s3.awsSecretAccessKey prop