Skip to content

Commit 80046d1

Browse files
authored
MAPREDUCE-7285. Junit class missing from hadoop-mapreduce-client-jobclient-*-tests jar. (#2139)
1 parent 8980c23 commit 80046d1

File tree

1 file changed

+1
-5
lines changed
  • hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/fs

1 file changed

+1
-5
lines changed

hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/fs/DistributedFSCheck.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,12 @@
3131
import java.util.TreeSet;
3232
import java.util.Vector;
3333

34-
import junit.framework.TestCase;
35-
3634
import org.apache.hadoop.conf.Configuration;
3735
import org.apache.hadoop.io.LongWritable;
3836
import org.apache.hadoop.io.SequenceFile;
3937
import org.apache.hadoop.io.Text;
4038
import org.apache.hadoop.io.SequenceFile.CompressionType;
4139
import org.apache.hadoop.mapred.*;
42-
import org.junit.Ignore;
4340
import org.slf4j.Logger;
4441
import org.slf4j.LoggerFactory;
4542

@@ -53,8 +50,7 @@
5350
* Optionally displays statistics on read performance.
5451
*
5552
*/
56-
@Ignore
57-
public class DistributedFSCheck extends TestCase {
53+
public class DistributedFSCheck {
5854
// Constants
5955
private static final Logger LOG =
6056
LoggerFactory.getLogger(DistributedFSCheck.class);

0 commit comments

Comments
 (0)