public class TestHBaseFsckEncryption extends Object
Modifier and Type | Field and Description |
---|---|
private Key |
cfKey |
static HBaseClassTestRule |
CLASS_RULE |
private org.apache.hadoop.conf.Configuration |
conf |
private org.apache.hadoop.hbase.HTableDescriptor |
htd |
private static HBaseTestingUtility |
TEST_UTIL |
Constructor and Description |
---|
TestHBaseFsckEncryption() |
Modifier and Type | Method and Description |
---|---|
private byte[] |
extractHFileKey(org.apache.hadoop.fs.Path path) |
private List<org.apache.hadoop.fs.Path> |
findStorefilePaths(org.apache.hadoop.hbase.TableName tableName) |
void |
setUp() |
void |
tearDown() |
void |
testFsckWithEncryption() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility TEST_UTIL
private org.apache.hadoop.conf.Configuration conf
private org.apache.hadoop.hbase.HTableDescriptor htd
public TestHBaseFsckEncryption()
public void testFsckWithEncryption() throws Exception
Exception
private List<org.apache.hadoop.fs.Path> findStorefilePaths(org.apache.hadoop.hbase.TableName tableName) throws Exception
Exception
private byte[] extractHFileKey(org.apache.hadoop.fs.Path path) throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.