HBASE-1411 Remove HLogEdit
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@774783 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
291383d2d1
commit
5ecdfc1ee8
|
@ -34,7 +34,7 @@ import org.apache.hadoop.hbase.regionserver.HLog;
|
|||
import org.apache.hadoop.hbase.util.Bytes;
|
||||
|
||||
/** JUnit test case for HLog */
|
||||
public class TestTransactionalHLogManager extends HBaseTestCase implements
|
||||
public class DisabledTestTransactionalHLogManager extends HBaseTestCase implements
|
||||
HConstants {
|
||||
private Path dir;
|
||||
private MiniDFSCluster cluster;
|
Loading…
Reference in New Issue