This is how to get a verbose error: First set the option: > SET `exec.errors.verbose` = true;
And then run the query. The detailed output will point us to where the error occurred. Thank you, Sudheesh > On Sep 15, 2016, at 9:12 PM, Abhishek Girish <[email protected]> > wrote: > > Hi Kartik, > > Can you take a look at the logs (or turn on verbose errors) and share the > relevant stack trace? Also what platform is this on? > > -Abhishek > > On Thu, Sep 15, 2016 at 4:26 PM, Kartik Bhatia <[email protected]> wrote: > >> When I run the following >> 0: jdbc:drill:zk=local> SELECT * FROM cp.`employee.json` LIMIT 5; >> It gives me java expection with Error: RESOURCE ERROR: Failed to create >> schema tree. >> >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >> This e-mail message from State Compensation Insurance Fund and all >> attachments transmitted with it >> may be privileged or confidential and protected from disclosure. If you >> are not the intended recipient, >> you are hereby notified that any dissemination, distribution, copying, or >> taking any action based on it >> is strictly prohibited and may have legal consequences. If you have >> received this e-mail in error, >> please notify the sender by reply e-mail and destroy the original message >> and all copies. >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >>
