Class MultinodeHiveCaching
- java.lang.Object
-
- io.prestosql.tests.product.launcher.env.EnvironmentProvider
-
- io.prestosql.tests.product.launcher.env.environment.MultinodeHiveCaching
-
- All Implemented Interfaces:
EnvironmentExtender
public final class MultinodeHiveCaching extends EnvironmentProvider
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONTAINER_PRESTO_HIVE_NON_CACHED_PROPERTIES
-
Constructor Summary
Constructors Constructor Description MultinodeHiveCaching(DockerFiles dockerFiles, Standard standard, Hadoop hadoop, EnvironmentConfig environmentConfig, File serverPackage, boolean debug)
-
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
-
-
-
-
Field Detail
-
CONTAINER_PRESTO_HIVE_NON_CACHED_PROPERTIES
public static final String CONTAINER_PRESTO_HIVE_NON_CACHED_PROPERTIES
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MultinodeHiveCaching
@Inject public MultinodeHiveCaching(DockerFiles dockerFiles, Standard standard, Hadoop hadoop, EnvironmentConfig environmentConfig, File serverPackage, boolean debug)
-
-
Method Detail
-
extendEnvironment
public void extendEnvironment(Environment.Builder builder)
-
-