[
https://issues.apache.org/jira/browse/HBASE-13358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14522909#comment-14522909
]
Hudson commented on HBASE-13358:
--------------------------------
FAILURE: Integrated in HBase-TRUNK #6445 (See
[https://builds.apache.org/job/HBase-TRUNK/6445/])
HBASE-13358 - Update VisibilityClient to accept Connection objects; ADDENDUM --
remove unused imports (ssrungarapu: rev
6399cd2c450c6d7db387283fe45e2c1622927cfc)
*
hbase-client/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityClient.java
> 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, 1.2.0
>
> Attachments: HBASE-13358-1.2_v5.patch, HBASE-13358-master_v5.patch,
> HBASE-13358.patch, HBASE-13358_v2.patch, HBASE-13358_v3.patch,
> HBASE-13358_v4.patch
>
>
> 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)