Class TwoMixedHives
- java.lang.Object
-
- io.prestosql.tests.product.launcher.env.EnvironmentProvider
-
- io.prestosql.tests.product.launcher.env.environment.TwoMixedHives
-
- All Implemented Interfaces:
EnvironmentExtender
public final class TwoMixedHives extends EnvironmentProvider
Two pseudo-distributed Hadoop installations running on side-by-side, each within single container (one kerberized and one not), with single-node, kerberized Presto.
-
-
Constructor Summary
Constructors Constructor Description TwoMixedHives(DockerFiles dockerFiles, Standard standard, HadoopKerberos hadoopKerberos, EnvironmentConfig environmentConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
TwoMixedHives
@Inject public TwoMixedHives(DockerFiles dockerFiles, Standard standard, HadoopKerberos hadoopKerberos, EnvironmentConfig environmentConfig)
-
-
Method Detail
-
extendEnvironment
public void extendEnvironment(Environment.Builder builder)
-
-