From mapreduce-dev-return-8283-apmail-hadoop-mapreduce-dev-archive=hadoop.apache.org@hadoop.apache.org Thu Sep 13 13:32:25 2012 Return-Path: X-Original-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7C5ECD0F0 for ; Thu, 13 Sep 2012 13:32:25 +0000 (UTC) Received: (qmail 73911 invoked by uid 500); 13 Sep 2012 13:32:16 -0000 Delivered-To: apmail-hadoop-mapreduce-dev-archive@hadoop.apache.org Received: (qmail 72947 invoked by uid 500); 13 Sep 2012 13:32:10 -0000 Mailing-List: contact mapreduce-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-dev@hadoop.apache.org Delivered-To: mailing list mapreduce-dev@hadoop.apache.org Received: (qmail 72816 invoked by uid 99); 13 Sep 2012 13:32: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 13:32:07 +0000 Date: Fri, 14 Sep 2012 00:32:07 +1100 (NCT) From: "Amir Sanjar (JIRA)" To: mapreduce-dev@hadoop.apache.org Message-ID: <915737359.74766.1347543127829.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (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 Amir Sanjar created MAPREDUCE-4653: -------------------------------------- Summary: 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 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