Hello,
Currently, I connect to Phoenix driver using following string:
"jdbc:phoenix:[quorom]:[port]:[rootNode]:[principal]:[keytab]"
I also notice, that there is a reference to thin driver as -
jdbc:phoenix:thin:url=<scheme>://<server-hostname>:<port>
So, should I also change the connect string to use thin? I use Phoenix 4.5.1
with Hbase 0.98.1. Is there any advantage to it?
Secondly, I am yet to try using Kerberos with 4.5.1. Would anyone have any
pitfalls to avoid or does it work seamlessly?
Thanks,Sumit