Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 10520 invoked from network); 16 May 2008 11:46:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 May 2008 11:46:21 -0000 Received: (qmail 86919 invoked by uid 500); 16 May 2008 11:46:21 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 86894 invoked by uid 500); 16 May 2008 11:46:20 -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 86879 invoked by uid 99); 16 May 2008 11:46:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 May 2008 04:46:20 -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; Fri, 16 May 2008 11:45:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 97AEA234C10D for ; Fri, 16 May 2008 04:45:55 -0700 (PDT) Message-ID: <579293911.1210938355616.JavaMail.jira@brutus> Date: Fri, 16 May 2008 04:45:55 -0700 (PDT) From: "Enis Soztutar (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-3405) Make mapred internal classes package-local In-Reply-To: <1570970525.1210937275534.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-3405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar updated HADOOP-3405: ---------------------------------- Attachment: post-544_v1.patch This patch refactors the 4 classes into package-local scope, and also fixes the backwards compatibility problem, erroneously introduced in HADOOP-544(in JobProfile and JobStatus classes). The change in JobSubmissionProtocol clearly breaks pig and possibly others, but the protocol is really internal(see HADOOP-1643). > Make mapred internal classes package-local > ------------------------------------------ > > Key: HADOOP-3405 > URL: https://issues.apache.org/jira/browse/HADOOP-3405 > Project: Hadoop Core > Issue Type: Improvement > Components: mapred > Affects Versions: 0.18.0 > Reporter: Enis Soztutar > Assignee: Enis Soztutar > Fix For: 0.18.0 > > Attachments: post-544_v1.patch > > > In the work for HADOOP-544, we have realized that some of the public classes in the mapred package should have package-local scope. The classes which are public, but should not be, are : > MapTaskStatus, ReduceTaskStatus, JobSubmissionProtocol, CompletedJobStatusStore -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.