Emr

This page documents function available when using the Emr module, created with @service Emr.

Index

Documentation

Main.Emr.add_instance_fleetMethod
add_instance_fleet(cluster_id, instance_fleet)
add_instance_fleet(cluster_id, instance_fleet, params::Dict{String,<:Any})

Adds an instance fleet to a running cluster. The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x.

Arguments

  • cluster_id: The unique identifier of the cluster.
  • instance_fleet: Specifies the configuration of the instance fleet.
source
Main.Emr.add_instance_groupsMethod
add_instance_groups(instance_groups, job_flow_id)
add_instance_groups(instance_groups, job_flow_id, params::Dict{String,<:Any})

Adds one or more instance groups to a running cluster.

Arguments

  • instance_groups: Instance groups to add.
  • job_flow_id: Job flow in which to add the instance groups.
source
Main.Emr.add_job_flow_stepsMethod
add_job_flow_steps(job_flow_id, steps)
add_job_flow_steps(job_flow_id, steps, params::Dict{String,<:Any})

AddJobFlowSteps adds new steps to a running cluster. 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 SSH to connect to the master node and submitting queries directly to the software running on the master node, such as Hive and Hadoop. For more information on how to do this, see Add More than 256 Steps to a Cluster in the Amazon EMR Management Guide. A step specifies the location of a JAR file stored either on the master node of the cluster or in Amazon S3. Each step is performed by the main function of the main class of the JAR file. The main class can be specified either in the manifest of the JAR or by using the MainFunction parameter of the step. Amazon EMR executes each step in the order listed. For a step to be considered complete, the main function must exit with a zero exit code and all Hadoop jobs started while the step was running must have completed and run successfully. You can only add steps to a cluster that is in one of the following states: STARTING, BOOTSTRAPPING, RUNNING, or WAITING.

Arguments

  • job_flow_id: A string that uniquely identifies the job flow. This identifier is returned by RunJobFlow and can also be obtained from ListClusters.
  • steps: A list of StepConfig to be executed by the job flow.
source
Main.Emr.add_tagsMethod
add_tags(resource_id, tags)
add_tags(resource_id, tags, params::Dict{String,<:Any})

Adds tags to an Amazon EMR resource. Tags make it easier to associate clusters in various ways, such as grouping clusters to track your Amazon EMR resource allocation costs. For more information, see Tag Clusters.

Arguments

  • resource_id: The Amazon EMR resource identifier to which tags will be added. This value must be a cluster identifier.
  • tags: A list of tags to associate with a cluster and propagate to EC2 instances. Tags are user-defined key-value pairs that consist of a required key string with a maximum of 128 characters, and an optional value string with a maximum of 256 characters.
source
Main.Emr.cancel_stepsMethod
cancel_steps(cluster_id, step_ids)
cancel_steps(cluster_id, step_ids, params::Dict{String,<:Any})

Cancels a pending step or steps in a running cluster. Available only in Amazon EMR versions 4.8.0 and later, excluding version 5.0.0. A maximum of 256 steps are allowed in each CancelSteps request. CancelSteps is idempotent but asynchronous; it does not guarantee that a step will be canceled, even if the request is successfully submitted. You can only cancel steps that are in a PENDING state.

Arguments

  • cluster_id: The ClusterID for the specified steps that will be canceled. Use RunJobFlow and ListClusters to get ClusterIDs.
  • step_ids: The list of StepIDs to cancel. Use ListSteps to get steps and their states for the specified cluster.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "StepCancellationOption": The option to choose to cancel RUNNING steps. By default, the value is SEND_INTERRUPT.
source
Main.Emr.create_security_configurationMethod
create_security_configuration(name, security_configuration)
create_security_configuration(name, security_configuration, params::Dict{String,<:Any})

Creates a security configuration, which is stored in the service and can be specified when a cluster is created.

Arguments

  • name: The name of the security configuration.
  • security_configuration: The security configuration details in JSON format. For JSON parameters and examples, see Use Security Configurations to Set Up Cluster Security in the Amazon EMR Management Guide.
source
Main.Emr.create_studioMethod
create_studio(auth_mode, default_s3_location, engine_security_group_id, name, service_role, subnet_ids, user_role, vpc_id, workspace_security_group_id)
create_studio(auth_mode, default_s3_location, engine_security_group_id, name, service_role, subnet_ids, user_role, vpc_id, workspace_security_group_id, params::Dict{String,<:Any})

Creates a new Amazon EMR Studio.

