You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@drill.apache.org by Ascot Moss <as...@gmail.com> on 2017/08/12 12:57:55 UTC

Error: SYSTEM ERROR: IOException: Can't get Master Kerberos principal for use as renewer

Hi,

I use Drill 1.11 on Hive 2.1.1 on Hadoop 2.7.2 with Kerberos.


sqlline -u
"jdbc:drill:drillbit=n1.server:31010;auth=kerberos;principal=drill/server"
-n "drill/n1.server <dr...@EMBS.COM>"

use hive;

+-------+-----------------------------------+

|  ok   |              summary              |

+-------+-----------------------------------+

| true  | Default schema changed to [hive]  |

+-------+-----------------------------------+

show tables;

+---------------+--------------------------+

| TABLE_SCHEMA  |        TABLE_NAME        |

+---------------+--------------------------+

| hive.default  | test01                |

+---------------+--------------------------+

select * from `test01`;

Error: SYSTEM ERROR: IOException: Can't get Master Kerberos principal for
use as renewer
How can I fix this?
Regards