|
@@ -688,7 +688,7 @@ module.exports =
|
|
"name": "mapred_cluster_map_mem_mb",
|
|
"name": "mapred_cluster_map_mem_mb",
|
|
"displayName": "Cluster's Map slot size (virtual memory)",
|
|
"displayName": "Cluster's Map slot size (virtual memory)",
|
|
"description": "The virtual memory size of a single Map slot in the MapReduce framework",
|
|
"description": "The virtual memory size of a single Map slot in the MapReduce framework",
|
|
- "defaultValue": "-1",
|
|
|
|
|
|
+ "defaultValue": "1536",
|
|
"displayType": "int",
|
|
"displayType": "int",
|
|
"unit": "MB",
|
|
"unit": "MB",
|
|
"isVisible": true,
|
|
"isVisible": true,
|
|
@@ -701,7 +701,7 @@ module.exports =
|
|
"name": "mapred_cluster_red_mem_mb",
|
|
"name": "mapred_cluster_red_mem_mb",
|
|
"displayName": "Cluster's Reduce slot size (virtual memory)",
|
|
"displayName": "Cluster's Reduce slot size (virtual memory)",
|
|
"description": "The virtual memory size of a single Reduce slot in the MapReduce framework",
|
|
"description": "The virtual memory size of a single Reduce slot in the MapReduce framework",
|
|
- "defaultValue": "-1",
|
|
|
|
|
|
+ "defaultValue": "2048",
|
|
"displayType": "int",
|
|
"displayType": "int",
|
|
"unit": "MB",
|
|
"unit": "MB",
|
|
"isVisible": true,
|
|
"isVisible": true,
|
|
@@ -714,7 +714,7 @@ module.exports =
|
|
"name": "mapred_cluster_max_map_mem_mb",
|
|
"name": "mapred_cluster_max_map_mem_mb",
|
|
"displayName": "Upper limit on virtual memory for single Map task",
|
|
"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",
|
|
"description": "Upper limit on virtual memory size for a single Map task of any MapReduce job",
|
|
- "defaultValue": "-1",
|
|
|
|
|
|
+ "defaultValue": "6144",
|
|
"displayType": "int",
|
|
"displayType": "int",
|
|
"unit": "MB",
|
|
"unit": "MB",
|
|
"isVisible": true,
|
|
"isVisible": true,
|
|
@@ -727,7 +727,7 @@ module.exports =
|
|
"name": "mapred_cluster_max_red_mem_mb",
|
|
"name": "mapred_cluster_max_red_mem_mb",
|
|
"displayName": "Upper limit on virtual memory for single Reduce task",
|
|
"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",
|
|
"description": "Upper limit on virtual memory size for a single Reduce task of any MapReduce job",
|
|
- "defaultValue": "-1",
|
|
|
|
|
|
+ "defaultValue": "4096",
|
|
"displayType": "int",
|
|
"displayType": "int",
|
|
"unit": "MB",
|
|
"unit": "MB",
|
|
"isVisible": true,
|
|
"isVisible": true,
|
|
@@ -740,7 +740,7 @@ module.exports =
|
|
"name": "mapred_job_map_mem_mb",
|
|
"name": "mapred_job_map_mem_mb",
|
|
"displayName": "Default virtual memory for a job's map-task",
|
|
"displayName": "Default virtual memory for a job's map-task",
|
|
"description": "Virtual memory for single Map task",
|
|
"description": "Virtual memory for single Map task",
|
|
- "defaultValue": "-1",
|
|
|
|
|
|
+ "defaultValue": "1536",
|
|
"displayType": "int",
|
|
"displayType": "int",
|
|
"unit": "MB",
|
|
"unit": "MB",
|
|
"isVisible": true,
|
|
"isVisible": true,
|
|
@@ -753,7 +753,7 @@ module.exports =
|
|
"name": "mapred_job_red_mem_mb",
|
|
"name": "mapred_job_red_mem_mb",
|
|
"displayName": "Default virtual memory for a job's reduce-task",
|
|
"displayName": "Default virtual memory for a job's reduce-task",
|
|
"description": "Virtual memory for single Reduce task",
|
|
"description": "Virtual memory for single Reduce task",
|
|
- "defaultValue": "-1",
|
|
|
|
|
|
+ "defaultValue": "2048",
|
|
"displayType": "int",
|
|
"displayType": "int",
|
|
"unit": "MB",
|
|
"unit": "MB",
|
|
"isVisible": true,
|
|
"isVisible": true,
|