Drill on Hive table

2016-07-03 Thread Santosh Kulkarni
Hello, For a simple query select count(*) from table_name, Drill gives an error. Error: SYSTEM ERROR: IOException: Can't get Master Kerberos principal for use as renewer. I also ran the kinit -kt command and confirmed the ticket is active. So, if the Kerberos ticket is active and if I can query

Re: Drill on Hive table

2016-07-05 Thread Joseph Swingle
Did you get this resolved? I have the same issue On Sun, Jul 3, 2016 at 10:49 PM, Santosh Kulkarni < santoshskulkarn...@gmail.com> wrote: > Hello, > > For a simple query select count(*) from table_name, Drill gives an error. > Error: SYSTEM ERROR: IOException: Can't get Master Kerberos principal

Re: Drill on Hive table

2016-07-17 Thread Santosh Kulkarni
For the most part it is resolved by kinit - R command from the shell prompt. We also created a script to renew the Kerberos ticket daily. But there were couple of instances when I still see this issue. Especially for Hive table in parquet format. On Tue, Jul 5, 2016 at 8:05 AM, Joseph Swingle wro