com.senseidb.indexing.hadoop.util
Interface MRConfig


public interface MRConfig


Field Summary
static long DELEGATION_KEY_UPDATE_INTERVAL_DEFAULT
           
static String DELEGATION_KEY_UPDATE_INTERVAL_KEY
           
static long DELEGATION_TOKEN_MAX_LIFETIME_DEFAULT
           
static String DELEGATION_TOKEN_MAX_LIFETIME_KEY
           
static long DELEGATION_TOKEN_RENEW_INTERVAL_DEFAULT
           
static String DELEGATION_TOKEN_RENEW_INTERVAL_KEY
           
static String FRAMEWORK_NAME
           
static String LOCAL_DIR
           
static String MAPMEMORY_MB
           
static String MR_ACLS_ENABLED
           
static String MR_ADMINS
           
static String MR_SUPERGROUP
          Deprecated. 
static String REDUCEMEMORY_MB
           
static String TASK_LOCAL_OUTPUT_CLASS
           
static String TEMP_DIR
           
 

Field Detail

TEMP_DIR

static final String TEMP_DIR
See Also:
Constant Field Values

LOCAL_DIR

static final String LOCAL_DIR
See Also:
Constant Field Values

MAPMEMORY_MB

static final String MAPMEMORY_MB
See Also:
Constant Field Values

REDUCEMEMORY_MB

static final String REDUCEMEMORY_MB
See Also:
Constant Field Values

MR_ACLS_ENABLED

static final String MR_ACLS_ENABLED
See Also:
Constant Field Values

MR_ADMINS

static final String MR_ADMINS
See Also:
Constant Field Values

MR_SUPERGROUP

@Deprecated
static final String MR_SUPERGROUP
Deprecated. 
See Also:
Constant Field Values

DELEGATION_KEY_UPDATE_INTERVAL_KEY

static final String DELEGATION_KEY_UPDATE_INTERVAL_KEY
See Also:
Constant Field Values

DELEGATION_KEY_UPDATE_INTERVAL_DEFAULT

static final long DELEGATION_KEY_UPDATE_INTERVAL_DEFAULT
See Also:
Constant Field Values

DELEGATION_TOKEN_RENEW_INTERVAL_KEY

static final String DELEGATION_TOKEN_RENEW_INTERVAL_KEY
See Also:
Constant Field Values

DELEGATION_TOKEN_RENEW_INTERVAL_DEFAULT

static final long DELEGATION_TOKEN_RENEW_INTERVAL_DEFAULT
See Also:
Constant Field Values

DELEGATION_TOKEN_MAX_LIFETIME_KEY

static final String DELEGATION_TOKEN_MAX_LIFETIME_KEY
See Also:
Constant Field Values

DELEGATION_TOKEN_MAX_LIFETIME_DEFAULT

static final long DELEGATION_TOKEN_MAX_LIFETIME_DEFAULT
See Also:
Constant Field Values

FRAMEWORK_NAME

static final String FRAMEWORK_NAME
See Also:
Constant Field Values

TASK_LOCAL_OUTPUT_CLASS

static final String TASK_LOCAL_OUTPUT_CLASS
See Also:
Constant Field Values


Copyright © 2010-2012. All Rights Reserved.