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 6E070200B2D for ; Thu, 16 Jun 2016 15:46:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6C6B51602C5; Thu, 16 Jun 2016 13:46:07 +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 A8F8B160A51 for ; Thu, 16 Jun 2016 15:46:06 +0200 (CEST) Received: (qmail 12148 invoked by uid 500); 16 Jun 2016 13:46:05 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 12113 invoked by uid 99); 16 Jun 2016 13:46:05 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2016 13:46:05 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 3AC732C14F9 for ; Thu, 16 Jun 2016 13:46:05 +0000 (UTC) Date: Thu, 16 Jun 2016 13:46:05 +0000 (UTC) From: "Josh Elser (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-16043) Backport SPNEGO support to 0.98 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 16 Jun 2016 13:46:07 -0000 Josh Elser created HBASE-16043: ---------------------------------- Summary: Backport SPNEGO support to 0.98 Key: HBASE-16043 URL: https://issues.apache.org/jira/browse/HBASE-16043 Project: HBase Issue Type: Sub-task Reporter: Josh Elser Assignee: Josh Elser Fix For: 0.98.21 The initial backport work of the parent issue to 0.98 was more difficult than I expected. 0.98 uses Hadoop's HttpServer whereas >=1.x uses a copied variant of that HttpServer class (that has significantly diverged since the copy). Initial testing showed problems with the default configuration -- need to figure out what the difference is between the two (or just not backport this to 0.98). -- This message was sent by Atlassian JIRA (v6.3.4#6332)