Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9EC891874F for ; Fri, 24 Jul 2015 05:15:05 +0000 (UTC) Received: (qmail 95668 invoked by uid 500); 24 Jul 2015 05:15:05 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 95608 invoked by uid 500); 24 Jul 2015 05:15:05 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 95594 invoked by uid 99); 24 Jul 2015 05:15:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jul 2015 05:15:05 +0000 Date: Fri, 24 Jul 2015 05:15:05 +0000 (UTC) From: "Ashish Singhi (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-14122) Client API for determining if server side supports cell level security MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-14122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14639941#comment-14639941 ] Ashish Singhi commented on HBASE-14122: --------------------------------------- +1 (non-binding) > Client API for determining if server side supports cell level security > ---------------------------------------------------------------------- > > Key: HBASE-14122 > URL: https://issues.apache.org/jira/browse/HBASE-14122 > Project: HBase > Issue Type: Improvement > Reporter: Andrew Purtell > Assignee: Andrew Purtell > Priority: Minor > Fix For: 2.0.0, 0.98.14, 1.2.0, 1.3.0 > > Attachments: HBASE-14122-v2-0.98.patch, HBASE-14122-v2-branch-1.patch, HBASE-14122-v2.patch, HBASE-14122.patch > > > Add a client API for determining if the server side supports cell level security. > Ask the master, assuming as we do in many other instances that the master and regionservers all have a consistent view of site configuration. > Return {{true}} if all features required for cell level security are present, {{false}} otherwise, or throw {{UnsupportedOperationException}} if the master does not have support for the RPC call. -- This message was sent by Atlassian JIRA (v6.3.4#6332)