Skip to content

Commit b735451

Browse files
author
yanmin
committed
trigger
1 parent 87ef2d6 commit b735451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/blockmanagement/TestUnderReplicatedBlocks.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class TestUnderReplicatedBlocks {
4040
@Test(timeout=120000) // 1 min timeout
4141
public void testSetRepIncWithUnderReplicatedBlocks() throws Exception {
4242
Configuration conf = new HdfsConfiguration();
43-
final short REPLICATION_FACTOR = 2;
43+
final short REPLICATION_FACTOR = 2;
4444
final String FILE_NAME = "/testFile";
4545
final Path FILE_PATH = new Path(FILE_NAME);
4646
MiniDFSCluster cluster = new MiniDFSCluster.Builder(conf).

0 commit comments

Comments
 (0)