I was using Drill 1.3 with Hive 0.13 and Cloudera 5.3, when i got this
error. Later i found out that, i need Drill 1.0 for Hive 0.13.
So, i've installed Drill 1.0 and tried the same and i got the following
Error.
|Error while applying rule DrillPushProjIntoScan|
And, with verbose enabled, I got the following.
| Error while applying rule DrillPushProjIntoScan|
Unexpected exception during fragment initialization:
I have posted the same on Stack overflow and the link is this.
StackOverFlow Link
<http://stackoverflow.com/questions/34128286/querying-hive-from-apache-drill-causes-stackoverflow-error>
Regards,
Durga Swaroop
On 07-12-2015 21:55, Sudheesh Katkam wrote:
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