public final class HDInsightDriverConfiguration extends ConfigurationModuleBuilder
| Modifier and Type | Field and Description |
|---|---|
static ConfigurationModule |
CONF |
static OptionalParameter<Long> |
EVALUATOR_TIMEOUT |
static RequiredParameter<String> |
JOB_IDENTIFIER |
static RequiredParameter<String> |
JOB_SUBMISSION_DIRECTORY |
static OptionalParameter<Double> |
JVM_HEAP_SLACK
The fraction of the container memory NOT to use for the Java Heap.
|
static OptionalParameter<Integer> |
YARN_HEARTBEAT_INTERVAL |
| Constructor and Description |
|---|
HDInsightDriverConfiguration() |
bind, bindConstructor, bindConstructor, bindImplementation, bindImplementation, bindImplementation, bindList, bindList, bindList, bindNamedParameter, bindNamedParameter, bindNamedParameter, bindNamedParameter, bindSetEntry, bindSetEntry, bindSetEntry, bindSetEntry, build, mergepublic static final RequiredParameter<String> JOB_SUBMISSION_DIRECTORY
JobSubmissionDirectorypublic static final OptionalParameter<Integer> YARN_HEARTBEAT_INTERVAL
org.apache.reef.runtime.yarn.driver.parameters.YarnHeartbeatPeriod.classpublic static final RequiredParameter<String> JOB_IDENTIFIER
AbstractDriverRuntimeConfiguration.JobIdentifier.classpublic static final OptionalParameter<Long> EVALUATOR_TIMEOUT
AbstractDriverRuntimeConfiguration.EvaluatorTimeoutpublic static final OptionalParameter<Double> JVM_HEAP_SLACK
public static final ConfigurationModule CONF
public HDInsightDriverConfiguration()
Copyright © 2015 The Apache Software Foundation. All rights reserved.