Re: Jdbc secure connection -- exception

2016-10-04 Thread Josh Elser
Hi Vikram, See https://issues.apache.org/jira/browse/PHOENIX-1754 This is presently an open issue. You will not be able to use the convenience "Kerberos login via URL" when on Windows. You will need to manually perform your Kerberos login (via JAAS or Hadoop's UserGroupInformation class) and

Jdbc secure connection -- exception

2016-10-04 Thread vikram.kondadasula
Hi, I am trying to connect to phoenix using jdbc with Kerberos from windows DriverManager.getConnection("jdbc:phoenix::2181:/hbase:C:\\kbfile\\xyz.keytab:x...@yyy.com", props); And getting the following exception Malformed connection url. :

Jdbc secure connection -- exception

2016-10-04 Thread vikram.kondadasula
Hi, I am trying to connect to phoenix using jdbc with Kerberos from windows DriverManager.getConnection("jdbc:phoenix::2181:/hbase:C:\\kbfile\\xyz.keytab:x...@yyy.com", props); And getting the following exception Malformed connection url. :