HDFS-3040. TestMulitipleNNDataBlockScanner is misspelled. Contributed by Madhukara Phatak

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1381474 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eli Collins 2012-09-06 06:44:23 +00:00
parent 4b9c47375d
commit a58e65c926
2 changed files with 5 additions and 2 deletions

View File

@ -31,6 +31,9 @@ Release 2.0.1-alpha - UNRELEASED
IMPROVEMENTS
HDFS-3040. TestMulitipleNNDataBlockScanner is misspelled. (Madhukara Phatak
via atm)
HDFS-3390. DFSAdmin should print full stack traces of errors when DEBUG
logging is enabled. (atm)

View File

@ -34,9 +34,9 @@ import org.apache.hadoop.hdfs.MiniDFSNNTopology;
import org.junit.Test;
public class TestMulitipleNNDataBlockScanner {
public class TestMultipleNNDataBlockScanner {
private static final Log LOG =
LogFactory.getLog(TestMulitipleNNDataBlockScanner.class);
LogFactory.getLog(TestMultipleNNDataBlockScanner.class);
Configuration conf;
MiniDFSCluster cluster = null;
String bpids[] = new String[3];