Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 53357 invoked from network); 3 Mar 2009 18:15:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Mar 2009 18:15:23 -0000 Received: (qmail 96464 invoked by uid 500); 3 Mar 2009 18:15:17 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 96416 invoked by uid 500); 3 Mar 2009 18:15:16 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 96405 invoked by uid 99); 3 Mar 2009 18:15:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Mar 2009 10:15:16 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Mar 2009 18:15:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 16525234C4AA for ; Tue, 3 Mar 2009 10:14:56 -0800 (PST) Message-ID: <907292785.1236104096086.JavaMail.jira@brutus> Date: Tue, 3 Mar 2009 10:14:56 -0800 (PST) From: "Robert Chansler (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-3923) Deprecate org.apache.hadoop.mapred.StatusHttpServer In-Reply-To: <595899924.1218151244151.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-3923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Chansler updated HADOOP-3923: ------------------------------------ Release Note: Moved class org.apache.hadoop.mapred.StatusHttpServer to org.apache.hadoop.http.HttpServer. (was: Removed a public class org.apache.hadoop.mapred.StatusHttpServer.) Hadoop Flags: [Incompatible change, Reviewed] (was: [Reviewed, Incompatible change]) Edit release note for publication. > Deprecate org.apache.hadoop.mapred.StatusHttpServer > --------------------------------------------------- > > Key: HADOOP-3923 > URL: https://issues.apache.org/jira/browse/HADOOP-3923 > Project: Hadoop Core > Issue Type: Improvement > Components: mapred > Reporter: Tsz Wo (Nicholas), SZE > Assignee: Tsz Wo (Nicholas), SZE > Priority: Minor > Fix For: 0.20.0 > > Attachments: 3923_20081111.patch, 3923_20081111b.patch > > > StatusHttpServer is extending org.apache.hadoop.http.HttpServer. The only additional feature in StatusHttpServer is TaskGraphServlet. StatusHttpServer is used by TaskTracker and JobTracker. It turns that only JobTracker uses TaskGraphServlet but not TaskTracker. > So, we should deprecate StatusHttpServer, let TaskTracker and JobTracker use HttpServer directly, and add TaskGraphServlet to JobTracker. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.