Gateway
Advanced
Deploy Directory
- Description
- The directory where the client configs will be deployed
- Related Name
- Default Value
- /etc/hadoop
- API Name
-
client_config_root_dir
- Required
- true
Gateway Logging Advanced Configuration Snippet (Safety Valve)
- Description
- For advanced use only, a string to be inserted into log4j.properties for this role only.
- Related Name
- Default Value
- API Name
-
log4j_safety_valve
- Required
- false
MapReduce Client Advanced Configuration Snippet (Safety Valve) for mapred-site.xml
- Description
- For advanced use only, a string to be inserted into the client configuration for mapred-site.xml.
- Related Name
- Default Value
- API Name
-
mapreduce_client_config_safety_valve
- Required
- false
Gateway Client Environment Advanced Configuration Snippet (Safety Valve) for hadoop-env.sh
- Description
- For advanced use only, key-value pairs (one on each line) to be inserted into the client configuration for hadoop-env.sh
- Related Name
- Default Value
- API Name
-
mapreduce_client_env_safety_valve
- Required
- false
Client Java Configuration Options
- Description
- These are Java command-line arguments. Commonly, garbage collection flags, PermGen, or extra debugging flags would be passed here.
- Related Name
- Default Value
- -Djava.net.preferIPv4Stack=true
- API Name
-
mapreduce_client_java_opts
- Required
- false
YARN Client Advanced Configuration Snippet (Safety Valve) for yarn-site.xml
- Description
- For advanced use only, a string to be inserted into the client configuration for yarn-site.xml.
- Related Name
- Default Value
- API Name
-
yarn_client_config_safety_valve
- Required
- false
Compression
Compression Level of Codecs
- Description
- Compression level for the codec used to compress MapReduce outputs. Default compression is a balance between speed and compression ratio.
- Related Name
-
zlib.compress.level
- Default Value
- DEFAULT_COMPRESSION
- API Name
-
zlib_compress_level
- Required
- false
Logs
Gateway Logging Threshold
- Description
- The minimum log level for Gateway logs
- Related Name
- Default Value
- INFO
- API Name
-
log_threshold
- Required
- false
Monitoring
Enable Log Event Capture
- Description
- When set, each role identifies important log events and forwards them to Cloudera Manager.
- Related Name
- Default Value
- true
- API Name
-
catch_events
- Required
- false
Enable Configuration Change Alerts
- Description
- When set, Cloudera Manager will send alerts when this entity's configuration changes.
- Related Name
- Default Value
- false
- API Name
-
enable_config_alerts
- Required
- false
Other
Alternatives Priority
- Description
- The priority level that the client configuration will have in the Alternatives system on the hosts. Higher priority levels will cause Alternatives to prefer this configuration over any others.
- Related Name
- Default Value
- 92
- API Name
-
client_config_priority
- Required
- true
Client Failover Sleep Base Time
- Description
- Base sleep time between failover attempts. Used only if RM HA is enabled.
- Related Name
-
yarn.client.failover-sleep-base-ms
- Default Value
- 100 millisecond(s)
- API Name
-
client_failover_sleep_base
- Required
- false
Client Failover Sleep Max Time
- Description
- Maximum sleep time between failover attempts. Used only if RM HA is enabled.
- Related Name
-
yarn.client.failover-sleep-max-ms
- Default Value
- 2 second(s)
- API Name
-
client_failover_sleep_max
- Required
- false
Running Job History Location
- Description
- Location to store the job history files of running jobs. This is a path on the host where the JobTracker is running.
- Related Name
-
hadoop.job.history.location
- Default Value
- /var/log/hadoop-mapreduce/history
- API Name
-
hadoop_job_history_dir
- Required
- false
SequenceFile I/O Buffer Size
- Description
- Size of buffer for read and write operations of SequenceFiles.
- Related Name
-
io.file.buffer.size
- Default Value
- 64 KiB
- API Name
-
io_file_buffer_size
- Required
- false
I/O Sort Factor
- Description
- The number of streams to merge at the same time while sorting files. That is, the number of sort heads to use during the merge sort on the reducer side. This determines the number of open file handles. Merging more files in parallel reduces merge sort iterations and improves run time by eliminating disk I/O. Note that merging more files in parallel uses more memory. If 'io.sort.factor' is set too high or the maximum JVM heap is set too low, excessive garbage collection will occur. The Hadoop default is 10, but Cloudera recommends a higher value. Will be part of generated client configuration.
- Related Name
-
mapreduce.task.io.sort.factor
- Default Value
- 64
- API Name
-
io_sort_factor
- Required
- false
I/O Sort Memory Buffer (MiB)
- Description
- The total amount of memory buffer, in megabytes, to use while sorting files. Note that this memory comes out of the user JVM heap size (meaning total user JVM heap - this amount of memory = total user usable heap space. Note that Cloudera's default differs from Hadoop's default; Cloudera uses a bigger buffer by default because modern machines often have more RAM. The smallest value across all TaskTrackers will be part of generated client configuration.
- Related Name
-
mapreduce.task.io.sort.mb
- Default Value
- 256 MiB
- API Name
-
io_sort_mb
- Required
- false
I/O Sort Spill Percent
- Description
- The soft limit in either the buffer or record collection buffers. When this limit is reached, a thread will begin to spill the contents to disk in the background. Note that this does not imply any chunking of data to the spill. A value less than 0.5 is not recommended. The syntax is in decimal units; the default is 80% and is formatted 0.8. Will be part of generated client configuration.
- Related Name
-
mapreduce.map.sort.spill.percent
- Default Value
- 0.8
- API Name
-
io_sort_spill_percent
- Required
- false
Use Compression on Map Outputs
- Description
- If enabled, uses compression on the map outputs before they are sent across the network. Will be part of generated client configuration.
- Related Name
-
mapreduce.map.output.compress
- Default Value
- true
- API Name
-
mapred_compress_map_output
- Required
- false
Compression Codec of MapReduce Map Output
- Description
- For MapReduce map outputs that are compressed, specify the compression codec to use. Will be part of generated client configuration.
- Related Name
-
mapreduce.map.output.compress.codec
- Default Value
- org.apache.hadoop.io.compress.SnappyCodec
- API Name
-
mapred_map_output_compression_codec
- Required
- false
Map Tasks Speculative Execution
- Description
- If enabled, multiple instances of some map tasks may be executed in parallel.
- Related Name
-
mapreduce.map.speculative
- Default Value
- false
- API Name
-
mapred_map_tasks_speculative_execution
- Required
- false
Compress MapReduce Job Output
- Description
- Compress the output of MapReduce jobs. Will be part of generated client configuration.
- Related Name
-
mapreduce.output.fileoutputformat.compress
- Default Value
- false
- API Name
-
mapred_output_compress
- Required
- false
Compression Codec of MapReduce Job Output
- Description
- For MapReduce job outputs that are compressed, specify the compression codec to use. Will be part of generated client configuration.
- Related Name
-
mapreduce.output.fileoutputformat.compress.codec
- Default Value
- org.apache.hadoop.io.compress.DefaultCodec
- API Name
-
mapred_output_compression_codec
- Required
- false
Compression Type of MapReduce Job Output
- Description
- For MapReduce job outputs that are compressed as SequenceFiles, you can select one of these compression type options: NONE, RECORD or BLOCK. Cloudera recommends BLOCK. Will be part of generated client configuration.
- Related Name
-
mapreduce.output.fileoutputformat.compress.type
- Default Value
- BLOCK
- API Name
-
mapred_output_compression_type
- Required
- false
Default Number of Parallel Transfers During Shuffle
- Description
- The default number of parallel transfers run by reduce during the copy (shuffle) phase. This number is calculated by the following formula: min(number_of_nodes, n * min(number_of_cores_per_node, number_of_spindles_per_node)) where the n represents how many streams you want to run per core/spindle. A value of 10 for n is appropriate in most cases. Will be part of generated client configuration.
- Related Name
-
mapreduce.reduce.shuffle.parallelcopies
- Default Value
- 10
- API Name
-
mapred_reduce_parallel_copies
- Required
- false
Number of Map Tasks to Complete Before Reduce Tasks
- Description
- Fraction of the number of map tasks in the job which should be completed before reduce tasks are scheduled for the job.
- Related Name
-
mapreduce.job.reduce.slowstart.completedmaps
- Default Value
- 0.8
- API Name
-
mapred_reduce_slowstart_completed_maps
- Required
- false
Default Number of Reduce Tasks per Job
- Description
- The default number of reduce tasks per job. Will be part of generated client configuration.
- Related Name
-
mapreduce.job.reduces
- Default Value
- 1
- API Name
-
mapred_reduce_tasks
- Required
- false
Reduce Tasks Speculative Execution
- Description
- If enabled, multiple instances of some reduce tasks may be executed in parallel.
- Related Name
-
mapreduce.reduce.speculative
- Default Value
- false
- API Name
-
mapred_reduce_tasks_speculative_execution
- Required
- false
Mapreduce Submit Replication
- Description
- The replication level for submitted job files.
- Related Name
-
mapreduce.client.submit.file.replication
- Default Value
- 10
- API Name
-
mapred_submit_replication
- Required
- false
Mapreduce Task Timeout
- Description
- The number of milliseconds before a task will be terminated if it neither reads an input, writes an output, nor updates its status string.
- Related Name
-
mapreduce.task.timeout
- Default Value
- 10 minute(s)
- API Name
-
mapred_task_timeout
- Required
- false
MR Application Environment
- Description
- Additional execution environment entries for map and reduce task processes.
- Related Name
-
mapreduce.admin.user.env
- Default Value
- LD_LIBRARY_PATH=$HADOOP_COMMON_HOME/lib/native:$JAVA_LIBRARY_PATH
- API Name
-
mapreduce_admin_user_env
- Required
- false
Maximum Number of Attempts for MapReduce Jobs
- Description
- The maximum number of application attempts for MapReduce jobs. The value of this parameter overrides ApplicationMaster Maximum Attempts for MapReduce jobs.
- Related Name
-
mapreduce.am.max-attempts
- Default Value
- 2
- API Name
-
mapreduce_am_max_attempts
- Required
- false
MR Application Classpath
- Description
- Classpaths to include for MapReduce applications. During evaluation, the string '{version}' in the value of this parameter will be replaced by the actual MapReduce version.
- Related Name
-
mapreduce.application.classpath
- Default Value
- $HADOOP_CLIENT_CONF_DIR $PWD/mr-framework/* $MR2_CLASSPATH
- API Name
-
mapreduce_application_classpath
- Required
- false
MR Application Framework Path
- Description
- Path for MapReduce application framework. During evaluation, the string '{version}' in the value of this parameter will be replaced by the actual MapReduce version.
- Related Name
-
mapreduce.application.framework.path
- Default Value
- /user/yarn/mapreduce/mr-framework/version-mr-framework.tar.gz#mr-framework
- API Name
-
mapreduce_application_framework_path
- Required
- false
Application Framework
- Description
- The application framework to run jobs with. If not set, jobs will be run with the local job runner.
- Related Name
-
mapreduce.framework.name
- Default Value
- yarn
- API Name
-
mapreduce_framework_name
- Required
- false
ACL For Modifying A Job
- Description
- Specifies a list of users and/or groups that are allowed to modify job operations. For specifying a list of users and groups the format to use is "user1,user2 group1,group". If set to '*', it allows all users/groups to modify this job. If set to ' '(i.e. space), it allows none. Irrespective of this ACL configuration, (a) job-owner, (b) the user who started the cluster, (c) members of an admin configured supergroup configured via mapreduce.cluster.permissions.supergroup and (d) queue administrators of the queue to which this job was submitted to configured via acl-administer-jobs for the specific queue in mapred-queues.xml can do all the modification operations on a job. Ignored unless mapreduce.clouster.acls.enabled is true.
- Related Name
-
mapreduce.job.acl-modify-job
- Default Value
- API Name
-
mapreduce_job_acl_modify_job
- Required
- false
ACL For Viewing A Job
- Description
- Specifies a list of users and/or groups that are allowed to view private job details. For specifying a list of users and groups the format to use is "user1,user2 group1,group". If set to '*', it allows all users/groups to modify this job. If set to ' '(i.e. space), it allows none. Irrespective of this ACL configuration, (a) job-owner, (b) the user who started the cluster, (c) members of an admin configured supergroup configured via mapreduce.cluster.permissions.supergroup and (d) queue administrators of the queue to which this job was submitted to configured via acl-administer-jobs for the specific queue in mapred-queues.xml can do all the view operations on a job. Ignored unless mapreduce.cluster.acls.enabled is true.
- Related Name
-
mapreduce.job.acl-view-job
- Default Value
- API Name
-
mapreduce_job_acl_view_job
- Required
- false
Redacted MapReduce Job Properties
- Description
- A comma-separated list of job properties to redact in MapReduce.
- Related Name
-
mapreduce.job.redacted-properties
- Default Value
- fs.s3a.access.key fs.s3a.secret.key fs.adl.oauth2.credential dfs.adls.oauth2.credential fs.azure.account.oauth2.client.secret
- API Name
-
mapreduce_job_redacted_properties
- Required
- false
JobTracker MetaInfo Maxsize
- Description
- The maximum permissible size of the split metainfo file. The JobTracker won't attempt to read split metainfo files bigger than the configured value. No limits if set to -1.
- Related Name
-
mapreduce.job.split.metainfo.maxsize
- Default Value
- 10000000
- API Name
-
mapreduce_jobtracker_split_metainfo_maxsize
- Required
- false
Map Task Java Opts Base
- Description
- Java opts for the map processes. The following symbol, if present, will be interpolated: @taskid@ is replaced by current TaskID. Any other occurrences of '@' will go unchanged. For example, to enable verbose gc logging to a file named for the taskid in /tmp pass a value of: "-verbose:gc -Xloggc:/tmp/@taskid@.gc". The configuration variable 'Map Task Memory' can be used to control the maximum memory of the map processes.
- Related Name
-
mapreduce.map.java.opts
- Default Value
- -Djava.net.preferIPv4Stack=true
- API Name
-
mapreduce_map_java_opts
- Required
- false
Reduce Task Java Opts Base
- Description
- Java opts for the reduce processes. The following symbol, if present, will be interpolated: @taskid@ is replaced by current TaskID. Any other occurrences of '@' will go unchanged. For example, to enable verbose gc logging to a file named for the taskid in /tmp pass a value of: "-verbose:gc -Xloggc:/tmp/@taskid@.gc". The configuration variable 'Reduce Task Memory' can be used to control the maximum memory of the reduce processes.
- Related Name
-
mapreduce.reduce.java.opts
- Default Value
- -Djava.net.preferIPv4Stack=true
- API Name
-
mapreduce_reduce_java_opts
- Required
- false
ApplicationMaster Environment
- Description
- Environment variables for the MapReduce ApplicationMaster. These settings can be overridden in the ApplicationMaster User Environment (yarn.app.mapreduce.am.env).
- Related Name
-
yarn.app.mapreduce.am.admin.user.env
- Default Value
- LD_LIBRARY_PATH=$HADOOP_COMMON_HOME/lib/native:$JAVA_LIBRARY_PATH
- API Name
-
yarn_app_mapreduce_am_admin_user_env
- Required
- false
ApplicationMaster Java Opts Base
- Description
- Java command line arguments passed to the MapReduce ApplicationMaster.
- Related Name
-
yarn.app.mapreduce.am.command-opts
- Default Value
- -Djava.net.preferIPv4Stack=true
- API Name
-
yarn_app_mapreduce_am_command_opts
- Required
- false
Performance
JHist File Format
- Description
- File format the AM will use when generating the .jhist file. Valid values are "json" for text output and "binary" for faster parsing.
- Related Name
-
mapreduce.jobhistory.jhist.format
- Default Value
- binary
- API Name
-
mapred_jobhistory_jhist_format
- Required
- false
Enable Optimized Map-side Output Collector
- Description
- Whether map tasks should attempt to use the optimized native implementation of the map-side output collector. This can improve performance of many jobs that are shuffle-intensive. Experimental in CDH 5.2.
- Related Name
- Default Value
- false
- API Name
-
mapreduce_enable_native_map_output_collector
- Required
- false
Job Counter Groups Limit
- Description
- Limit on the number of counter groups allowed per job.
- Related Name
-
mapreduce.job.counters.groups.max
- Default Value
- 50
- API Name
-
mapreduce_job_counter_groups_limit
- Required
- false
Job Counters Limit
- Description
- Limit on the number of counters allowed per job.
- Related Name
-
mapreduce.job.counters.max
- Default Value
- 120
- API Name
-
mapreduce_job_counters_limit
- Required
- false
Enable Ubertask Optimization
- Description
- Whether to enable ubertask optimization, which runs "sufficiently small" jobs sequentially within a single JVM. "Small" is defined by the mapreduce.job.ubertask.maxmaps, mapreduce.job.ubertask.maxreduces, and mapreduce.job.ubertask.maxbytes settings.
- Related Name
-
mapreduce.job.ubertask.enable
- Default Value
- false
- API Name
-
mapreduce_job_ubertask_enabled
- Required
- false
Ubertask Maximum Job Size
- Description
- Threshold for number of input bytes, beyond which a job is considered too big for ubertask optimization. If no value is specified, dfs.block.size is used as a default.
- Related Name
-
mapreduce.job.ubertask.maxbytes
- Default Value
- API Name
-
mapreduce_job_ubertask_maxbytes
- Required
- false
Ubertask Maximum Maps
- Description
- Threshold for number of maps, beyond which a job is considered too big for ubertask optimization.
- Related Name
-
mapreduce.job.ubertask.maxmaps
- Default Value
- 9
- API Name
-
mapreduce_job_ubertask_maxmaps
- Required
- false
Ubertask Maximum Reduces
- Description
- Threshold for number of reduces, beyond which a job is considered too big for ubertask optimization. Note: As of CDH 5, MR2 does not support more than one reduce in an ubertask. (Zero is valid.)
- Related Name
-
mapreduce.job.ubertask.maxreduces
- Default Value
- 1
- API Name
-
mapreduce_job_ubertask_maxreduces
- Required
- false
Resource Management
Client Java Heap Size in Bytes
- Description
- Maximum size in bytes for the Java process heap memory. Passed to Java -Xmx.
- Related Name
- Default Value
- 825955249 B
- API Name
-
mapreduce_client_java_heapsize
- Required
- false
Heap to Container Size Ratio
- Description
- The ratio of heap size to container size for both map and reduce tasks. The heap should be smaller than the container size to allow for some overhead of the JVM.
- Related Name
-
mapreduce.job.heap.memory-mb.ratio
- Default Value
- 0.8
- API Name
-
mapreduce_job_heap_memory_mb_ratio
- Required
- false
Map Task CPU Virtual Cores
- Description
- The number of virtual CPU cores allocated for each map task of a job. This parameter has no effect prior to CDH 4.4.
- Related Name
-
mapreduce.map.cpu.vcores
- Default Value
- 1
- API Name
-
mapreduce_map_cpu_vcores
- Required
- false
Map Task Maximum Heap Size
- Description
- The maximum Java heap size, in bytes, of the map processes. This number will be formatted and concatenated with 'Map Task Java Opts Base' to pass to Hadoop.
- Related Name
- Default Value
- 0 B
- API Name
-
mapreduce_map_java_opts_max_heap
- Required
- false
Map Task Memory
- Description
- The amount of physical memory, in MiB, allocated for each map task of a job. For versions before CDH 5.5, if not specified, by default it is set to 1024. For CDH 5.5 and higher, a value less than 128 is not supported but if it is specified as 0, the amount of physical memory to request is inferred from Map Task Maximum Heap Size and Heap to Container Size Ratio. If Map Task Maximum Heap Size is not specified, by default the amount of physical memory to request is set to 1024.
- Related Name
-
mapreduce.map.memory.mb
- Default Value
- 0 B
- API Name
-
mapreduce_map_memory_mb
- Required
- false
Reduce Task CPU Virtual Cores
- Description
- The number of virtual CPU cores for each reduce task of a job.
- Related Name
-
mapreduce.reduce.cpu.vcores
- Default Value
- 1
- API Name
-
mapreduce_reduce_cpu_vcores
- Required
- false
Reduce Task Maximum Heap Size
- Description
- The maximum Java heap size, in bytes, of the reduce processes. This number will be formatted and concatenated with 'Reduce Task Java Opts Base' to pass to Hadoop.
- Related Name
- Default Value
- 0 B
- API Name
-
mapreduce_reduce_java_opts_max_heap
- Required
- false
Reduce Task Memory
- Description
- The amount of physical memory, in MiB, allocated for each reduce task of a job. For versions before CDH 5.5, if not specified, by default it is set to 1024. For CDH 5.5 and higher, a value less than 128 is not supported but if it is specified as 0, the amount of physical memory to request is inferred from Reduce Task Maximum Heap Size and Heap to Container Size Ratio. If Reduce Task Maximum Heap Size is not specified, by default the amount of physical memory to request is set to 1024. This parameter has no effect prior to CDH 4.4.
- Related Name
-
mapreduce.reduce.memory.mb
- Default Value
- 0 B
- API Name
-
mapreduce_reduce_memory_mb
- Required
- false
ApplicationMaster Java Maximum Heap Size
- Description
- The maximum heap size, in bytes, of the Java MapReduce ApplicationMaster. This number will be formatted and concatenated with 'ApplicationMaster Java Opts Base' to pass to Hadoop.
- Related Name
- Default Value
- 825955249 B
- API Name
-
yarn_app_mapreduce_am_max_heap
- Required
- false
ApplicationMaster Virtual CPU Cores
- Description
- The virtual CPU cores requirement, for the ApplicationMaster. This parameter has no effect prior to CDH 4.4.
- Related Name
-
yarn.app.mapreduce.am.resource.cpu-vcores
- Default Value
- 1
- API Name
-
yarn_app_mapreduce_am_resource_cpu_vcores
- Required
- false
ApplicationMaster Memory
- Description
- The physical memory requirement, in MiB, for the ApplicationMaster.
- Related Name
-
yarn.app.mapreduce.am.resource.mb
- Default Value
- 1 GiB
- API Name
-
yarn_app_mapreduce_am_resource_mb
- Required
- false
Suppressions
Suppress Configuration Validator: CDH Version Validator
- Description
- Whether to suppress configuration warnings produced by the CDH Version Validator configuration validator.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_cdh_version_validator
- Required
- true
Suppress Parameter Validation: Deploy Directory
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the Deploy Directory parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_client_config_root_dir
- Required
- true
Suppress Parameter Validation: Running Job History Location
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the Running Job History Location parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_hadoop_job_history_dir
- Required
- true
Suppress Parameter Validation: I/O Sort Factor
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the I/O Sort Factor parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_io_sort_factor
- Required
- true
Suppress Parameter Validation: Gateway Logging Advanced Configuration Snippet (Safety Valve)
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the Gateway Logging Advanced Configuration Snippet (Safety Valve) parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_log4j_safety_valve
- Required
- true
Suppress Parameter Validation: Compression Codec of MapReduce Map Output
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the Compression Codec of MapReduce Map Output parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_mapred_map_output_compression_codec
- Required
- true
Suppress Parameter Validation: Compression Codec of MapReduce Job Output
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the Compression Codec of MapReduce Job Output parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_mapred_output_compression_codec
- Required
- true
Suppress Parameter Validation: MR Application Environment
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the MR Application Environment parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_mapreduce_admin_user_env
- Required
- true
Suppress Parameter Validation: Maximum Number of Attempts for MapReduce Jobs
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the Maximum Number of Attempts for MapReduce Jobs parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_mapreduce_am_max_attempts
- Required
- true
Suppress Parameter Validation: MR Application Classpath
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the MR Application Classpath parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_mapreduce_application_classpath
- Required
- true
Suppress Parameter Validation: MR Application Framework Path
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the MR Application Framework Path parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_mapreduce_application_framework_path
- Required
- true
Suppress Parameter Validation: MapReduce Client Advanced Configuration Snippet (Safety Valve) for mapred-site.xml
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the MapReduce Client Advanced Configuration Snippet (Safety Valve) for mapred-site.xml parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_mapreduce_client_config_safety_valve
- Required
- true
Suppress Parameter Validation: Gateway Client Environment Advanced Configuration Snippet (Safety Valve) for hadoop-env.sh
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the Gateway Client Environment Advanced Configuration Snippet (Safety Valve) for hadoop-env.sh parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_mapreduce_client_env_safety_valve
- Required
- true
Suppress Parameter Validation: Client Java Configuration Options
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the Client Java Configuration Options parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_mapreduce_client_java_opts
- Required
- true
Suppress Parameter Validation: ACL For Modifying A Job
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the ACL For Modifying A Job parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_mapreduce_job_acl_modify_job
- Required
- true
Suppress Parameter Validation: ACL For Viewing A Job
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the ACL For Viewing A Job parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_mapreduce_job_acl_view_job
- Required
- true
Suppress Parameter Validation: Redacted MapReduce Job Properties
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the Redacted MapReduce Job Properties parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_mapreduce_job_redacted_properties
- Required
- true
Suppress Parameter Validation: Map Task Java Opts Base
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the Map Task Java Opts Base parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_mapreduce_map_java_opts
- Required
- true
Suppress Configuration Validator: Map Task Maximum Heap Size Validator
- Description
- Whether to suppress configuration warnings produced by the Map Task Maximum Heap Size Validator configuration validator.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_mapreduce_map_java_opts_max_heap_mapreduce_map_memory_mb_validator
- Required
- true
Suppress Parameter Validation: Reduce Task Java Opts Base
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the Reduce Task Java Opts Base parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_mapreduce_reduce_java_opts
- Required
- true
Suppress Configuration Validator: Reduce Task Maximum Heap Size Validator
- Description
- Whether to suppress configuration warnings produced by the Reduce Task Maximum Heap Size Validator configuration validator.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_mapreduce_reduce_java_opts_max_heap_mapreduce_reduce_memory_mb_validator
- Required
- true
Suppress Configuration Validator: Job Submit Replication Validator
- Description
- Whether to suppress configuration warnings produced by the Job Submit Replication Validator configuration validator.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_mapreduce_replication_validator
- Required
- true
Suppress Parameter Validation: ApplicationMaster Environment
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the ApplicationMaster Environment parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_yarn_app_mapreduce_am_admin_user_env
- Required
- true
Suppress Parameter Validation: ApplicationMaster Java Opts Base
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the ApplicationMaster Java Opts Base parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_yarn_app_mapreduce_am_command_opts
- Required
- true
Suppress Configuration Validator: ApplicationMaster Java Maximum Heap Size Validator
- Description
- Whether to suppress configuration warnings produced by the ApplicationMaster Java Maximum Heap Size Validator configuration validator.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_yarn_app_mapreduce_am_max_heap_yarn_app_mapreduce_am_resource_mb_validator
- Required
- true
Suppress Parameter Validation: YARN Client Advanced Configuration Snippet (Safety Valve) for yarn-site.xml
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the YARN Client Advanced Configuration Snippet (Safety Valve) for yarn-site.xml parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_yarn_client_config_safety_valve
- Required
- true