public class TestHBaseMetaEdit extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.TestName |
name |
private static HBaseTestingUtility |
UTIL |
Constructor and Description |
---|
TestHBaseMetaEdit() |
Modifier and Type | Method and Description |
---|---|
void |
after() |
void |
before() |
private org.apache.hadoop.hbase.client.TableDescriptor |
getMetaDescriptor() |
void |
testAlterMetaWithReadOnly()
Validate whether meta table can be altered as READ only, shouldn't be allowed otherwise it will
break assignment functionalities.
|
void |
testEditMeta()
Set versions, set HBASE-16213 indexed block encoding, and add a column family.
|
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName name
private static final HBaseTestingUtility UTIL
public TestHBaseMetaEdit()
private org.apache.hadoop.hbase.client.TableDescriptor getMetaDescriptor() throws org.apache.hadoop.hbase.TableNotFoundException, IOException
org.apache.hadoop.hbase.TableNotFoundException
IOException
public void testEditMeta() throws IOException
IOException
public void testAlterMetaWithReadOnly() throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.