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 DBD1111D18 for ; Sat, 3 May 2014 14:42:18 +0000 (UTC) Received: (qmail 64074 invoked by uid 500); 3 May 2014 14:42:18 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 63983 invoked by uid 500); 3 May 2014 14:42:17 -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 63970 invoked by uid 99); 3 May 2014 14:42:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 May 2014 14:42:17 +0000 Date: Sat, 3 May 2014 14:42:17 +0000 (UTC) From: "Eric Charles (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-10336) Remove deprecated usage of Hadoop HttpServer in InfoServer 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-10336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles updated HBASE-10336: --------------------------------- Attachment: HBASE-10336-9.patch HBASE-10336-9.patch is rebased on trunk. TestSSLHttpServer fails here, but I suspect a jdk issue (running on jdk8). Would be worth to run on Jenkins. HBASE-10336 must land before HBASE-6581 (run on hadoop-3) to progress - This is still more needed since Hadoop has made HttpServer final in hadoop trunk... > Remove deprecated usage of Hadoop HttpServer in InfoServer > ---------------------------------------------------------- > > Key: HBASE-10336 > URL: https://issues.apache.org/jira/browse/HBASE-10336 > Project: HBase > Issue Type: Bug > Affects Versions: 0.99.0 > Reporter: Eric Charles > Assignee: Eric Charles > Attachments: HBASE-10336-1.patch, HBASE-10336-2.patch, HBASE-10336-3.patch, HBASE-10336-4.patch, HBASE-10336-5.patch, HBASE-10336-6.patch, HBASE-10336-7.patch, HBASE-10336-8.patch, HBASE-10336-9.patch > > > Recent changes in Hadoop HttpServer give NPE when running on hadoop 3.0.0-SNAPSHOT. This way we use HttpServer is deprecated and will probably be not fixed (see HDFS-5760). We'd better move to the new proposed builder pattern, which means we can no more use inheritance to build our nice InfoServer. -- This message was sent by Atlassian JIRA (v6.2#6252)