MAPREDUCE-4653. TestRandomAlgorithm has an unused import statement. Contributed by Amir Sanjar.
(cherry picked from commit 75e4670408a058efa95eaa768fedbe614008658f)
This commit is contained in:
parent
991ac04afc
commit
c58786794b
|
@ -8,6 +8,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