HDFS-7448 TestBookKeeperHACheckpoints fails in trunk (Akira Ajisaka via stevel)

This commit is contained in:
Steve Loughran 2014-12-02 15:04:26 +00:00
parent 86535ff65f
commit 81ad192730
2 changed files with 4 additions and 1 deletions

View File

@ -262,6 +262,9 @@ Release 2.7.0 - UNRELEASED
HDFS-7444. convertToBlockUnderConstruction should preserve BlockCollection.
(wheat9)
HDFS-7448 TestBookKeeperHACheckpoints fails in trunk build
(Akira Ajisaka via stevel)
Release 2.6.1 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -52,7 +52,7 @@ public class TestBookKeeperHACheckpoints extends TestStandbyCheckpoints {
cluster = new MiniDFSCluster.Builder(conf)
.nnTopology(topology)
.numDataNodes(0)
.numDataNodes(1)
.manageNameDfsSharedDirs(false)
.build();
cluster.waitActive();