Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 817202009C5 for ; Mon, 16 May 2016 12:51:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 802EB160A16; Mon, 16 May 2016 10:51:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C8D4D1609B0 for ; Mon, 16 May 2016 12:51:13 +0200 (CEST) Received: (qmail 8306 invoked by uid 500); 16 May 2016 10:51:13 -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 8280 invoked by uid 99); 16 May 2016 10:51:12 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 May 2016 10:51:12 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D23CF2C1F58 for ; Mon, 16 May 2016 10:51:12 +0000 (UTC) Date: Mon, 16 May 2016 10:51:12 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-15780) Expose AuthUtil as IA.Public MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 16 May 2016 10:51:14 -0000 [ https://issues.apache.org/jira/browse/HBASE-15780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15284376#comment-15284376 ] Hudson commented on HBASE-15780: -------------------------------- FAILURE: Integrated in HBase-1.3-IT #662 (See [https://builds.apache.org/job/HBase-1.3-IT/662/]) HBASE-15780 Make AuthUtil public and rely on it for talking to secure (busbey: rev 89276aee84ca67212443b9b1472ea6d4354a38e7) * hbase-common/src/main/java/org/apache/hadoop/hbase/AuthUtil.java * hbase-common/src/test/java/org/apache/hadoop/hbase/TestChoreService.java * hbase-common/src/main/java/org/apache/hadoop/hbase/ScheduledChore.java * hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/TableAuthManager.java * hbase-common/src/main/java/org/apache/hadoop/hbase/ChoreService.java * hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.java * hbase-common/src/main/java/org/apache/hadoop/hbase/Stoppable.java * hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKUtil.java > Expose AuthUtil as IA.Public > ---------------------------- > > Key: HBASE-15780 > URL: https://issues.apache.org/jira/browse/HBASE-15780 > Project: HBase > Issue Type: New Feature > Components: API, security > Reporter: Sean Busbey > Assignee: Sean Busbey > Priority: Critical > Fix For: 2.0.0, 1.3.0 > > Attachments: HBASE-15780.1.patch, HBASE-15780.2.patch > > > Make AuthUtils IA.Public so that we can point it out to folks who want to build long-lived services that talk to secure HBase clusters without concerning them with Hadoop APIs like UGI. -- This message was sent by Atlassian JIRA (v6.3.4#6332)