Arguments

  • auth_mode: Specifies whether the Studio authenticates users using single sign-on (SSO) or IAM. Amazon EMR Studio currently only supports SSO authentication.
  • default_s3_location: The Amazon S3 location to back up Amazon EMR Studio Workspaces and notebook files.
  • engine_security_group_id: The ID of the Amazon EMR Studio Engine security group. The Engine security group allows inbound network traffic from the Workspace security group, and it must be in the same VPC specified by VpcId.
  • name: A descriptive name for the Amazon EMR Studio.
  • service_role: The IAM role that will be assumed by the Amazon EMR Studio. The service role provides a way for Amazon EMR Studio to interoperate with other AWS services.
  • subnet_ids: A list of subnet IDs to associate with the Amazon EMR Studio. A Studio can have a maximum of 5 subnets. The subnets must belong to the VPC specified by VpcId. Studio users can create a Workspace in any of the specified subnets.
  • user_role: The IAM user role that will be assumed by users and groups logged in to an Amazon EMR Studio. The permissions attached to this IAM role can be scoped down for each user or group using session policies.
  • vpc_id: The ID of the Amazon Virtual Private Cloud (Amazon VPC) to associate with the Studio.
  • workspace_security_group_id: The ID of the Amazon EMR Studio Workspace security group. The Workspace security group allows outbound network traffic to resources in the Engine security group, and it must be in the same VPC specified by VpcId.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "Description": A detailed description of the Amazon EMR Studio.
  • "Tags": A list of tags to associate with the Amazon EMR Studio. Tags are user-defined key-value pairs that consist of a required key string with a maximum of 128 characters, and an optional value string with a maximum of 256 characters.
source
Main.Emr.create_studio_session_mappingMethod
create_studio_session_mapping(identity_type, session_policy_arn, studio_id)
create_studio_session_mapping(identity_type, session_policy_arn, studio_id, params::Dict{String,<:Any})

Maps a user or group to the Amazon EMR Studio specified by StudioId, and applies a session policy to refine Studio permissions for that user or group.

Arguments

  • identity_type: Specifies whether the identity to map to the Amazon EMR Studio is a user or a group.
  • session_policy_arn: The Amazon Resource Name (ARN) for the session policy that will be applied to the user or group. Session policies refine Studio user permissions without the need to use multiple IAM user roles.
  • studio_id: The ID of the Amazon EMR Studio to which the user or group will be mapped.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "IdentityId": The globally unique identifier (GUID) of the user or group from the AWS SSO Identity Store. For more information, see UserId and GroupId in the AWS SSO Identity Store API Reference. Either IdentityName or IdentityId must be specified.
  • "IdentityName": The name of the user or group. For more information, see UserName and DisplayName in the AWS SSO Identity Store API Reference. Either IdentityName or IdentityId must be specified.
source
Main.Emr.delete_security_configurationMethod
delete_security_configuration(name)
delete_security_configuration(name, params::Dict{String,<:Any})

Deletes a security configuration.

Arguments

  • name: The name of the security configuration.
source
Main.Emr.delete_studioMethod
delete_studio(studio_id)
delete_studio(studio_id, params::Dict{String,<:Any})

Removes an Amazon EMR Studio from the Studio metadata store.

Arguments

  • studio_id: The ID of the Amazon EMR Studio.
source
Main.Emr.delete_studio_session_mappingMethod
delete_studio_session_mapping(identity_type, studio_id)
delete_studio_session_mapping(identity_type, studio_id, params::Dict{String,<:Any})

Removes a user or group from an Amazon EMR Studio.

Arguments

  • identity_type: Specifies whether the identity to delete from the Amazon EMR Studio is a user or a group.
  • studio_id: The ID of the Amazon EMR Studio.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "IdentityId": The globally unique identifier (GUID) of the user or group to remove from the Amazon EMR Studio. For more information, see UserId and GroupId in the AWS SSO Identity Store API Reference. Either IdentityName or IdentityId must be specified.
  • "IdentityName": The name of the user name or group to remove from the Amazon EMR Studio. For more information, see UserName and DisplayName in the AWS SSO Identity Store API Reference. Either IdentityName or IdentityId must be specified.
source
Main.Emr.describe_clusterMethod
describe_cluster(cluster_id)
describe_cluster(cluster_id, params::Dict{String,<:Any})

Provides cluster-level details including status, hardware and software configuration, VPC settings, and so on.

Arguments

  • cluster_id: The identifier of the cluster to describe.
source
Main.Emr.describe_job_flowsMethod
describe_job_flows()
describe_job_flows(params::Dict{String,<:Any})

This API is no longer supported and will eventually be removed. We recommend you use ListClusters, DescribeCluster, ListSteps, ListInstanceGroups and ListBootstrapActions instead. DescribeJobFlows returns a list of job flows that match all of the supplied parameters. The parameters can include a list of job flow IDs, job flow states, and restrictions on job flow creation date and time. Regardless of supplied parameters, only job flows created within the last two months are returned. If no parameters are supplied, then job flows matching either of the following criteria are returned: Job flows created and completed in the last two weeks Job flows created within the last two months that are in one of the following states: RUNNING, WAITING, SHUTTING_DOWN, STARTING Amazon EMR can return a maximum of 512 job flow descriptions.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "CreatedAfter": Return only job flows created after this date and time.
  • "CreatedBefore": Return only job flows created before this date and time.
  • "JobFlowIds": Return only job flows whose job flow ID is contained in this list.
  • "JobFlowStates": Return only job flows whose state is contained in this list.
source
Main.Emr.describe_notebook_executionMethod
describe_notebook_execution(notebook_execution_id)
describe_notebook_execution(notebook_execution_id, params::Dict{String,<:Any})

Provides details of a notebook execution.

Arguments

  • notebook_execution_id: The unique identifier of the notebook execution.
source
Main.Emr.describe_security_configurationMethod
describe_security_configuration(name)
describe_security_configuration(name, params::Dict{String,<:Any})

Provides the details of a security configuration by returning the configuration JSON.

Arguments

  • name: The name of the security configuration.
source
Main.Emr.describe_stepMethod
describe_step(cluster_id, step_id)
describe_step(cluster_id, step_id, params::Dict{String,<:Any})

Provides more detail about the cluster step.

Arguments

  • cluster_id: The identifier of the cluster with steps to describe.
  • step_id: The identifier of the step to describe.
source
Main.Emr.describe_studioMethod
describe_studio(studio_id)
describe_studio(studio_id, params::Dict{String,<:Any})

Returns details for the specified Amazon EMR Studio including ID, Name, VPC, Studio access URL, and so on.

Arguments

  • studio_id: The Amazon EMR Studio ID.
source
Main.Emr.get_block_public_access_configurationMethod
get_block_public_access_configuration()
get_block_public_access_configuration(params::Dict{String,<:Any})

Returns the Amazon EMR block public access configuration for your AWS account in the current Region. For more information see Configure Block Public Access for Amazon EMR in the Amazon EMR Management Guide.

source
Main.Emr.get_managed_scaling_policyMethod
get_managed_scaling_policy(cluster_id)
get_managed_scaling_policy(cluster_id, params::Dict{String,<:Any})

Fetches the attached managed scaling policy for an Amazon EMR cluster.

Arguments

  • cluster_id: Specifies the ID of the cluster for which the managed scaling policy will be fetched.
source
Main.Emr.get_studio_session_mappingMethod
get_studio_session_mapping(identity_type, studio_id)
get_studio_session_mapping(identity_type, studio_id, params::Dict{String,<:Any})

Fetches mapping details for the specified Amazon EMR Studio and identity (user or group).

Arguments

  • identity_type: Specifies whether the identity to fetch is a user or a group.
  • studio_id: The ID of the Amazon EMR Studio.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "IdentityId": The globally unique identifier (GUID) of the user or group. For more information, see UserId and GroupId in the AWS SSO Identity Store API Reference. Either IdentityName or IdentityId must be specified.
  • "IdentityName": The name of the user or group to fetch. For more information, see UserName and DisplayName in the AWS SSO Identity Store API Reference. Either IdentityName or IdentityId must be specified.
source
Main.Emr.list_bootstrap_actionsMethod
list_bootstrap_actions(cluster_id)
list_bootstrap_actions(cluster_id, params::Dict{String,<:Any})

Provides information about the bootstrap actions associated with a cluster.

Arguments

  • cluster_id: The cluster identifier for the bootstrap actions to list.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "Marker": The pagination token that indicates the next set of results to retrieve.
source
Main.Emr.list_clustersMethod
list_clusters()
list_clusters(params::Dict{String,<:Any})

Provides the status of all clusters visible to this AWS account. Allows you to filter the list of clusters based on certain criteria; for example, filtering by cluster creation date and time or by status. This call returns a maximum of 50 clusters per call, but returns a marker to track the paging of the cluster list across multiple ListClusters calls.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "ClusterStates": The cluster state filters to apply when listing clusters.
  • "CreatedAfter": The creation date and time beginning value filter for listing clusters.
  • "CreatedBefore": The creation date and time end value filter for listing clusters.
  • "Marker": The pagination token that indicates the next set of results to retrieve.
source
Main.Emr.list_instance_fleetsMethod
list_instance_fleets(cluster_id)
list_instance_fleets(cluster_id, params::Dict{String,<:Any})

Lists all available details about the instance fleets in a cluster. The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions.

Arguments

  • cluster_id: The unique identifier of the cluster.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "Marker": The pagination token that indicates the next set of results to retrieve.
source
Main.Emr.list_instance_groupsMethod
list_instance_groups(cluster_id)
list_instance_groups(cluster_id, params::Dict{String,<:Any})

Provides all available details about the instance groups in a cluster.

Arguments

  • cluster_id: The identifier of the cluster for which to list the instance groups.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "Marker": The pagination token that indicates the next set of results to retrieve.
source
Main.Emr.list_instancesMethod
list_instances(cluster_id)
list_instances(cluster_id, params::Dict{String,<:Any})

Provides information for all active EC2 instances and EC2 instances terminated in the last 30 days, up to a maximum of 2,000. EC2 instances in any of the following states are considered active: AWAITING_FULFILLMENT, PROVISIONING, BOOTSTRAPPING, RUNNING.

Arguments

  • cluster_id: The identifier of the cluster for which to list the instances.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "InstanceFleetId": The unique identifier of the instance fleet.
  • "InstanceFleetType": The node type of the instance fleet. For example MASTER, CORE, or TASK.
  • "InstanceGroupId": The identifier of the instance group for which to list the instances.
  • "InstanceGroupTypes": The type of instance group for which to list the instances.
  • "InstanceStates": A list of instance states that will filter the instances returned with this request.
  • "Marker": The pagination token that indicates the next set of results to retrieve.
source
Main.Emr.list_notebook_executionsMethod
list_notebook_executions()
list_notebook_executions(params::Dict{String,<:Any})

Provides summaries of all notebook executions. You can filter the list based on multiple criteria such as status, time range, and editor id. Returns a maximum of 50 notebook executions and a marker to track the paging of a longer notebook execution list across multiple ListNotebookExecution calls.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "EditorId": The unique ID of the editor associated with the notebook execution.
  • "From": The beginning of time range filter for listing notebook executions. The default is the timestamp of 30 days ago.
  • "Marker": The pagination token, returned by a previous ListNotebookExecutions call, that indicates the start of the list for this ListNotebookExecutions call.
  • "Status": The status filter for listing notebook executions. STARTPENDING indicates that the cluster has received the execution request but execution has not begun. STARTING indicates that the execution is starting on the cluster. RUNNING indicates that the execution is being processed by the cluster. FINISHING indicates that execution processing is in the final stages. FINISHED indicates that the execution has completed without error. FAILING indicates that the execution is failing and will not finish successfully. FAILED indicates that the execution failed. STOPPENDING indicates that the cluster has received a StopNotebookExecution request and the stop is pending. STOPPING indicates that the cluster is in the process of stopping the execution as a result of a StopNotebookExecution request. STOPPED indicates that the execution stopped because of a StopNotebookExecution request.
  • "To": The end of time range filter for listing notebook executions. The default is the current timestamp.
source
Main.Emr.list_security_configurationsMethod
list_security_configurations()
list_security_configurations(params::Dict{String,<:Any})

Lists all the security configurations visible to this account, providing their creation dates and times, and their names. This call returns a maximum of 50 clusters per call, but returns a marker to track the paging of the cluster list across multiple ListSecurityConfigurations calls.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "Marker": The pagination token that indicates the set of results to retrieve.
source
Main.Emr.list_stepsMethod
list_steps(cluster_id)
list_steps(cluster_id, params::Dict{String,<:Any})

Provides a list of steps for the cluster in reverse order unless you specify stepIds with the request of filter by StepStates. You can specify a maximum of 10 stepIDs.

Arguments

  • cluster_id: The identifier of the cluster for which to list the steps.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "Marker": The pagination token that indicates the next set of results to retrieve.
  • "StepIds": The filter to limit the step list based on the identifier of the steps. You can specify a maximum of ten Step IDs. The character constraint applies to the overall length of the array.
  • "StepStates": The filter to limit the step list based on certain states.
source
Main.Emr.list_studio_session_mappingsMethod
list_studio_session_mappings()
list_studio_session_mappings(params::Dict{String,<:Any})

Returns a list of all user or group session mappings for the Amazon EMR Studio specified by StudioId.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "IdentityType": Specifies whether to return session mappings for users or groups. If not specified, the results include session mapping details for both users and groups.
  • "Marker": The pagination token that indicates the set of results to retrieve.
  • "StudioId": The ID of the Amazon EMR Studio.
source
Main.Emr.list_studiosMethod
list_studios()
list_studios(params::Dict{String,<:Any})

Returns a list of all Amazon EMR Studios associated with the AWS account. The list includes details such as ID, Studio Access URL, and creation time for each Studio.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "Marker": The pagination token that indicates the set of results to retrieve.
source
Main.Emr.modify_clusterMethod
modify_cluster(cluster_id)
modify_cluster(cluster_id, params::Dict{String,<:Any})

Modifies the number of steps that can be executed concurrently for the cluster specified using ClusterID.

Arguments

  • cluster_id: The unique identifier of the cluster.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "StepConcurrencyLevel": The number of steps that can be executed concurrently. You can specify a minimum of 1 step and a maximum of 256 steps.
source
Main.Emr.modify_instance_fleetMethod
modify_instance_fleet(cluster_id, instance_fleet)
modify_instance_fleet(cluster_id, instance_fleet, params::Dict{String,<:Any})

Modifies the target On-Demand and target Spot capacities for the instance fleet with the specified InstanceFleetID within the cluster specified using ClusterID. The call either succeeds or fails atomically. The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions.

Arguments

  • cluster_id: The unique identifier of the cluster.
  • instance_fleet: The unique identifier of the instance fleet.
source
Main.Emr.modify_instance_groupsMethod
modify_instance_groups()
modify_instance_groups(params::Dict{String,<:Any})

ModifyInstanceGroups modifies the number of nodes and configuration settings of an instance group. The input parameters include the new target instance count for the group and the instance group ID. The call will either succeed or fail atomically.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "ClusterId": The ID of the cluster to which the instance group belongs.
  • "InstanceGroups": Instance groups to change.
source
Main.Emr.put_auto_scaling_policyMethod
put_auto_scaling_policy(auto_scaling_policy, cluster_id, instance_group_id)
put_auto_scaling_policy(auto_scaling_policy, cluster_id, instance_group_id, params::Dict{String,<:Any})

Creates or updates an automatic scaling policy for a core instance group or task instance group in an Amazon EMR cluster. The automatic scaling policy defines how an instance group dynamically adds and terminates EC2 instances in response to the value of a CloudWatch metric.

Arguments

  • auto_scaling_policy: Specifies the definition of the automatic scaling policy.
  • cluster_id: Specifies the ID of a cluster. The instance group to which the automatic scaling policy is applied is within this cluster.
  • instance_group_id: Specifies the ID of the instance group to which the automatic scaling policy is applied.
source
Main.Emr.put_block_public_access_configurationMethod
put_block_public_access_configuration(block_public_access_configuration)
put_block_public_access_configuration(block_public_access_configuration, params::Dict{String,<:Any})

Creates or updates an Amazon EMR block public access configuration for your AWS account in the current Region. For more information see Configure Block Public Access for Amazon EMR in the Amazon EMR Management Guide.

Arguments

  • block_public_access_configuration: A configuration for Amazon EMR block public access. The configuration applies to all clusters created in your account for the current Region. The configuration specifies whether block public access is enabled. If block public access is enabled, security groups associated with the cluster cannot have rules that allow inbound traffic from 0.0.0.0/0 or ::/0 on a port, unless the port is specified as an exception using PermittedPublicSecurityGroupRuleRanges in the BlockPublicAccessConfiguration. By default, Port 22 (SSH) is an exception, and public access is allowed on this port. You can change this by updating BlockPublicSecurityGroupRules to remove the exception. For accounts that created clusters in a Region before November 25, 2019, block public access is disabled by default in that Region. To use this feature, you must manually enable and configure it. For accounts that did not create an EMR cluster in a Region before this date, block public access is enabled by default in that Region.
source
Main.Emr.put_managed_scaling_policyMethod
put_managed_scaling_policy(cluster_id, managed_scaling_policy)
put_managed_scaling_policy(cluster_id, managed_scaling_policy, params::Dict{String,<:Any})

