MartinWeindel / presto-kudu

Presto connector for Apache Kudu
Apache License 2.0
49 stars 17 forks source link

support kudu security #16

Open xiaoyunancy opened 5 years ago

xiaoyunancy commented 5 years ago

I found a problem in use kudu connector,My kudu is security(kerberos)

when I use kudu connector,error:
server requires Kerberos, but this client is not authenticated (missing or expired TGT)
MartinWeindel commented 5 years ago

As written in the known issues, Kudu with security enabled has not been tested. It's not in my focus and I have no idea what is missing. Take a look in the Kudu documentation https://kudu.apache.org/docs/security.html

Please also note that the presto-kudu has been integrated into presto and therefore this project is not maintained anymore.

xiaoyunancy commented 5 years ago

ok,thanks