Modifier and Type | Field and Description |
---|---|
static String |
FILE_CONTEXT_CACHE_MAX_SIZE
The maximum number of FileContext object cached by the FileContextLocationFactory.
|
static String |
HEAP_RESERVED_MIN_RATIO
Configurable ratio between Heap and Reserved Memory.
|
static String |
JAVA_RESERVED_MEMORY_MB
Size in MB of reserved memory for Java process (non-heap memory).
|
static String |
LOCAL_STAGING_DIRECTORY
Specifies the local directory for twill to store files generated at runtime.
|
static String |
LOCATION_CACHE_ANTIQUE_EXPIRY_MS
Setting the expiration time in milliseconds of unused files created by older runs in the location cache.
|
static String |
LOCATION_CACHE_DIR
Setting caching directory name for location cache.
|
static String |
LOCATION_CACHE_EXPIRY_MS
Setting the expiration time in milliseconds of unused files in the location cache.
|
static String |
LOG_COLLECTION_ENABLED
Setting for enabling log collection.
|
static String |
SECURE_STORE_UPDATE_LOCATION_ENABLED
Set this to false to disable the secure store updates done by default.
|
static String |
YARN_AM_MEMORY_MB
Size in MB for the memory size of the YARN application master container.
|
static String |
YARN_AM_RESERVED_MEMORY_MB
Size in MB for the reserved non-heap memory size for the YARN application Java process.
|
static String |
YARN_ATTEMPT_FAILURES_VALIDITY_INTERVAL
Interval time in milliseconds for the attempt failures validity interval in YARN.
|
static String |
YARN_MAX_APP_ATTEMPTS
Maximum number of attempts to run the application by YARN if there is failure.
|
public static final String JAVA_RESERVED_MEMORY_MB
public static final String HEAP_RESERVED_MIN_RATIO
public static final String SECURE_STORE_UPDATE_LOCATION_ENABLED
public static final String LOCAL_STAGING_DIRECTORY
public static final String LOCATION_CACHE_DIR
public static final String LOCATION_CACHE_EXPIRY_MS
public static final String LOCATION_CACHE_ANTIQUE_EXPIRY_MS
public static final String YARN_AM_MEMORY_MB
public static final String YARN_AM_RESERVED_MEMORY_MB
HEAP_RESERVED_MIN_RATIO
.public static final String YARN_MAX_APP_ATTEMPTS
public static final String YARN_ATTEMPT_FAILURES_VALIDITY_INTERVAL
public static final String LOG_COLLECTION_ENABLED
public static final String FILE_CONTEXT_CACHE_MAX_SIZE
Copyright © 2013-2016 The Apache Software Foundation. All rights reserved.