A URL for hive when accessed via knox is similar to what follows:
jdbc:hive2://knoxhostname:8443/;ssl=true;sslTrustStore=...
Is there something similar for phoenix? My assumption is the URL parsing is performed in the knox thrift libraries, but jdbc:phoenix throws an exception that it can’t be parsed. I will take a look at those libraries, but I thought asking may be faster.
As always, if I figure it out before that, I will reply back to this thread.
Thanks,
Steve