-
Type:
Improvement
-
Status: Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.0.3
-
Fix Version/s: 2.8.0, 3.0.0-alpha1
-
Component/s: contrib/gridmix
-
Labels:None
-
Environment:
hadoop 1.0.3 on any platform
-
Hadoop Flags:Reviewed
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[][] {
,