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 DD8B6D78F for ; Thu, 13 Sep 2012 18:16:07 +0000 (UTC) Received: (qmail 90649 invoked by uid 500); 13 Sep 2012 18:16:07 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 90620 invoked by uid 500); 13 Sep 2012 18:16:07 -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 90610 invoked by uid 99); 13 Sep 2012 18:16:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Sep 2012 18:16:07 +0000 Date: Fri, 14 Sep 2012 05:16:07 +1100 (NCT) From: "Aaron T. Myers (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <1020414185.75989.1347560167645.JavaMail.jiratomcat@arcas> In-Reply-To: <1552468689.74767.1347543127897.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (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:comment-tabpanel&focusedCommentId=13455096#comment-13455096 ] Aaron T. Myers commented on MAPREDUCE-4653: ------------------------------------------- Hi Amir, when posting a patch you should create the diff from the root directory of the repository. Mind posting an updated patch? > TestRandomAlgorithm has an unused "import" statement > ----------------------------------------------------- > > Key: MAPREDUCE-4653 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-4653 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: contrib/gridmix > Affects Versions: 1.0.3 > Environment: hadoop 1.0.3 on any platform > Reporter: Amir Sanjar > Priority: Trivial > Fix For: 1.0.3 > > 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 is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira