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 jdbc:phoenix:thin:url=http://ec2-12-345-678-90.ap-southeast-1.compute.amazonaws.com:8765;serialization=PROTOBUF;autocommit=true which worked perfectly fine. But, for Phoenix on Azure HDInsight(which uses HDP2.6.0), I am unable to figure out the equivalent JDBC url The following options which *DID NOT* work: *Azure HDInsight Ambari Dashboard URL as the server_url:* jdbc:phoenix:thin:url=http://randomcluterdashboard.azurehdinsight.net:8765;serialization=PROTOBUF;autocommit=true *Phoenix Query Servers(comma-separated) as the server_url:* jdbc:phoenix:wn0-apache.xxxxxxxxxxxxxxxxxxxxxxxxx.tx.internal.cloudapp.net,wn1-apache.xxxxxxxxxxxxxxxxxxxxxxxxx.tx.internal.cloudapp.net,wn2-apache.xxxxxxxxxxxxxxxxxxxxxxxxx.tx.internal.cloudapp.net,wn3-apache.xxxxxxxxxxxxxxxxxxxxxxxxx.tx.internal.cloudapp.net:2181:/hbase-unsecure *Zookeeper Quorum(comma-separated) as the server_url:* jdbc:phoenix:zk0-apache.xxxxxxxxxxxxxxxxxxxxxxxxx.tx.internal.cloudapp.net,zk1-apache.xxxxxxxxxxxxxxxxxxxxxxxxx.tx.internal.cloudapp.net,zk2-apache.xxxxxxxxxxxxxxxxxxxxxxxxx.tx.internal.cloudapp.net:2181:/hbase-unsecure Where can I find the JDBC url in Ambari dashboard? Thanks in advance, Raghavendra