|
@@ -695,10 +695,6 @@ public class YarnConfiguration extends Configuration {
|
|
|
/** URI for FileSystemRMStateStore */
|
|
|
public static final String FS_RM_STATE_STORE_URI = RM_PREFIX
|
|
|
+ "fs.state-store.uri";
|
|
|
- public static final String FS_RM_STATE_STORE_RETRY_POLICY_SPEC = RM_PREFIX
|
|
|
- + "fs.state-store.retry-policy-spec";
|
|
|
- public static final String DEFAULT_FS_RM_STATE_STORE_RETRY_POLICY_SPEC =
|
|
|
- "2000, 500";
|
|
|
|
|
|
public static final String FS_RM_STATE_STORE_NUM_RETRIES =
|
|
|
RM_PREFIX + "fs.state-store.num-retries";
|
|
@@ -1974,13 +1970,6 @@ public class YarnConfiguration extends Configuration {
|
|
|
TIMELINE_SERVICE_ENTITYGROUP_FS_STORE_UNKNOWN_ACTIVE_SECONDS_DEFAULT
|
|
|
= 24 * 60 * 60;
|
|
|
|
|
|
- public static final String
|
|
|
- TIMELINE_SERVICE_ENTITYGROUP_FS_STORE_RETRY_POLICY_SPEC =
|
|
|
- TIMELINE_SERVICE_ENTITYGROUP_FS_STORE_PREFIX + "retry-policy-spec";
|
|
|
- public static final String
|
|
|
- DEFAULT_TIMELINE_SERVICE_ENTITYGROUP_FS_STORE_RETRY_POLICY_SPEC =
|
|
|
- "2000, 500";
|
|
|
-
|
|
|
public static final String TIMELINE_SERVICE_LEVELDB_CACHE_READ_CACHE_SIZE =
|
|
|
TIMELINE_SERVICE_ENTITYGROUP_FS_STORE_PREFIX
|
|
|
+ "leveldb-cache-read-cache-size";
|
|
@@ -2600,11 +2589,7 @@ public class YarnConfiguration extends Configuration {
|
|
|
/** URI for NodeLabelManager */
|
|
|
public static final String FS_NODE_LABELS_STORE_ROOT_DIR = NODE_LABELS_PREFIX
|
|
|
+ "fs-store.root-dir";
|
|
|
- public static final String FS_NODE_LABELS_STORE_RETRY_POLICY_SPEC =
|
|
|
- NODE_LABELS_PREFIX + "fs-store.retry-policy-spec";
|
|
|
- public static final String DEFAULT_FS_NODE_LABELS_STORE_RETRY_POLICY_SPEC =
|
|
|
- "2000, 500";
|
|
|
-
|
|
|
+
|
|
|
/**
|
|
|
* Flag to indicate if the node labels feature enabled, by default it's
|
|
|
* disabled
|