public class LocalDriverConfiguration extends ConfigurationModuleBuilder
| Modifier and Type | Field and Description |
|---|---|
static ConfigurationModule |
CONF |
static OptionalParameter<String> |
GLOBAL_FILES
Files for the driver and all evaluators.
|
static OptionalParameter<String> |
GLOBAL_LIBRARIES
Libraries for the driver and all evaluators.
|
static OptionalParameter<Double> |
JVM_HEAP_SLACK
The fraction of the container memory NOT to use for the Java Heap.
|
static OptionalParameter<String> |
LOCAL_FILES
Files for the driver only.
|
static OptionalParameter<String> |
LOCAL_LIBRARIES
Libraries for the driver only.
|
static RequiredParameter<Integer> |
NUMBER_OF_PROCESSES
The maximum number or processes to spawn.
|
static RequiredParameter<String> |
ROOT_FOLDER
The root folder of the job.
|
| Constructor and Description |
|---|
LocalDriverConfiguration() |
bind, bindConstructor, bindConstructor, bindImplementation, bindImplementation, bindImplementation, bindList, bindList, bindList, bindNamedParameter, bindNamedParameter, bindNamedParameter, bindNamedParameter, bindSetEntry, bindSetEntry, bindSetEntry, bindSetEntry, build, mergepublic static final OptionalParameter<String> LOCAL_FILES
public static final OptionalParameter<String> LOCAL_LIBRARIES
public static final OptionalParameter<String> GLOBAL_FILES
public static final OptionalParameter<String> GLOBAL_LIBRARIES
public static final RequiredParameter<Integer> NUMBER_OF_PROCESSES
public static final RequiredParameter<String> ROOT_FOLDER
public static final OptionalParameter<Double> JVM_HEAP_SLACK
public static final ConfigurationModule CONF
public LocalDriverConfiguration()
Copyright © 2015 The Apache Software Foundation. All rights reserved.