[
https://issues.apache.org/jira/browse/MAPREDUCE-4653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14364996#comment-14364996
]
Hudson commented on MAPREDUCE-4653:
-----------------------------------
FAILURE: Integrated in Hadoop-Yarn-trunk-Java8 #135 (See
[https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/135/])
MAPREDUCE-4653. TestRandomAlgorithm has an unused import statement. Contributed
by Amir Sanjar. (harsh: rev e5370477c2d00745e695507ecfdf86de59c5f5b9)
* hadoop-mapreduce-project/CHANGES.txt
*
hadoop-tools/hadoop-gridmix/src/test/java/org/apache/hadoop/mapred/gridmix/TestRandomAlgorithm.java
> 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
> Fix For: 2.8.0
>
> 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)