HDFS-14705. Remove unused configuration dfs.min.replication. Contributed by CR Hota.
This commit is contained in:
parent
28a848412c
commit
2265872c2d
@ -667,7 +667,6 @@ public void testAppendCorruptedBlock() throws Exception {
|
|||||||
Configuration conf = new HdfsConfiguration();
|
Configuration conf = new HdfsConfiguration();
|
||||||
conf.setInt(DFSConfigKeys.DFS_BLOCK_SIZE_KEY, 1024);
|
conf.setInt(DFSConfigKeys.DFS_BLOCK_SIZE_KEY, 1024);
|
||||||
conf.setInt(DFSConfigKeys.DFS_REPLICATION_KEY, 1);
|
conf.setInt(DFSConfigKeys.DFS_REPLICATION_KEY, 1);
|
||||||
conf.setInt("dfs.min.replication", 1);
|
|
||||||
File builderBaseDir = new File(GenericTestUtils.getRandomizedTempPath());
|
File builderBaseDir = new File(GenericTestUtils.getRandomizedTempPath());
|
||||||
MiniDFSCluster cluster = new MiniDFSCluster.Builder(conf, builderBaseDir)
|
MiniDFSCluster cluster = new MiniDFSCluster.Builder(conf, builderBaseDir)
|
||||||
.numDataNodes(1).build();
|
.numDataNodes(1).build();
|
||||||
@ -693,7 +692,6 @@ public void testConcurrentAppendRead()
|
|||||||
Configuration conf = new HdfsConfiguration();
|
Configuration conf = new HdfsConfiguration();
|
||||||
conf.setInt(DFSConfigKeys.DFS_BLOCK_SIZE_KEY, 1024);
|
conf.setInt(DFSConfigKeys.DFS_BLOCK_SIZE_KEY, 1024);
|
||||||
conf.setInt(DFSConfigKeys.DFS_REPLICATION_KEY, 1);
|
conf.setInt(DFSConfigKeys.DFS_REPLICATION_KEY, 1);
|
||||||
conf.setInt("dfs.min.replication", 1);
|
|
||||||
|
|
||||||
File builderBaseDir = new File(GenericTestUtils.getRandomizedTempPath());
|
File builderBaseDir = new File(GenericTestUtils.getRandomizedTempPath());
|
||||||
MiniDFSCluster cluster = new MiniDFSCluster.Builder(conf, builderBaseDir)
|
MiniDFSCluster cluster = new MiniDFSCluster.Builder(conf, builderBaseDir)
|
||||||
|
Loading…
Reference in New Issue
Block a user