|
@@ -474,7 +474,7 @@ module.exports =
|
|
|
"name": "mapred_cluster_red_mem_mb",
|
|
|
"displayName": "Cluster's Reduce slot size (virtual memory)",
|
|
|
"description": "The virtual memory size of a single Reduce slot in the MapReduce framework",
|
|
|
- "defaultValue": "-1",
|
|
|
+ "defaultValue": "2048",
|
|
|
"displayType": "int",
|
|
|
"unit": "MB",
|
|
|
"isVisible": true,
|
|
@@ -497,7 +497,7 @@ module.exports =
|
|
|
"name": "mapred_job_map_mem_mb",
|
|
|
"displayName": "Default virtual memory for a job's map-task",
|
|
|
"description": "Virtual memory for single Map task",
|
|
|
- "defaultValue": "-1",
|
|
|
+ "defaultValue": "1536",
|
|
|
"displayType": "int",
|
|
|
"unit": "MB",
|
|
|
"isVisible": true,
|
|
@@ -509,7 +509,7 @@ module.exports =
|
|
|
"name": "mapred_job_red_mem_mb",
|
|
|
"displayName": "Default virtual memory for a job's reduce-task",
|
|
|
"description": "Virtual memory for single Reduce task",
|
|
|
- "defaultValue": "-1",
|
|
|
+ "defaultValue": "2048",
|
|
|
"displayType": "int",
|
|
|
"unit": "MB",
|
|
|
"isVisible": true,
|
|
@@ -556,7 +556,7 @@ module.exports =
|
|
|
"name": "mapred_cluster_max_map_mem_mb",
|
|
|
"displayName": "Upper limit on virtual memory for single Map task",
|
|
|
"description": "Upper limit on virtual memory size for a single Map task of any MapReduce job",
|
|
|
- "defaultValue": "-1",
|
|
|
+ "defaultValue": "6144",
|
|
|
"displayType": "int",
|
|
|
"unit": "MB",
|
|
|
"isVisible": true,
|
|
@@ -568,7 +568,7 @@ module.exports =
|
|
|
"name": "mapred_cluster_max_red_mem_mb",
|
|
|
"displayName": "Upper limit on virtual memory for single Reduce task",
|
|
|
"description": "Upper limit on virtual memory size for a single Reduce task of any MapReduce job",
|
|
|
- "defaultValue": "-1",
|
|
|
+ "defaultValue": "4096",
|
|
|
"displayType": "int",
|
|
|
"unit": "MB",
|
|
|
"isVisible": true,
|
|
@@ -591,7 +591,7 @@ module.exports =
|
|
|
"name": "mapred_cluster_map_mem_mb",
|
|
|
"displayName": "Cluster's Map slot size (virtual memory)",
|
|
|
"description": "The virtual memory size of a single Map slot in the MapReduce framework",
|
|
|
- "defaultValue": "-1",
|
|
|
+ "defaultValue": "1536",
|
|
|
"displayType": "int",
|
|
|
"unit": "MB",
|
|
|
"isVisible": true,
|