phoenix PQS的kerberos相关配置
Posted night-xing
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了phoenix PQS的kerberos相关配置相关的知识,希望对你有一定的参考价值。
thin 客户端的实例代码
jdbc:phoenix:thin:url=<scheme>://<server-hostname>:<port>;authentication=SPNEGO
示例
jdbc:phoenix:thin:url=<scheme>://<server-hostname>:<port>;authentication=SPNEGO;principal=my_user;keytab=/home/my_user/my_user.keytab
CDH PQS的相关设置
https://docs.cloudera.com/documentation/enterprise/6/6.2/topics/phoenix_configuring_pqs.html
kerberos 401:https://serverfault.com/questions/470323/kerberos-authentication-failing-with-401
https://github.com/apache/phoenix/tree/master/python/requests-kerberos
https://community.cloudera.com/t5/Support-Questions/Phoenix-Query-Server-Connection-URL-example/td-p/147474
https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/cdh_sg_hbase_authentication.html
以上是关于phoenix PQS的kerberos相关配置的主要内容,如果未能解决你的问题,请参考以下文章
CDH6.3.2 启用Kerberos 集成使用phoenix
CDH6.3.2 启用Kerberos 集成使用phoenix
Spark Streaming 和 Phoenix Kerberos 问题