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 96C69200B6E for ; Sat, 16 Jul 2016 05:20:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9580D160A79; Sat, 16 Jul 2016 03:20:22 +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 0FB5A160A87 for ; Sat, 16 Jul 2016 05:20:21 +0200 (CEST) Received: (qmail 82360 invoked by uid 500); 16 Jul 2016 03:20:20 -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 82327 invoked by uid 99); 16 Jul 2016 03:20:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Jul 2016 03:20:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 784752C036E for ; Sat, 16 Jul 2016 03:20:20 +0000 (UTC) Date: Sat, 16 Jul 2016 03:20:20 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-16231) Integration tests should support client keytab login for secure clusters MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 16 Jul 2016 03:20:22 -0000 [ https://issues.apache.org/jira/browse/HBASE-16231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15380463#comment-15380463 ] Hudson commented on HBASE-16231: -------------------------------- FAILURE: Integrated in HBase-1.4 #288 (See [https://builds.apache.org/job/HBase-1.4/288/]) HBASE-16231 Support client keytab login for integration tests (garyh: rev 9dbeb593b5f78f445d3f751fec04d34d9e2f50bc) * hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestBase.java > Integration tests should support client keytab login for secure clusters > ------------------------------------------------------------------------ > > Key: HBASE-16231 > URL: https://issues.apache.org/jira/browse/HBASE-16231 > Project: HBase > Issue Type: Improvement > Components: integration tests > Reporter: Gary Helmling > Assignee: Gary Helmling > Fix For: 2.0.0, 1.3.0, 1.4.0 > > Attachments: HBASE-16231.001.patch > > > Integration tests currently rely on an external kerberos login for secure clusters. Elsewhere we use AuthUtil to login and refresh the credentials in a background thread. We should do the same here. -- This message was sent by Atlassian JIRA (v6.3.4#6332)