Re: JDBC Connection URL to Phoenix on Azure HDInsight

2018-11-29 Thread Raghavendra Channarayappa
Thanks Josh for the quick response. Did some digging, the Zookeeper quorum needs to be used for the thick client like Josh suggested. JDBL URL was fine and found there were two issues with Azure HDI setup: 1. Zookeeper Server was not started 2. Zookeeper port(2181) is not open *1.*

Re: JDBC Connection URL to Phoenix on Azure HDInsight

2018-11-27 Thread Josh Elser
Are you trying to use the thick driver (direct HBase connection) or the thin driver (via Phoenix Query Server)? You're providing examples of both. If the thick driver: by default, I believe that HDI configures a root znode of "/hbase" not "/hbase-unsecure" which would be a problem. You need

Re: JDBC Connection URL to Phoenix on Azure HDInsight

2018-11-27 Thread Raghavendra Channarayappa
+Samya Ghosh On Tue, Nov 27, 2018 at 6:24 PM Raghavendra Channarayappa < raghavendra.channaraya...@myntra.com> wrote: > Dear all, > > My current problem is fairly trivial, i guess, but I am currently stuck on > this. > > The following was the JDBC connection string for Phoenix on EMR > >