MAPREDUCE-4763 repair test TestUmbilicalProtocolWithJobToken (Ivan A. Veselovsky via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1404988 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
19befa0748
commit
1783f209f0
|
@ -629,6 +629,9 @@ Release 0.23.5 - UNRELEASED
|
||||||
MAPREDUCE-4729. job history UI not showing all job attempts. (Vinod
|
MAPREDUCE-4729. job history UI not showing all job attempts. (Vinod
|
||||||
Kumar Vavilapalli via jlowe)
|
Kumar Vavilapalli via jlowe)
|
||||||
|
|
||||||
|
MAPREDUCE-4763 repair test TestUmbilicalProtocolWithJobToken (Ivan A.
|
||||||
|
Veselovsky via bobby)
|
||||||
|
|
||||||
Release 0.23.4 - UNRELEASED
|
Release 0.23.4 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -51,11 +51,14 @@ import org.apache.hadoop.security.SecurityUtil;
|
||||||
import org.apache.hadoop.security.UserGroupInformation;
|
import org.apache.hadoop.security.UserGroupInformation;
|
||||||
|
|
||||||
import org.apache.log4j.Level;
|
import org.apache.log4j.Level;
|
||||||
import org.junit.Ignore;
|
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
/** Unit tests for using Job Token over RPC. */
|
/** Unit tests for using Job Token over RPC.
|
||||||
@Ignore
|
*
|
||||||
|
* System properties required:
|
||||||
|
* -Djava.security.krb5.conf=.../hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/target/test-classes/krb5.conf
|
||||||
|
* -Djava.net.preferIPv4Stack=true
|
||||||
|
*/
|
||||||
public class TestUmbilicalProtocolWithJobToken {
|
public class TestUmbilicalProtocolWithJobToken {
|
||||||
private static final String ADDRESS = "0.0.0.0";
|
private static final String ADDRESS = "0.0.0.0";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue