Run Job Flow
emr_run_job_flow | R Documentation |
RunJobFlow creates and starts running a new cluster (job flow)¶
Description¶
RunJobFlow creates and starts running a new cluster (job flow). The
cluster runs the steps specified. After the steps complete, the cluster
stops and the HDFS partition is lost. To prevent loss of data, configure
the last step of the job flow to store results in Amazon S3. If the
JobFlowInstancesConfig KeepJobFlowAliveWhenNoSteps
parameter is set to
TRUE
, the cluster transitions to the WAITING state rather than
shutting down after the steps have completed.
For additional protection, you can set the JobFlowInstancesConfig
TerminationProtected
parameter to TRUE
to lock the cluster and
prevent it from being terminated by API call, user intervention, or in
the event of a job flow error.
A maximum of 256 steps are allowed in each job flow.
If your cluster is long-running (such as a Hive data warehouse) or complex, you may require more than 256 steps to process your data. You can bypass the 256-step limitation in various ways, including using the SSH shell to connect to the master node and submitting queries directly to the software running on the master node, such as Hive and Hadoop.
For long-running clusters, we recommend that you periodically store your results.
The instance fleets configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions. The RunJobFlow request can contain InstanceFleets parameters or InstanceGroups parameters, but not both.
Usage¶
emr_run_job_flow(Name, LogUri, LogEncryptionKmsKeyId, AdditionalInfo,
AmiVersion, ReleaseLabel, Instances, Steps, BootstrapActions,
SupportedProducts, NewSupportedProducts, Applications, Configurations,
VisibleToAllUsers, JobFlowRole, ServiceRole, Tags,
SecurityConfiguration, AutoScalingRole, ScaleDownBehavior, CustomAmiId,
EbsRootVolumeSize, RepoUpgradeOnBoot, KerberosAttributes,
StepConcurrencyLevel, ManagedScalingPolicy, PlacementGroupConfigs,
AutoTerminationPolicy, OSReleaseLabel, EbsRootVolumeIops,
EbsRootVolumeThroughput)
Arguments¶
Name |
[required] The name of the job flow. |
LogUri |
The location in Amazon S3 to write the log files of the job flow. If a value is not provided, logs are not created. |
LogEncryptionKmsKeyId |
The KMS key used for encrypting log files. If a value is not provided, the logs remain encrypted by AES-256. This attribute is only available with Amazon EMR releases 5.30.0 and later, excluding Amazon EMR 6.0.0. |
AdditionalInfo |
A JSON string for selecting additional features. |
AmiVersion |
Applies only to Amazon EMR AMI versions 3.x and 2.x. For Amazon
EMR releases 4.0 and later, |
ReleaseLabel |
The Amazon EMR release label, which determines the version of
open-source application packages installed on the cluster. Release
labels are in the form |
Instances |
[required] A specification of the number and type of Amazon EC2 instances. |
Steps |
A list of steps to run. |
BootstrapActions |
A list of bootstrap actions to run before Hadoop starts on the cluster nodes. |
SupportedProducts |
For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x and later, use Applications. A list of strings that indicates third-party software to use. For more information, see the Amazon EMR Developer Guide. Currently supported values are:
|
NewSupportedProducts |
For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x and later, use Applications. A list of strings that indicates third-party software to use with the job flow that accepts a user argument list. Amazon EMR accepts and forwards the argument list to the corresponding installation script as bootstrap action arguments. For more information, see "Launch a Job Flow on the MapR Distribution for Hadoop" in the Amazon EMR Developer Guide. Supported values are:
|
Applications |
Applies to Amazon EMR releases 4.0 and later. A case-insensitive list of applications for Amazon EMR to install and configure when launching the cluster. For a list of applications available for each Amazon EMR release version, see the Amazon EMRRelease Guide. |
Configurations |
For Amazon EMR releases 4.0 and later. The list of configurations supplied for the Amazon EMR cluster that you are creating. |
VisibleToAllUsers |
The VisibleToAllUsers parameter is no longer supported. By
default, the value is set to Set this value to When set to |
JobFlowRole |
Also called instance profile and Amazon EC2 role. An IAM role for
an Amazon EMR cluster. The Amazon EC2 instances of the cluster assume
this role. The default role is |
ServiceRole |
The IAM role that Amazon EMR assumes in order to access Amazon Web Services resources on your behalf. If you've created a custom service role path, you must specify it for the service role when you launch your cluster. |
Tags |
A list of tags to associate with a cluster and propagate to Amazon EC2 instances. |
SecurityConfiguration |
The name of a security configuration to apply to the cluster. |
AutoScalingRole |
An IAM role for automatic scaling policies. The default role is
|
ScaleDownBehavior |
Specifies the way that individual Amazon EC2 instances terminate
when an automatic scale-in activity occurs or an instance group is
resized. |
CustomAmiId |
Available only in Amazon EMR releases 5.7.0 and later. The ID of
a custom Amazon EBS-backed Linux AMI. If specified, Amazon EMR uses this
AMI when it launches cluster Amazon EC2 instances. For more information
about custom AMIs in Amazon EMR, see Using
a Custom AMI in the Amazon EMR Management Guide. If
omitted, the cluster uses the base Linux AMI for the
For information about creating a custom AMI, see Creating an Amazon EBS-Backed Linux AMI in the Amazon Elastic Compute Cloud User Guide for Linux Instances. For information about finding an AMI ID, see Finding a Linux AMI. |
EbsRootVolumeSize |
The size, in GiB, of the Amazon EBS root device volume of the Linux AMI that is used for each Amazon EC2 instance. Available in Amazon EMR releases 4.x and later. |
RepoUpgradeOnBoot |
Applies only when |
KerberosAttributes |
Attributes for Kerberos configuration when Kerberos authentication is enabled using a security configuration. For more information see Use Kerberos Authentication in the Amazon EMR Management Guide. |
StepConcurrencyLevel |
Specifies the number of steps that can be executed concurrently.
The default value is |
ManagedScalingPolicy |
The specified managed scaling policy for an Amazon EMR cluster. |
PlacementGroupConfigs |
The specified placement group configuration for an Amazon EMR cluster. |
AutoTerminationPolicy |
|
OSReleaseLabel |
Specifies a particular Amazon Linux release for all nodes in a cluster launch RunJobFlow request. If a release is not specified, Amazon EMR uses the latest validated Amazon Linux release for cluster launch. |
EbsRootVolumeIops |
The IOPS, of the Amazon EBS root device volume of the Linux AMI that is used for each Amazon EC2 instance. Available in Amazon EMR releases 6.15.0 and later. |
EbsRootVolumeThroughput |
The throughput, in MiB/s, of the Amazon EBS root device volume of the Linux AMI that is used for each Amazon EC2 instance. Available in Amazon EMR releases 6.15.0 and later. |
Value¶
A list with the following syntax:
list(
JobFlowId = "string",
ClusterArn = "string"
)
Request syntax¶
svc$run_job_flow(
Name = "string",
LogUri = "string",
LogEncryptionKmsKeyId = "string",
AdditionalInfo = "string",
AmiVersion = "string",
ReleaseLabel = "string",
Instances = list(
MasterInstanceType = "string",
SlaveInstanceType = "string",
InstanceCount = 123,
InstanceGroups = list(
list(
Name = "string",
Market = "ON_DEMAND"|"SPOT",
InstanceRole = "MASTER"|"CORE"|"TASK",
BidPrice = "string",
InstanceType = "string",
InstanceCount = 123,
Configurations = list(
list(
Classification = "string",
Configurations = list(),
Properties = list(
"string"
)
)
),
EbsConfiguration = list(
EbsBlockDeviceConfigs = list(
list(
VolumeSpecification = list(
VolumeType = "string",
Iops = 123,
SizeInGB = 123,
Throughput = 123
),
VolumesPerInstance = 123
)
),
EbsOptimized = TRUE|FALSE
),
AutoScalingPolicy = list(
Constraints = list(
MinCapacity = 123,
MaxCapacity = 123
),
Rules = list(
list(
Name = "string",
Description = "string",
Action = list(
Market = "ON_DEMAND"|"SPOT",
SimpleScalingPolicyConfiguration = list(
AdjustmentType = "CHANGE_IN_CAPACITY"|"PERCENT_CHANGE_IN_CAPACITY"|"EXACT_CAPACITY",
ScalingAdjustment = 123,
CoolDown = 123
)
),
Trigger = list(
CloudWatchAlarmDefinition = list(
ComparisonOperator = "GREATER_THAN_OR_EQUAL"|"GREATER_THAN"|"LESS_THAN"|"LESS_THAN_OR_EQUAL",
EvaluationPeriods = 123,
MetricName = "string",
Namespace = "string",
Period = 123,
Statistic = "SAMPLE_COUNT"|"AVERAGE"|"SUM"|"MINIMUM"|"MAXIMUM",
Threshold = 123.0,
Unit = "NONE"|"SECONDS"|"MICRO_SECONDS"|"MILLI_SECONDS"|"BYTES"|"KILO_BYTES"|"MEGA_BYTES"|"GIGA_BYTES"|"TERA_BYTES"|"BITS"|"KILO_BITS"|"MEGA_BITS"|"GIGA_BITS"|"TERA_BITS"|"PERCENT"|"COUNT"|"BYTES_PER_SECOND"|"KILO_BYTES_PER_SECOND"|"MEGA_BYTES_PER_SECOND"|"GIGA_BYTES_PER_SECOND"|"TERA_BYTES_PER_SECOND"|"BITS_PER_SECOND"|"KILO_BITS_PER_SECOND"|"MEGA_BITS_PER_SECOND"|"GIGA_BITS_PER_SECOND"|"TERA_BITS_PER_SECOND"|"COUNT_PER_SECOND",
Dimensions = list(
list(
Key = "string",
Value = "string"
)
)
)
)
)
)
),
CustomAmiId = "string"
)
),
InstanceFleets = list(
list(
Name = "string",
InstanceFleetType = "MASTER"|"CORE"|"TASK",
TargetOnDemandCapacity = 123,
TargetSpotCapacity = 123,
InstanceTypeConfigs = list(
list(
InstanceType = "string",
WeightedCapacity = 123,
BidPrice = "string",
BidPriceAsPercentageOfOnDemandPrice = 123.0,
EbsConfiguration = list(
EbsBlockDeviceConfigs = list(
list(
VolumeSpecification = list(
VolumeType = "string",
Iops = 123,
SizeInGB = 123,
Throughput = 123
),
VolumesPerInstance = 123
)
),
EbsOptimized = TRUE|FALSE
),
Configurations = list(
list(
Classification = "string",
Configurations = list(),
Properties = list(
"string"
)
)
),
CustomAmiId = "string",
Priority = 123.0
)
),
LaunchSpecifications = list(
SpotSpecification = list(
TimeoutDurationMinutes = 123,
TimeoutAction = "SWITCH_TO_ON_DEMAND"|"TERMINATE_CLUSTER",
BlockDurationMinutes = 123,
AllocationStrategy = "capacity-optimized"|"price-capacity-optimized"|"lowest-price"|"diversified"|"capacity-optimized-prioritized"
),
OnDemandSpecification = list(
AllocationStrategy = "lowest-price"|"prioritized",
CapacityReservationOptions = list(
UsageStrategy = "use-capacity-reservations-first",
CapacityReservationPreference = "open"|"none",
CapacityReservationResourceGroupArn = "string"
)
)
),
ResizeSpecifications = list(
SpotResizeSpecification = list(
TimeoutDurationMinutes = 123,
AllocationStrategy = "capacity-optimized"|"price-capacity-optimized"|"lowest-price"|"diversified"|"capacity-optimized-prioritized"
),
OnDemandResizeSpecification = list(
TimeoutDurationMinutes = 123,
AllocationStrategy = "lowest-price"|"prioritized",
CapacityReservationOptions = list(
UsageStrategy = "use-capacity-reservations-first",
CapacityReservationPreference = "open"|"none",
CapacityReservationResourceGroupArn = "string"
)
)
),
Context = "string"
)
),
Ec2KeyName = "string",
Placement = list(
AvailabilityZone = "string",
AvailabilityZones = list(
"string"
)
),
KeepJobFlowAliveWhenNoSteps = TRUE|FALSE,
TerminationProtected = TRUE|FALSE,
UnhealthyNodeReplacement = TRUE|FALSE,
HadoopVersion = "string",
Ec2SubnetId = "string",
Ec2SubnetIds = list(
"string"
),
EmrManagedMasterSecurityGroup = "string",
EmrManagedSlaveSecurityGroup = "string",
ServiceAccessSecurityGroup = "string",
AdditionalMasterSecurityGroups = list(
"string"
),
AdditionalSlaveSecurityGroups = list(
"string"
)
),
Steps = list(
list(
Name = "string",
ActionOnFailure = "TERMINATE_JOB_FLOW"|"TERMINATE_CLUSTER"|"CANCEL_AND_WAIT"|"CONTINUE",
HadoopJarStep = list(
Properties = list(
list(
Key = "string",
Value = "string"
)
),
Jar = "string",
MainClass = "string",
Args = list(
"string"
)
)
)
),
BootstrapActions = list(
list(
Name = "string",
ScriptBootstrapAction = list(
Path = "string",
Args = list(
"string"
)
)
)
),
SupportedProducts = list(
"string"
),
NewSupportedProducts = list(
list(
Name = "string",
Args = list(
"string"
)
)
),
Applications = list(
list(
Name = "string",
Version = "string",
Args = list(
"string"
),
AdditionalInfo = list(
"string"
)
)
),
Configurations = list(
list(
Classification = "string",
Configurations = list(),
Properties = list(
"string"
)
)
),
VisibleToAllUsers = TRUE|FALSE,
JobFlowRole = "string",
ServiceRole = "string",
Tags = list(
list(
Key = "string",
Value = "string"
)
),
SecurityConfiguration = "string",
AutoScalingRole = "string",
ScaleDownBehavior = "TERMINATE_AT_INSTANCE_HOUR"|"TERMINATE_AT_TASK_COMPLETION",
CustomAmiId = "string",
EbsRootVolumeSize = 123,
RepoUpgradeOnBoot = "SECURITY"|"NONE",
KerberosAttributes = list(
Realm = "string",
KdcAdminPassword = "string",
CrossRealmTrustPrincipalPassword = "string",
ADDomainJoinUser = "string",
ADDomainJoinPassword = "string"
),
StepConcurrencyLevel = 123,
ManagedScalingPolicy = list(
ComputeLimits = list(
UnitType = "InstanceFleetUnits"|"Instances"|"VCPU",
MinimumCapacityUnits = 123,
MaximumCapacityUnits = 123,
MaximumOnDemandCapacityUnits = 123,
MaximumCoreCapacityUnits = 123
),
UtilizationPerformanceIndex = 123,
ScalingStrategy = "DEFAULT"|"ADVANCED"
),
PlacementGroupConfigs = list(
list(
InstanceRole = "MASTER"|"CORE"|"TASK",
PlacementStrategy = "SPREAD"|"PARTITION"|"CLUSTER"|"NONE"
)
),
AutoTerminationPolicy = list(
IdleTimeout = 123
),
OSReleaseLabel = "string",
EbsRootVolumeIops = 123,
EbsRootVolumeThroughput = 123
)