Class TwoKerberosHives
- java.lang.Object
-
- io.prestosql.tests.product.launcher.env.EnvironmentProvider
-
- io.prestosql.tests.product.launcher.env.environment.TwoKerberosHives
-
- All Implemented Interfaces:
EnvironmentExtender
public final class TwoKerberosHives extends EnvironmentProvider
Two pseudo-distributed, kerberized Hadoop installations running on side-by-side, each within single container, with single-node, kerberized Presto.
-
-
Constructor Summary
Constructors Constructor Description TwoKerberosHives(DockerFiles dockerFiles, Standard standard, HadoopKerberos hadoopKerberos, EnvironmentConfig environmentConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()voidextendEnvironment(Environment.Builder builder)-
Methods inherited from class io.prestosql.tests.product.launcher.env.EnvironmentProvider
createEnvironment
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.prestosql.tests.product.launcher.env.common.EnvironmentExtender
getDependencies
-
-
-
-
Constructor Detail
-
TwoKerberosHives
@Inject public TwoKerberosHives(DockerFiles dockerFiles, Standard standard, HadoopKerberos hadoopKerberos, EnvironmentConfig environmentConfig)
-
-
Method Detail
-
destroy
@PreDestroy public void destroy() throws IOException- Throws:
IOException
-
extendEnvironment
public void extendEnvironment(Environment.Builder builder)
-
-