MAPREDUCE-3648. TestJobConf failing. (Thomas Graves via mahadev)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1230202 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
39b8bbe663
commit
c4c6d8ece3
|
@ -461,6 +461,7 @@ Release 0.23.1 - Unreleased
|
||||||
MAPREDUCE-3380. Token infrastructure for running clients which are not kerberos
|
MAPREDUCE-3380. Token infrastructure for running clients which are not kerberos
|
||||||
authenticated. (mahadev)
|
authenticated. (mahadev)
|
||||||
|
|
||||||
|
MAPREDUCE-3648. TestJobConf failing. (Thomas Graves via mahadev)
|
||||||
Release 0.23.0 - 2011-11-01
|
Release 0.23.0 - 2011-11-01
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -33,7 +33,7 @@ import static org.junit.Assert.*;
|
||||||
public class TestJobConf {
|
public class TestJobConf {
|
||||||
private static final String JAR_RELATIVE_PATH =
|
private static final String JAR_RELATIVE_PATH =
|
||||||
"build/test/mapred/testjar/testjob.jar";
|
"build/test/mapred/testjar/testjob.jar";
|
||||||
private static final String CLASSNAME = "ClassWithNoPackage";
|
private static final String CLASSNAME = "testjar.ClassWordCount";
|
||||||
|
|
||||||
private static String TEST_DIR_WITH_SPECIAL_CHARS =
|
private static String TEST_DIR_WITH_SPECIAL_CHARS =
|
||||||
System.getProperty("test.build.data","/tmp") +
|
System.getProperty("test.build.data","/tmp") +
|
||||||
|
|
Loading…
Reference in New Issue