[ 
https://issues.apache.org/jira/browse/PHOENIX-19?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13916653#comment-13916653
 ] 

Anil Gupta edited comment on PHOENIX-19 at 3/1/14 1:03 AM:
-----------------------------------------------------------

[~jamestaylor] : Where can i find the source code of Phoenix on apache SVN? I 
tried to find it here: http://svn.apache.org/viewvc/

I made some more progress and was able to run through my code in eclipse by 
writing this simple method:
        public static void main(String[] args) {
                PhoenixDriver phxDriver = new PhoenixDriver();
                Properties info = new Properties();
                try {
                        ConnectionQueryServices querySvc = 
phxDriver.getConnectionQueryServices(
                                        "jdbc:phoenix:zk1,zk2,zk3"
                                                        + 
":/Users/agupta/hbase.keytab:hbase/[email protected]", info);

                } catch (SQLException e) {
                        // TODO Auto-generated catch block
                        e.printStackTrace();
                }
        }

 I would like to submit an initial patch. I still need to resolve some issues 
with this feature. Perhaps need your guidance for resolving those issues.

At present, i am using the code that i downloaded for git of phoenix.




was (Author: anilgupta84):
[~jamestaylor] : Where can i find the source code of Phoenix on apache SVN? I 
tried to find it here: http://svn.apache.org/viewvc/

I would like to submit an initial patch. I still need to resolve some issues 
with this feature. Perhaps need your guidance.



> Enhance JDBC connection of Phoenix to support connecting to a Secure HBase 
> cluster.
> -----------------------------------------------------------------------------------
>
>                 Key: PHOENIX-19
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-19
>             Project: Phoenix
>          Issue Type: Improvement
>    Affects Versions: 3.0.0
>            Reporter: Anil Gupta
>              Labels: hbase, jdbc, secure
>             Fix For: 3.0.0
>
>
> This is being moved from github 
> https://github.com/forcedotcom/phoenix/issues/550 to JIRA.
> As per my discussion with James Taylor over here 
> https://groups.google.com/forum/#!searchin/phoenix-hbase-user/secure$20cluster/phoenix-hbase-user/XHg2wXK4Hqo/qVTm92WLxUkJ
> and some other email exchanges. This ticket is to enhance the JDBC driver of 
> phoenix so that user can pass keytab and principal to connect to a secure 
> cluster.
> As per our discussion over email, could you please outline the changes 
> required to make this enhancement?



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to