HDFS-7448 TestBookKeeperHACheckpoints fails in trunk build
This commit is contained in:
parent
b36f292982
commit
75d53456ea
@ -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
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user