HBASE-21072 Addendum do not write lock file when running TestHBaseFsckReplication
This commit is contained in:
parent
e10d48df54
commit
625be5137e
|
@ -49,6 +49,7 @@ public class TestHBaseFsckReplication {
|
|||
|
||||
@BeforeClass
|
||||
public static void setUp() throws Exception {
|
||||
UTIL.getConfiguration().setBoolean("hbase.write.hbck1.lock.file", false);
|
||||
UTIL.startMiniCluster(1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue