1) What version of Drill are you using? 2) Can you enable verbose messaging (ALTER SESSION SET `exec.errors.verbose` = true;) and post the resulting error message? Also, please check if there are any relevant ERROR messages in the log file.
Thank you, Sudheesh > On Dec 6, 2015, at 11:28 PM, Durga Perla <[email protected]> wrote: > > Hi, > I am trying to query a hive table called customers, that I have created. i > am able to see the table and describe works too. > But, when i run, > > select * from customers limit 10; > or > Select firstname from customers limit 10; > > I get the error, *Error: SYSTEM ERROR: StackOverflowError . > *Any ideas on what is causing this? > And, btw, I am able to query the table properly in hive. > > Thanks & Regards, > Durga Swaroop