Creates or updates a managed scaling policy for an Amazon EMR cluster. The managed scaling policy defines the limits for resources, such as EC2 instances that can be added or terminated from a cluster. The policy only applies to the core and task nodes. The master node cannot be scaled after initial configuration.

Arguments

  • cluster_id: Specifies the ID of an EMR cluster where the managed scaling policy is attached.
  • managed_scaling_policy: Specifies the constraints for the managed scaling policy.
source
Main.Emr.remove_auto_scaling_policyMethod
remove_auto_scaling_policy(cluster_id, instance_group_id)
remove_auto_scaling_policy(cluster_id, instance_group_id, params::Dict{String,<:Any})

Removes an automatic scaling policy from a specified instance group within an EMR cluster.

Arguments

  • cluster_id: Specifies the ID of a cluster. The instance group to which the automatic scaling policy is applied is within this cluster.
  • instance_group_id: Specifies the ID of the instance group to which the scaling policy is applied.
source
Main.Emr.remove_managed_scaling_policyMethod
remove_managed_scaling_policy(cluster_id)
remove_managed_scaling_policy(cluster_id, params::Dict{String,<:Any})

Removes a managed scaling policy from a specified EMR cluster.

Arguments

  • cluster_id: Specifies the ID of the cluster from which the managed scaling policy will be removed.
source
Main.Emr.remove_tagsMethod
remove_tags(resource_id, tag_keys)
remove_tags(resource_id, tag_keys, params::Dict{String,<:Any})

Removes tags from an Amazon EMR resource. Tags make it easier to associate clusters in various ways, such as grouping clusters to track your Amazon EMR resource allocation costs. For more information, see Tag Clusters. The following example removes the stack tag with value Prod from a cluster:

Arguments

  • resource_id: The Amazon EMR resource identifier from which tags will be removed. This value must be a cluster identifier.
  • tag_keys: A list of tag keys to remove from a resource.
source
Main.Emr.run_job_flowMethod
run_job_flow(instances, name)
run_job_flow(instances, name, params::Dict{String,<:Any})

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 more information on how to do this, see Add More than 256 Steps to a Cluster in the Amazon EMR Management Guide. For long running clusters, we recommend that you periodically store your results. The instance fleets configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions. The RunJobFlow request can contain InstanceFleets parameters or InstanceGroups parameters, but not both.

Arguments

  • instances: A specification of the number and type of Amazon EC2 instances.
  • name: The name of the job flow.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "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 is used. To specify a custom AMI, use CustomAmiID.
  • "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 EMR Release Guide.
  • "AutoScalingRole": An IAM role for automatic scaling policies. The default role is EMRAutoScalingDefaultRole. The IAM role provides permissions that the automatic scaling feature requires to launch and terminate EC2 instances in an instance group.
  • "BootstrapActions": A list of bootstrap actions to run before Hadoop starts on the cluster nodes.
  • "Configurations": For Amazon EMR releases 4.0 and later. The list of configurations supplied for the EMR cluster you are creating.
  • "CustomAmiId": Available only in Amazon EMR version 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 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 ReleaseLabel specified. For Amazon EMR versions 2.x and 3.x, use AmiVersion instead. 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 EC2 instance. Available in Amazon EMR version 4.x and later.
  • "JobFlowRole": Also called instance profile and EC2 role. An IAM role for an EMR cluster. The EC2 instances of the cluster assume this role. The default role is EMREC2DefaultRole. In order to use the default role, you must have already created it using the CLI or console.
  • "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.
  • "LogEncryptionKmsKeyId": The AWS KMS customer master key (CMK) 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 version 5.30.0 and later, excluding Amazon EMR 6.0.0.
  • "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.
  • "ManagedScalingPolicy": The specified managed scaling policy for an Amazon EMR cluster.
  • "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. 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: "mapr-m3" - launch the cluster using MapR M3 Edition. "mapr-m5" - launch the cluster using MapR M5 Edition. "mapr" with the user arguments specifying "–edition,m3" or "–edition,m5" - launch the job flow using MapR M3 or M5 Edition respectively. "mapr-m7" - launch the cluster using MapR M7 Edition. "hunk" - launch the cluster with the Hunk Big Data Analytics Platform. "hue"- launch the cluster with Hue installed. "spark" - launch the cluster with Apache Spark installed. "ganglia" - launch the cluster with the Ganglia Monitoring System installed.
  • "PlacementGroupConfigs": The specified placement group configuration for an Amazon EMR cluster.
  • "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 emr-x.x.x, where x.x.x is an Amazon EMR release version such as emr-5.14.0. For more information about Amazon EMR release versions and included application versions and features, see https://docs.aws.amazon.com/emr/latest/ReleaseGuide/. The release label applies only to Amazon EMR releases version 4.0 and later. Earlier versions use AmiVersion.
  • "RepoUpgradeOnBoot": Applies only when CustomAmiID is used. Specifies which updates from the Amazon Linux AMI package repositories to apply automatically when the instance boots using the AMI. If omitted, the default is SECURITY, which indicates that only security updates are applied. If NONE is specified, no updates are applied, and all updates must be applied manually.
  • "ScaleDownBehavior": Specifies the way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance group is resized. TERMINATEATINSTANCEHOUR indicates that Amazon EMR terminates nodes at the instance-hour boundary, regardless of when the request to terminate the instance was submitted. This option is only available with Amazon EMR 5.1.0 and later and is the default for clusters created using that version. TERMINATEATTASKCOMPLETION indicates that Amazon EMR adds nodes to a deny list and drains tasks from nodes before terminating the Amazon EC2 instances, regardless of the instance-hour boundary. With either behavior, Amazon EMR removes the least active nodes first and blocks instance termination if it could lead to HDFS corruption. TERMINATEATTASK_COMPLETION available only in Amazon EMR version 4.1.0 and later, and is the default for versions of Amazon EMR earlier than 5.1.0.
  • "SecurityConfiguration": The name of a security configuration to apply to the cluster.
  • "ServiceRole": The IAM role that will be assumed by the Amazon EMR service to access AWS resources on your behalf.
  • "StepConcurrencyLevel": Specifies the number of steps that can be executed concurrently. The default value is 1. The maximum value is 256.
  • "Steps": A list of steps to run.
  • "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: "mapr-m3" - launch the job flow using MapR M3 Edition. "mapr-m5" - launch the job flow using MapR M5 Edition.
  • "Tags": A list of tags to associate with a cluster and propagate to Amazon EC2 instances.
  • "VisibleToAllUsers": A value of true indicates that all IAM users in the AWS account can perform cluster actions if they have the proper IAM policy permissions. This is the default. A value of false indicates that only the IAM user who created the cluster can perform actions.
source
Main.Emr.set_termination_protectionMethod
set_termination_protection(job_flow_ids, termination_protected)
set_termination_protection(job_flow_ids, termination_protected, params::Dict{String,<:Any})

SetTerminationProtection locks a cluster (job flow) so the EC2 instances in the cluster cannot be terminated by user intervention, an API call, or in the event of a job-flow error. The cluster still terminates upon successful completion of the job flow. Calling SetTerminationProtection on a cluster is similar to calling the Amazon EC2 DisableAPITermination API on all EC2 instances in a cluster. SetTerminationProtection is used to prevent accidental termination of a cluster and to ensure that in the event of an error, the instances persist so that you can recover any data stored in their ephemeral instance storage. To terminate a cluster that has been locked by setting SetTerminationProtection to true, you must first unlock the job flow by a subsequent call to SetTerminationProtection in which you set the value to false. For more information, seeManaging Cluster Termination in the Amazon EMR Management Guide.

Arguments

  • job_flow_ids: A list of strings that uniquely identify the clusters to protect. This identifier is returned by RunJobFlow and can also be obtained from DescribeJobFlows .
  • termination_protected: A Boolean that indicates whether to protect the cluster and prevent the Amazon EC2 instances in the cluster from shutting down due to API calls, user intervention, or job-flow error.
source
Main.Emr.set_visible_to_all_usersMethod
set_visible_to_all_users(job_flow_ids, visible_to_all_users)
set_visible_to_all_users(job_flow_ids, visible_to_all_users, params::Dict{String,<:Any})

Sets the ClusterVisibleToAllUsers value, which determines whether the cluster is visible to all IAM users of the AWS account associated with the cluster. Only the IAM user who created the cluster or the AWS account root user can call this action. The default value, true, indicates that all IAM users in the AWS account can perform cluster actions if they have the proper IAM policy permissions. If set to false, only the IAM user that created the cluster can perform actions. This action works on running clusters. You can override the default true setting when you create a cluster by using the VisibleToAllUsers parameter with RunJobFlow.

Arguments

  • job_flow_ids: The unique identifier of the job flow (cluster).
  • visible_to_all_users: A value of true indicates that all IAM users in the AWS account can perform cluster actions if they have the proper IAM policy permissions. This is the default. A value of false indicates that only the IAM user who created the cluster can perform actions.
