MAPREDUCE-4653. TestRandomAlgorithm has an unused import statement. Contributed by Amir Sanjar.
This commit is contained in:
parent
48c2db34ef
commit
e5370477c2
|
@ -253,6 +253,9 @@ Release 2.8.0 - UNRELEASED
|
||||||
|
|
||||||
IMPROVEMENTS
|
IMPROVEMENTS
|
||||||
|
|
||||||
|
MAPREDUCE-4653. TestRandomAlgorithm has an unused "import" statement.
|
||||||
|
(Amir Sanjar via harsh)
|
||||||
|
|
||||||
MAPREDUCE-6100. replace "mapreduce.job.credentials.binary" with
|
MAPREDUCE-6100. replace "mapreduce.job.credentials.binary" with
|
||||||
MRJobConfig.MAPREDUCE_JOB_CREDENTIALS_BINARY for better readability.
|
MRJobConfig.MAPREDUCE_JOB_CREDENTIALS_BINARY for better readability.
|
||||||
(Zhihai Xu via harsh)
|
(Zhihai Xu via harsh)
|
||||||
|
|
|
@ -30,8 +30,6 @@ import java.util.Set;
|
||||||
|
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
import com.sun.tools.javac.code.Attribute.Array;
|
|
||||||
|
|
||||||
public class TestRandomAlgorithm {
|
public class TestRandomAlgorithm {
|
||||||
private static final int[][] parameters = new int[][] {
|
private static final int[][] parameters = new int[][] {
|
||||||
{5, 1, 1},
|
{5, 1, 1},
|
||||||
|
|
Loading…
Reference in New Issue