svn merge -c 1310409 from trunk. FIXES: MAPREDUCE-4113. Fix tests org.apache.hadoop.mapred.TestClusterMRNotification (Devaraj K via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1310412 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fbe5e35742
commit
7c087c4a9b
|
@ -106,6 +106,9 @@ Release 2.0.0 - UNRELEASED
|
||||||
MAPREDUCE-4097. tools testcases fail because missing mrapp-generated-classpath
|
MAPREDUCE-4097. tools testcases fail because missing mrapp-generated-classpath
|
||||||
file in classpath (rvs via tucu)
|
file in classpath (rvs via tucu)
|
||||||
|
|
||||||
|
MAPREDUCE-4113. Fix tests org.apache.hadoop.mapred.TestClusterMRNotification
|
||||||
|
(Devaraj K via bobby)
|
||||||
|
|
||||||
Release 0.23.3 - UNRELEASED
|
Release 0.23.3 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -20,12 +20,9 @@ package org.apache.hadoop.mapred;
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|
||||||
import org.junit.Ignore;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Tests Job end notification in cluster mode.
|
* Tests Job end notification in cluster mode.
|
||||||
*/
|
*/
|
||||||
@Ignore
|
|
||||||
public class TestClusterMRNotification extends NotificationTestCase {
|
public class TestClusterMRNotification extends NotificationTestCase {
|
||||||
|
|
||||||
public TestClusterMRNotification() throws IOException {
|
public TestClusterMRNotification() throws IOException {
|
||||||
|
|
Loading…
Reference in New Issue