source
Main.Emr.start_notebook_executionMethod
start_notebook_execution(editor_id, execution_engine, relative_path, service_role)
start_notebook_execution(editor_id, execution_engine, relative_path, service_role, params::Dict{String,<:Any})

Starts a notebook execution.

Arguments

  • editor_id: The unique identifier of the EMR Notebook to use for notebook execution.
  • execution_engine: Specifies the execution engine (cluster) that runs the notebook execution.
  • relative_path: The path and file name of the notebook file for this execution, relative to the path specified for the EMR Notebook. For example, if you specify a path of s3://MyBucket/MyNotebooks when you create an EMR Notebook for a notebook with an ID of e-ABCDEFGHIJK1234567890ABCD (the EditorID of this request), and you specify a RelativePath of mynotebookexecutions/notebookexecution.ipynb, the location of the file for the notebook execution is s3://MyBucket/MyNotebooks/e-ABCDEFGHIJK1234567890ABCD/mynotebookexecutions/notebookexecut ion.ipynb.
  • service_role: The name or ARN of the IAM role that is used as the service role for Amazon EMR (the EMR role) for the notebook execution.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "NotebookExecutionName": An optional name for the notebook execution.
  • "NotebookInstanceSecurityGroupId": The unique identifier of the Amazon EC2 security group to associate with the EMR Notebook for this notebook execution.
  • "NotebookParams": Input parameters in JSON format passed to the EMR Notebook at runtime for execution.
  • "Tags": A list of tags associated with a notebook execution. Tags are user-defined key-value pairs that consist of a required key string with a maximum of 128 characters and an optional value string with a maximum of 256 characters.
source
Main.Emr.stop_notebook_executionMethod
stop_notebook_execution(notebook_execution_id)
stop_notebook_execution(notebook_execution_id, params::Dict{String,<:Any})

Stops a notebook execution.

Arguments

  • notebook_execution_id: The unique identifier of the notebook execution.
source
Main.Emr.terminate_job_flowsMethod
terminate_job_flows(job_flow_ids)
terminate_job_flows(job_flow_ids, params::Dict{String,<:Any})

TerminateJobFlows shuts a list of clusters (job flows) down. When a job flow is shut down, any step not yet completed is canceled and the EC2 instances on which the cluster is running are stopped. Any log files not already saved are uploaded to Amazon S3 if a LogUri was specified when the cluster was created. The maximum number of clusters allowed is 10. The call to TerminateJobFlows is asynchronous. Depending on the configuration of the cluster, it may take up to 1-5 minutes for the cluster to completely terminate and release allocated resources, such as Amazon EC2 instances.

Arguments

  • job_flow_ids: A list of job flows to be shut down.
source
Main.Emr.update_studioMethod
update_studio(studio_id)
update_studio(studio_id, params::Dict{String,<:Any})

Updates an Amazon EMR Studio configuration, including attributes such as name, description, and subnets.

Arguments

  • studio_id: The ID of the Amazon EMR Studio to update.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "DefaultS3Location": The Amazon S3 location to back up Workspaces and notebook files for the Amazon EMR Studio.
  • "Description": A detailed description to assign to the Amazon EMR Studio.
  • "Name": A descriptive name for the Amazon EMR Studio.
  • "SubnetIds": A list of subnet IDs to associate with the Amazon EMR Studio. The list can include new subnet IDs, but must also include all of the subnet IDs previously associated with the Studio. The list order does not matter. A Studio can have a maximum of 5 subnets. The subnets must belong to the same VPC as the Studio.
source
Main.Emr.update_studio_session_mappingMethod
update_studio_session_mapping(identity_type, session_policy_arn, studio_id)
update_studio_session_mapping(identity_type, session_policy_arn, studio_id, params::Dict{String,<:Any})

Updates the session policy attached to the user or group for the specified Amazon EMR Studio.

Arguments

  • identity_type: Specifies whether the identity to update is a user or a group.
  • session_policy_arn: The Amazon Resource Name (ARN) of the session policy to associate with the specified user or group.
  • studio_id: The ID of the Amazon EMR Studio.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "IdentityId": The globally unique identifier (GUID) of the user or group. For more information, see UserId and GroupId in the AWS SSO Identity Store API Reference. Either IdentityName or IdentityId must be specified.
  • "IdentityName": The name of the user or group to update. For more information, see UserName and DisplayName in the AWS SSO Identity Store API Reference. Either IdentityName or IdentityId must be specified.
source