View source: R/emr_operations.R
emr_set_unhealthy_node_replacement | R Documentation |
Specify whether to enable unhealthy node replacement, which lets Amazon EMR gracefully replace core nodes on a cluster if any nodes become unhealthy. For example, a node becomes unhealthy if disk usage is above 90%. If unhealthy node replacement is on and TerminationProtected
are off, Amazon EMR immediately terminates the unhealthy core nodes. To use unhealthy node replacement and retain unhealthy core nodes, use to turn on termination protection. In such cases, Amazon EMR adds the unhealthy nodes to a denylist, reducing job interruptions and failures.
See https://www.paws-r-sdk.com/docs/emr_set_unhealthy_node_replacement/ for full documentation.
emr_set_unhealthy_node_replacement(JobFlowIds, UnhealthyNodeReplacement)
JobFlowIds |
[required] The list of strings that uniquely identify the clusters for which to
turn on unhealthy node replacement. You can get these identifiers by
running the |
UnhealthyNodeReplacement |
[required] Indicates whether to turn on or turn off graceful unhealthy node replacement. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.