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:
Mahadev Konar 2012-01-11 19:37:52 +00:00
parent 39b8bbe663
commit c4c6d8ece3
2 changed files with 3 additions and 2 deletions

View File

@ -461,6 +461,7 @@ Release 0.23.1 - Unreleased
MAPREDUCE-3380. Token infrastructure for running clients which are not kerberos
authenticated. (mahadev)
MAPREDUCE-3648. TestJobConf failing. (Thomas Graves via mahadev)
Release 0.23.0 - 2011-11-01
INCOMPATIBLE CHANGES

View File

@ -33,7 +33,7 @@ import static org.junit.Assert.*;
public class TestJobConf {
private static final String JAR_RELATIVE_PATH =
"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 =
System.getProperty("test.build.data","/tmp") +