public class KerberosTestEnvironment extends Object implements TestEnvironment
| Modifier and Type | Method and Description |
|---|---|
void |
configureMiniAccumulo(org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl cfg,
org.apache.hadoop.conf.Configuration coreSite) |
TestEnvironment[] |
getDependentEnvironments() |
static KerberosTestEnvironment |
getInstance() |
org.apache.accumulo.cluster.ClusterUser |
getRootUser() |
boolean |
isRunning() |
void |
setup() |
void |
tearDown() |
static boolean |
useKerberos() |
public static KerberosTestEnvironment getInstance()
public boolean isRunning()
public static boolean useKerberos()
public void setup()
throws Exception
setup in interface TestEnvironmentExceptionpublic void tearDown()
throws Exception
tearDown in interface TestEnvironmentExceptionpublic TestEnvironment[] getDependentEnvironments()
getDependentEnvironments in interface TestEnvironmentpublic void configureMiniAccumulo(org.apache.accumulo.minicluster.impl.MiniAccumuloConfigImpl cfg,
org.apache.hadoop.conf.Configuration coreSite)
public org.apache.accumulo.cluster.ClusterUser getRootUser()
Copyright © 2013–2020. All rights reserved.