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
@ -628,6 +628,9 @@ Release 0.23.5 - UNRELEASED
|
||||
|
||||
MAPREDUCE-4729. job history UI not showing all job attempts. (Vinod
|
||||
Kumar Vavilapalli via jlowe)
|
||||
|
||||
MAPREDUCE-4763 repair test TestUmbilicalProtocolWithJobToken (Ivan A.
|
||||
Veselovsky via bobby)
|
||||
|
||||
Release 0.23.4 - UNRELEASED
|
||||
|
||||
|
@ -51,11 +51,14 @@
|
||||
import org.apache.hadoop.security.UserGroupInformation;
|
||||
|
||||
import org.apache.log4j.Level;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
/** Unit tests for using Job Token over RPC. */
|
||||
@Ignore
|
||||
/** Unit tests for using Job Token over RPC.
|
||||
*
|
||||
* 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 {
|
||||
private static final String ADDRESS = "0.0.0.0";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user