You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "maghamravikiran (JIRA)" <ji...@apache.org> on 2015/01/27 05:48:34 UTC

[jira] [Commented] (PHOENIX-1608) Extend PhoenixHBaseStorage to support Kerberos authentication

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

maghamravikiran commented on PHOENIX-1608:
------------------------------------------

Hi [~alexvk]
    The first argument to PhoenixHBaseStorage is passed to QueryUtil [1]  to construct a Connection string and thereby a PhoenixConnection.  
   Can you please  try the following and see if it works. 
   {code}
         STORE ... USING org.apache.phoenix.pig.PhoenixHBaseStorage('hostname:keytab:principal')
   {code}

[1]https://github.com/apache/phoenix/blob/master/phoenix-core/src/main/java/org/apache/phoenix/util/QueryUtil.java
[2]https://issues.apache.org/jira/browse/PHOENIX-19 

> Extend PhoenixHBaseStorage to support Kerberos authentication
> -------------------------------------------------------------
>
>                 Key: PHOENIX-1608
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-1608
>             Project: Phoenix
>          Issue Type: Improvement
>    Affects Versions: 4.2
>            Reporter: Alex Kozlov
>
> Currently PhoenixHBaseStorage does not work with Kerberized HBase.  Would be nice to extend the PhoenixHBaseStorage to have extra parameters:
> 'STORE ... USING org.apache.phoenix.pig.PhoenixHBaseStorage('hostname', '-principal myprincipal -keytab mykeytab')



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)