From your error log, it seems like you may be specifying the table incorrectly. Instead of 'ibios3.root.tracking/tracking.log’, can you try ibios3.root.`tracking/tracking.log`
i.e. for example, select * from ibios3.root.`tracking/tracking.log` Thanks Padma > On Oct 18, 2017, at 7:15 PM, Daniel McQuillen <daniel.mcquil...@gmail.com> > wrote: > > Hi, > > Attempting to use Apache Drill to parse Open edX tracking log files I have > stored on S3. > > I've successfully set up an S3 connection and I can see my different > directories in the target S3 bucket when I type `show files;` in embedded > drill. Hooray! > > However, I can't seem to do a query. I keep getting a "not found" error > > SEVERE: org.apache.calcite.runtime.CalciteContextException: From line 1, > column 15 to line 1, column 20: Table 'ibios3.root.tracking/tracking.log' > not found > > The "tracking" subdirectory has a most recent `tracking.log` file as well > as a bunch of gzipped older files, e.g. `tracking-log-20170518-1234.gz` > ... could this be confusing Drill? I've tried querying an individual file > (tracking.log) as well as the directory itself, but not luck. > > Thanks for any thoughts! > > > - Daniel