Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AB63210E44 for ; Sun, 15 Feb 2015 14:25:12 +0000 (UTC) Received: (qmail 73276 invoked by uid 500); 15 Feb 2015 14:25:12 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 73205 invoked by uid 500); 15 Feb 2015 14:25:12 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 73193 invoked by uid 99); 15 Feb 2015 14:25:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Feb 2015 14:25:12 +0000 Date: Sun, 15 Feb 2015 14:25:12 +0000 (UTC) From: "Hudson (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MAPREDUCE-6256) Removed unused private methods in o.a.h.mapreduce.Job.java 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/MAPREDUCE-6256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14321998#comment-14321998 ] Hudson commented on MAPREDUCE-6256: ----------------------------------- SUCCESS: Integrated in Hadoop-Hdfs-trunk #2037 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/2037/]) MAPREDUCE-6256. Removed unused private methods in o.a.h.mapreduce.Job.java. Contributed by Naganarasimha G R. (ozawa: rev 3338f6d90795dafd445891cbd2f4d46b53012382) * hadoop-mapreduce-project/CHANGES.txt * hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/Job.java > Removed unused private methods in o.a.h.mapreduce.Job.java > ---------------------------------------------------------- > > Key: MAPREDUCE-6256 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-6256 > Project: Hadoop Map/Reduce > Issue Type: Improvement > Affects Versions: 2.6.0 > Reporter: Devaraj K > Assignee: Naganarasimha G R > Priority: Minor > Labels: newbie > Fix For: 2.7.0 > > Attachments: MAPREDUCE-6256.20150214-1.patch > > > These below methods are not used any where in the code and these can be removed. > {code:xml} > private void setStatus(JobStatus status) > private boolean shouldDownloadProfile() > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)