public class TestSnapshotScannerHDFSAclController2 extends Object
TestSnapshotScannerHDFSAclController
. Uses facility from that class.TestSnapshotScannerHDFSAclController
Modifier and Type | Field and Description |
---|---|
private static org.apache.hadoop.hbase.client.Table |
aclTable |
private static org.apache.hadoop.hbase.client.Admin |
admin |
static HBaseClassTestRule |
CLASS_RULE |
private static org.apache.hadoop.conf.Configuration |
conf |
private static org.apache.hadoop.fs.FileSystem |
FS |
private static org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclHelper |
helper |
private static org.slf4j.Logger |
LOG |
org.junit.rules.TestName |
name |
private static HBaseTestingUtility |
TEST_UTIL |
private static String |
UN_GRANT_USER |
Constructor and Description |
---|
TestSnapshotScannerHDFSAclController2() |
Modifier and Type | Method and Description |
---|---|
static void |
setupBeforeClass() |
static void |
tearDownAfterClass() |
void |
testRestoreSnapshot() |
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName name
private static final org.slf4j.Logger LOG
private static final String UN_GRANT_USER
private static HBaseTestingUtility TEST_UTIL
private static org.apache.hadoop.conf.Configuration conf
private static org.apache.hadoop.hbase.client.Admin admin
private static org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclHelper helper
private static org.apache.hadoop.hbase.client.Table aclTable
private static org.apache.hadoop.fs.FileSystem FS
public TestSnapshotScannerHDFSAclController2()
public static void setupBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void testRestoreSnapshot() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.