You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Matt Warhaftig (JIRA)" <ji...@apache.org> on 2015/04/26 17:59:38 UTC

[jira] [Updated] (HBASE-13358) Upgrade VisibilityClient API to accept Connection object.

     [ https://issues.apache.org/jira/browse/HBASE-13358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Warhaftig updated HBASE-13358:
-----------------------------------
    Fix Version/s: 2.0.0
         Assignee: Matt Warhaftig
           Status: Patch Available  (was: Open)

Attached patch 'HBASE-13358.patch' adds VisibilityClient methods that allow connection to be passed and deprecates existing configuration parameter methods.  Associated JUnit tests are updated to use new methods.  Please double-check changes as HBase security logic was modified.

> Upgrade VisibilityClient API to accept Connection object.
> ---------------------------------------------------------
>
>                 Key: HBASE-13358
>                 URL: https://issues.apache.org/jira/browse/HBASE-13358
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Srikanth Srungarapu
>            Assignee: Matt Warhaftig
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> From VisibilityClient class:
> {code}
>   // TODO: Make it so caller passes in a Connection rather than have us do this expensive
>     // setup each time.  This class only used in test and shell at moment though.
> {code}
> Basically, this is the VC's counterpart of HBASE-13171. 



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