HDFS-3040. TestMulitipleNNDataBlockScanner is misspelled. Contributed by Madhukara Phatak.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1347891 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
415ce38b82
commit
072ae08a00
|
@ -87,6 +87,9 @@ Trunk (unreleased changes)
|
||||||
HDFS-3476. Correct the default used in TestDFSClientRetries.busyTest()
|
HDFS-3476. Correct the default used in TestDFSClientRetries.busyTest()
|
||||||
after HDFS-3462 (harsh)
|
after HDFS-3462 (harsh)
|
||||||
|
|
||||||
|
HDFS-3040. TestMulitipleNNDataBlockScanner is misspelled. (Madhukara Phatak
|
||||||
|
via atm)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
HDFS-2834. Add a ByteBuffer-based read API to DFSInputStream.
|
HDFS-2834. Add a ByteBuffer-based read API to DFSInputStream.
|
||||||
|
|
|
@ -34,9 +34,9 @@ import org.apache.hadoop.hdfs.MiniDFSNNTopology;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
|
|
||||||
public class TestMulitipleNNDataBlockScanner {
|
public class TestMultipleNNDataBlockScanner {
|
||||||
private static final Log LOG =
|
private static final Log LOG =
|
||||||
LogFactory.getLog(TestMulitipleNNDataBlockScanner.class);
|
LogFactory.getLog(TestMultipleNNDataBlockScanner.class);
|
||||||
Configuration conf;
|
Configuration conf;
|
||||||
MiniDFSCluster cluster = null;
|
MiniDFSCluster cluster = null;
|
||||||
String bpids[] = new String[3];
|
String bpids[] = new String[3];
|
Loading…
Reference in New Issue