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 647E810175 for ; Tue, 17 Mar 2015 08:29:39 +0000 (UTC) Received: (qmail 1607 invoked by uid 500); 17 Mar 2015 08:29:39 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 1549 invoked by uid 500); 17 Mar 2015 08:29:39 -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 1537 invoked by uid 99); 17 Mar 2015 08:29:39 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Mar 2015 08:29:39 +0000 Date: Tue, 17 Mar 2015 08:29:39 +0000 (UTC) From: "Harsh J (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (MAPREDUCE-4653) TestRandomAlgorithm has an unused "import" statement 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-4653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J updated MAPREDUCE-4653: ------------------------------- Issue Type: Improvement (was: Bug) > TestRandomAlgorithm has an unused "import" statement > ----------------------------------------------------- > > Key: MAPREDUCE-4653 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-4653 > Project: Hadoop Map/Reduce > Issue Type: Improvement > Components: contrib/gridmix > Affects Versions: 1.0.3 > Environment: hadoop 1.0.3 on any platform > Reporter: Amir Sanjar > Assignee: Amir Sanjar > Priority: Trivial > Attachments: MAPREDUCE-4653.patch > > Original Estimate: 24h > Remaining Estimate: 24h > > need to remove the import statement usinf below patch. will attach a patch shortly . > > Index: TestRandomAlgorithm.java > =================================================================== > --- TestRandomAlgorithm.java (revision 1380737) > +++ TestRandomAlgorithm.java (working copy) > @@ -30,8 +30,6 @@ > > import org.junit.Test; > > -import com.sun.tools.javac.code.Attribute.Array; > - > public class TestRandomAlgorithm { > private static final int[][] parameters = new int[][] { > {5, 1, 1}, -- This message was sent by Atlassian JIRA (v6.3.4#6332)