springboot集成phoenix访问hbase

1.修改/etc/hosts
使其能解析habse集群
2.安装kerberos
linux https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/managing_smart_cards/installing-kerberos
mac 自带的
3.配置/etc/krb5.conf
需要制定realm
配置完成以后用kinit -kt x.keytab user测试下是否能登陆查看登陆用户klist
4.查找jdk目录
并添加JAVA_HOME/jre/lib/security/local_policy.jarJAVA_HOME/jre/lib/security/US_export_policy.jar
自行查找这两个文件

你可能感兴趣的:(springboot集成phoenix访问hbase)