HDFS-7448 TestBookKeeperHACheckpoints fails in trunk build

This commit is contained in:
Steve Loughran 2014-12-02 15:04:26 +00:00
parent b36f292982
commit 75d53456ea
2 changed files with 4 additions and 1 deletions

View File

@ -257,6 +257,9 @@ Trunk (Unreleased)
HDFS-7407. Minor typo in privileged pid/out/log names (aw)
HDFS-7448 TestBookKeeperHACheckpoints fails in trunk build
(Akira Ajisaka via stevel)
Release 2.7.0 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -52,7 +52,7 @@ public void setupCluster() throws Exception {
cluster = new MiniDFSCluster.Builder(conf)
.nnTopology(topology)
.numDataNodes(0)
.numDataNodes(1)
.manageNameDfsSharedDirs(false)
.build();
cluster.waitActive();