public class TestVerifyReplicationCrossDiffHdfs extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.apache.hadoop.conf.Configuration |
conf1 |
private static org.apache.hadoop.conf.Configuration |
conf2 |
private static byte[] |
FAMILY |
private static org.slf4j.Logger |
LOG |
private static HBaseTestingUtility |
mapReduceUtil |
private static String |
PEER_ID |
private static byte[] |
QUALIFIER |
private static org.apache.hadoop.hbase.TableName |
TABLE_NAME |
private static HBaseTestingUtility |
util1 |
private static HBaseTestingUtility |
util2 |
Constructor and Description |
---|
TestVerifyReplicationCrossDiffHdfs() |
Modifier and Type | Method and Description |
---|---|
private static void |
addTestingPeer() |
private static void |
createTestingTable(org.apache.hadoop.hbase.client.Admin admin) |
private static void |
loadSomeData() |
static void |
setUpBeforeClass() |
static void |
tearDownClass() |
void |
testVerifyRepBySnapshot() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static HBaseTestingUtility util1
private static HBaseTestingUtility util2
private static HBaseTestingUtility mapReduceUtil
private static org.apache.hadoop.conf.Configuration conf1
private static org.apache.hadoop.conf.Configuration conf2
private static final byte[] FAMILY
private static final byte[] QUALIFIER
private static final String PEER_ID
private static final org.apache.hadoop.hbase.TableName TABLE_NAME
public TestVerifyReplicationCrossDiffHdfs()
public static void setUpBeforeClass() throws Exception
Exception
private static void createTestingTable(org.apache.hadoop.hbase.client.Admin admin) throws IOException
IOException
private static void addTestingPeer() throws IOException
IOException
private static void loadSomeData() throws IOException, InterruptedException
IOException
InterruptedException
public static void tearDownClass() throws Exception
Exception
public void testVerifyRepBySnapshot() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.