Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 28525 invoked from network); 17 Apr 2008 09:16:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Apr 2008 09:16:30 -0000 Received: (qmail 48733 invoked by uid 500); 17 Apr 2008 09:16:31 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 48250 invoked by uid 500); 17 Apr 2008 09:16:30 -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 48220 invoked by uid 99); 17 Apr 2008 09:16:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Apr 2008 02:16:30 -0700 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; Thu, 17 Apr 2008 09:15:55 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C0946234C0D5 for ; Thu, 17 Apr 2008 02:13:21 -0700 (PDT) Message-ID: <955288801.1208423601773.JavaMail.jira@brutus> Date: Thu, 17 Apr 2008 02:13:21 -0700 (PDT) From: "Amareshwari Sriramadasu (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-2824) One of MiniMRCluster constructors needs tobe removed In-Reply-To: <10930770.1202968148247.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-2824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amareshwari Sriramadasu updated HADOOP-2824: -------------------------------------------- Release Note: The deprecated constructor org.apache.hadoop.mapred.MiniMRCluster.MiniMRCluster(int jobTrackerPort, int taskTrackerPort, int numTaskTrackers, String namenode, boolean taskTrackerFirst) is removed. > One of MiniMRCluster constructors needs tobe removed > ---------------------------------------------------- > > Key: HADOOP-2824 > URL: https://issues.apache.org/jira/browse/HADOOP-2824 > Project: Hadoop Core > Issue Type: Bug > Components: mapred > Reporter: Amareshwari Sriramadasu > Assignee: Amareshwari Sriramadasu > Fix For: 0.17.0 > > Attachments: patch-2824.txt > > > The constructor > MiniMRCluster(int jobTrackerPort, > int taskTrackerPort, > int numTaskTrackers, > String namenode, > boolean taskTrackerFirst) needs to be removed, as it is deprecated. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.