@aws-sdk/client-emr
Advanced tools
Comparing version 3.87.0 to 3.88.0
@@ -537,2 +537,6 @@ import { __assign, __extends } from "tslib"; | ||
})(SimplifiedApplication || (SimplifiedApplication = {})); | ||
export var OSRelease; | ||
(function (OSRelease) { | ||
OSRelease.filterSensitiveLog = function (obj) { return (__assign({}, obj)); }; | ||
})(OSRelease || (OSRelease = {})); | ||
export var DescribeReleaseLabelOutput; | ||
@@ -862,2 +866,7 @@ (function (DescribeReleaseLabelOutput) { | ||
})(ModifyInstanceFleetInput || (ModifyInstanceFleetInput = {})); | ||
export var ReconfigurationType; | ||
(function (ReconfigurationType) { | ||
ReconfigurationType["MERGE"] = "MERGE"; | ||
ReconfigurationType["OVERWRITE"] = "OVERWRITE"; | ||
})(ReconfigurationType || (ReconfigurationType = {})); | ||
export var PutAutoScalingPolicyInput; | ||
@@ -864,0 +873,0 @@ (function (PutAutoScalingPolicyInput) { |
@@ -12,4 +12,4 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
* <note> | ||
* <p>The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and | ||
* later, excluding 5.0.x.</p> | ||
* <p>The instance fleet configuration is available only in Amazon EMR versions | ||
* 4.8.0 and later, excluding 5.0.x.</p> | ||
* </note> | ||
@@ -16,0 +16,0 @@ * @example |
@@ -19,12 +19,13 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
* <p>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.</p> | ||
* <p>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.</p> | ||
* 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.</p> | ||
* <p>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.</p> | ||
* <p>You can only add steps to a cluster that is in one of the following states: STARTING, | ||
* BOOTSTRAPPING, RUNNING, or WAITING.</p> | ||
* <note> | ||
* <p>The string values passed into <code>HadoopJarStep</code> object cannot exceed a total of 10240 characters.</p> | ||
* <p>The string values passed into <code>HadoopJarStep</code> object cannot exceed a total | ||
* of 10240 characters.</p> | ||
* </note> | ||
@@ -31,0 +32,0 @@ * @example |
@@ -10,5 +10,7 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
/** | ||
* <p>Adds tags to an Amazon EMR resource, such as a cluster or an Amazon EMR Studio. Tags make it easier to associate resources in | ||
* various ways, such as grouping clusters to track your Amazon EMR resource allocation costs. | ||
* For more information, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-tags.html">Tag Clusters</a>. </p> | ||
* <p>Adds tags to an Amazon EMR resource, such as a cluster or an Amazon EMR | ||
* Studio. Tags make it easier to associate resources in various ways, such as grouping | ||
* clusters to track your Amazon EMR resource allocation costs. For more information, | ||
* see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-tags.html">Tag | ||
* Clusters</a>. </p> | ||
* @example | ||
@@ -15,0 +17,0 @@ * Use a bare-bones client and the command you need to make an API call. |
@@ -10,6 +10,7 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
/** | ||
* <p>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 | ||
* <p>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. When you use Amazon EMR versions 5.28.0 and later, you can cancel steps that are in a <code>PENDING</code> or <code>RUNNING</code> state. In earlier versions of Amazon EMR, you can only cancel steps that are in a <code>PENDING</code> state. </p> | ||
* that a step will be canceled, even if the request is successfully submitted. When you use | ||
* Amazon EMR versions 5.28.0 and later, you can cancel steps that are in a | ||
* <code>PENDING</code> or <code>RUNNING</code> state. In earlier versions of Amazon EMR, you can only cancel steps that are in a <code>PENDING</code> state. </p> | ||
* @example | ||
@@ -16,0 +17,0 @@ * Use a bare-bones client and the command you need to make an API call. |
@@ -10,4 +10,7 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
/** | ||
* <p>Maps a user or group to the Amazon EMR Studio specified by <code>StudioId</code>, and | ||
* applies a session policy to refine Studio permissions for that user or group. Use <code>CreateStudioSessionMapping</code> to assign users to a Studio when you use Amazon Web Services SSO authentication. For instructions on how to assign users to a Studio when you use IAM authentication, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-studio-manage-users.html#emr-studio-assign-users-groups">Assign a user or group to your EMR Studio</a>.</p> | ||
* <p>Maps a user or group to the Amazon EMR Studio specified by | ||
* <code>StudioId</code>, and applies a session policy to refine Studio permissions for that | ||
* user or group. Use <code>CreateStudioSessionMapping</code> to assign users to a Studio when | ||
* you use Amazon Web Services SSO authentication. For instructions on how to assign users to a | ||
* Studio when you use IAM authentication, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-studio-manage-users.html#emr-studio-assign-users-groups">Assign a user or group to your EMR Studio</a>.</p> | ||
* @example | ||
@@ -14,0 +17,0 @@ * Use a bare-bones client and the command you need to make an API call. |
@@ -10,3 +10,5 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
/** | ||
* <p>Provides EMR release label details, such as releases available the region where the API request is run, and the available applications for a specific EMR release label. Can also list EMR release versions that support a specified version of Spark.</p> | ||
* <p>Provides EMR release label details, such as releases available the region where the API | ||
* request is run, and the available applications for a specific EMR release label. Can also | ||
* list EMR release versions that support a specified version of Spark.</p> | ||
* @example | ||
@@ -13,0 +15,0 @@ * Use a bare-bones client and the command you need to make an API call. |
@@ -10,4 +10,4 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
/** | ||
* <p>Returns details for the specified Amazon EMR Studio including ID, Name, VPC, Studio | ||
* access URL, and so on.</p> | ||
* <p>Returns details for the specified Amazon EMR Studio including ID, Name, VPC, | ||
* Studio access URL, and so on.</p> | ||
* @example | ||
@@ -14,0 +14,0 @@ * Use a bare-bones client and the command you need to make an API call. |
@@ -10,6 +10,5 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
/** | ||
* <p>Returns the Amazon EMR block public access configuration for your Amazon Web Services account in the | ||
* current Region. For more information see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/configure-block-public-access.html">Configure Block | ||
* Public Access for Amazon EMR</a> in the <i>Amazon EMR Management | ||
* Guide</i>.</p> | ||
* <p>Returns the Amazon EMR block public access configuration for your Amazon Web Services account in the current Region. For more information see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/configure-block-public-access.html">Configure Block | ||
* Public Access for Amazon EMR</a> in the <i>Amazon EMR | ||
* Management Guide</i>.</p> | ||
* @example | ||
@@ -16,0 +15,0 @@ * Use a bare-bones client and the command you need to make an API call. |
@@ -10,4 +10,4 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
/** | ||
* <p>Fetches mapping details for the specified Amazon EMR Studio and identity (user or | ||
* group).</p> | ||
* <p>Fetches mapping details for the specified Amazon EMR Studio and identity (user | ||
* or group).</p> | ||
* @example | ||
@@ -14,0 +14,0 @@ * Use a bare-bones client and the command you need to make an API call. |
@@ -10,7 +10,7 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
/** | ||
* <p>Provides the status of all clusters visible to this Amazon Web Services 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 in unsorted order per call, but | ||
* returns a marker to track the paging of the cluster list across multiple ListClusters | ||
* calls.</p> | ||
* <p>Provides the status of all clusters visible to this Amazon Web Services 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 in | ||
* unsorted order per call, but returns a marker to track the paging of the cluster list | ||
* across multiple ListClusters calls.</p> | ||
* @example | ||
@@ -17,0 +17,0 @@ * Use a bare-bones client and the command you need to make an API call. |
@@ -12,4 +12,4 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
* <note> | ||
* <p>The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and | ||
* later, excluding 5.0.x versions.</p> | ||
* <p>The instance fleet configuration is available only in Amazon EMR versions | ||
* 4.8.0 and later, excluding 5.0.x versions.</p> | ||
* </note> | ||
@@ -16,0 +16,0 @@ * @example |
@@ -12,3 +12,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
* <code>stepIds</code> with the request or filter by <code>StepStates</code>. You can | ||
* specify a maximum of 10 <code>stepIDs</code>. The CLI automatically paginates results to return a list greater than 50 steps. To return more than 50 steps using the CLI, specify a <code>Marker</code>, which is a pagination token that indicates the next set of steps to retrieve.</p> | ||
* specify a maximum of 10 <code>stepIDs</code>. The CLI automatically | ||
* paginates results to return a list greater than 50 steps. To return more than 50 steps | ||
* using the CLI, specify a <code>Marker</code>, which is a pagination token | ||
* that indicates the next set of steps to retrieve.</p> | ||
* @example | ||
@@ -15,0 +18,0 @@ * Use a bare-bones client and the command you need to make an API call. |
@@ -10,4 +10,4 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
/** | ||
* <p>Returns a list of all Amazon EMR Studios associated with the Amazon Web Services account. The list | ||
* includes details such as ID, Studio Access URL, and creation time for each Studio.</p> | ||
* <p>Returns a list of all Amazon EMR Studios associated with the Amazon Web Services account. The list includes details such as ID, Studio Access URL, and | ||
* creation time for each Studio.</p> | ||
* @example | ||
@@ -14,0 +14,0 @@ * Use a bare-bones client and the command you need to make an API call. |
@@ -10,4 +10,4 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
/** | ||
* <p>Returns a list of all user or group session mappings for the Amazon EMR Studio specified by | ||
* <code>StudioId</code>.</p> | ||
* <p>Returns a list of all user or group session mappings for the Amazon EMR Studio | ||
* specified by <code>StudioId</code>.</p> | ||
* @example | ||
@@ -14,0 +14,0 @@ * Use a bare-bones client and the command you need to make an API call. |
@@ -14,4 +14,4 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
* <note> | ||
* <p>The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and | ||
* later, excluding 5.0.x versions.</p> | ||
* <p>The instance fleet configuration is available only in Amazon EMR versions | ||
* 4.8.0 and later, excluding 5.0.x versions.</p> | ||
* </note> | ||
@@ -18,0 +18,0 @@ * @example |
@@ -11,5 +11,5 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
* <p>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.</p> | ||
* 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.</p> | ||
* @example | ||
@@ -16,0 +16,0 @@ * Use a bare-bones client and the command you need to make an API call. |
@@ -11,5 +11,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
* <note> | ||
* <p>Auto-termination is supported in Amazon EMR versions 5.30.0 and 6.1.0 and later. For more information, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-auto-termination-policy.html">Using an auto-termination policy</a>.</p> | ||
* <p>Auto-termination is supported in Amazon EMR versions 5.30.0 and 6.1.0 and | ||
* later. For more information, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-auto-termination-policy.html">Using an | ||
* auto-termination policy</a>.</p> | ||
* </note> | ||
* <p>Creates or updates an auto-termination policy for an Amazon EMR cluster. An auto-termination policy defines the amount of idle time in seconds after which a cluster automatically terminates. For alternative cluster termination options, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-termination.html">Control cluster termination</a>.</p> | ||
* <p>Creates or updates an auto-termination policy for an Amazon EMR cluster. An | ||
* auto-termination policy defines the amount of idle time in seconds after which a cluster | ||
* automatically terminates. For alternative cluster termination options, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-termination.html">Control | ||
* cluster termination</a>.</p> | ||
* @example | ||
@@ -16,0 +21,0 @@ * Use a bare-bones client and the command you need to make an API call. |
@@ -10,6 +10,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
/** | ||
* <p>Creates or updates an Amazon EMR block public access configuration for your Amazon Web Services account | ||
* in the current Region. For more information see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/configure-block-public-access.html">Configure Block | ||
* Public Access for Amazon EMR</a> in the <i>Amazon EMR Management | ||
* Guide</i>.</p> | ||
* <p>Creates or updates an Amazon EMR block public access configuration for your | ||
* Amazon Web Services account in the current Region. For more information see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/configure-block-public-access.html">Configure Block | ||
* Public Access for Amazon EMR</a> in the <i>Amazon EMR | ||
* Management Guide</i>.</p> | ||
* @example | ||
@@ -16,0 +16,0 @@ * Use a bare-bones client and the command you need to make an API call. |
@@ -10,6 +10,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
/** | ||
* <p>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. </p> | ||
* <p>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. </p> | ||
* @example | ||
@@ -16,0 +16,0 @@ * Use a bare-bones client and the command you need to make an API call. |
@@ -10,5 +10,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
/** | ||
* <p>Removes tags from an Amazon EMR resource, such as a cluster or Amazon EMR Studio. Tags make it easier to associate resources in | ||
* various ways, such as grouping clusters to track your Amazon EMR resource allocation costs. | ||
* For more information, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-tags.html">Tag Clusters</a>. </p> | ||
* <p>Removes tags from an Amazon EMR resource, such as a cluster or Amazon EMR Studio. Tags make it easier to associate resources in various ways, such as grouping | ||
* clusters to track your Amazon EMR resource allocation costs. For more information, | ||
* see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-tags.html">Tag | ||
* Clusters</a>. </p> | ||
* <p>The following example removes the stack tag with value Prod from a cluster:</p> | ||
@@ -15,0 +16,0 @@ * @example |
@@ -13,3 +13,3 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
* lost. To prevent loss of data, configure the last step of the job flow to store results in | ||
* Amazon S3. If the <a>JobFlowInstancesConfig</a> | ||
* Amazon S3. If the <a>JobFlowInstancesConfig</a> | ||
* <code>KeepJobFlowAliveWhenNoSteps</code> parameter is set to <code>TRUE</code>, the cluster | ||
@@ -30,5 +30,5 @@ * transitions to the WAITING state rather than shutting down after the steps have completed. </p> | ||
* <note> | ||
* <p>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.</p> | ||
* <p>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.</p> | ||
* </note> | ||
@@ -35,0 +35,0 @@ * @example |
@@ -13,4 +13,4 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
* error. The cluster still terminates upon successful completion of the job flow. Calling | ||
* <code>SetTerminationProtection</code> on a cluster is similar to calling the Amazon EC2 | ||
* <code>DisableAPITermination</code> API on all EC2 instances in a cluster.</p> | ||
* <code>SetTerminationProtection</code> on a cluster is similar to calling the Amazon EC2 | ||
* <code>DisableAPITermination</code> API on all EC2 instances in a cluster.</p> | ||
* <p> | ||
@@ -17,0 +17,0 @@ * <code>SetTerminationProtection</code> is used to prevent accidental termination of a |
@@ -11,10 +11,15 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
* <important> | ||
* <p>The SetVisibleToAllUsers parameter is no longer supported. Your cluster may be visible to all users in your account. | ||
* To restrict cluster access using an IAM policy, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-access-iam.html">Identity and Access Management for EMR</a>. | ||
* </p> | ||
* <p>The SetVisibleToAllUsers parameter is no longer supported. Your cluster may be | ||
* visible to all users in your account. To restrict cluster access using an IAM policy, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-access-iam.html">Identity and Access | ||
* Management for EMR</a>. </p> | ||
* </important> | ||
* <p>Sets the <a>Cluster$VisibleToAllUsers</a> value for an EMR cluster. When <code>true</code>, IAM principals in the | ||
* Amazon Web Services account can perform EMR cluster actions that their IAM policies allow. When <code>false</code>, only the IAM principal that created the cluster and the Amazon Web Services account root user can perform EMR actions on the cluster, regardless of IAM permissions policies attached to other IAM principals.</p> | ||
* <p>Sets the <a>Cluster$VisibleToAllUsers</a> value for an EMR cluster. When | ||
* <code>true</code>, IAM principals in the Amazon Web Services account can perform EMR | ||
* cluster actions that their IAM policies allow. When <code>false</code>, only | ||
* the IAM principal that created the cluster and the Amazon Web Services account root user can | ||
* perform EMR actions on the cluster, regardless of IAM permissions policies attached to | ||
* other IAM principals.</p> | ||
* <p>This action works on running clusters. When you create a cluster, use the <a>RunJobFlowInput$VisibleToAllUsers</a> parameter.</p> | ||
* <p>For more information, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/security_iam_emr-with-iam.html#security_set_visible_to_all_users">Understanding the EMR Cluster VisibleToAllUsers Setting</a> in the <i>Amazon EMRManagement Guide</i>.</p> | ||
* <p>For more information, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/security_iam_emr-with-iam.html#security_set_visible_to_all_users">Understanding the EMR Cluster VisibleToAllUsers Setting</a> in the | ||
* <i>Amazon EMRManagement Guide</i>.</p> | ||
* @example | ||
@@ -21,0 +26,0 @@ * Use a bare-bones client and the command you need to make an API call. |
@@ -12,8 +12,8 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
* 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.</p> | ||
* running are stopped. Any log files not already saved are uploaded to Amazon S3 if a | ||
* LogUri was specified when the cluster was created.</p> | ||
* <p>The maximum number of clusters allowed is 10. The call to <code>TerminateJobFlows</code> | ||
* 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.</p> | ||
* Amazon EC2 instances.</p> | ||
* @example | ||
@@ -20,0 +20,0 @@ * Use a bare-bones client and the command you need to make an API call. |
@@ -10,3 +10,4 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
/** | ||
* <p>Updates an Amazon EMR Studio configuration, including attributes such as name, description, and subnets.</p> | ||
* <p>Updates an Amazon EMR Studio configuration, including attributes such as name, | ||
* description, and subnets.</p> | ||
* @example | ||
@@ -13,0 +14,0 @@ * Use a bare-bones client and the command you need to make an API call. |
@@ -10,4 +10,3 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
/** | ||
* <p>Updates the session policy attached to the user or group for the specified Amazon EMR | ||
* Studio.</p> | ||
* <p>Updates the session policy attached to the user or group for the specified Amazon EMR Studio.</p> | ||
* @example | ||
@@ -14,0 +13,0 @@ * Use a bare-bones client and the command you need to make an API call. |
@@ -56,6 +56,5 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; | ||
/** | ||
* <p>Amazon EMR is a web service that makes it easier to process large amounts of data | ||
* efficiently. Amazon EMR uses Hadoop processing combined with several Amazon Web Services services to do | ||
* tasks such as web indexing, data mining, log file analysis, machine learning, scientific | ||
* simulation, and data warehouse management.</p> | ||
* <p>Amazon EMR is a web service that makes it easier to process large amounts of | ||
* data efficiently. Amazon EMR uses Hadoop processing combined with several Amazon Web Services services to do tasks such as web indexing, data mining, log file analysis, | ||
* machine learning, scientific simulation, and data warehouse management.</p> | ||
*/ | ||
@@ -66,4 +65,4 @@ export declare class EMR extends EMRClient { | ||
* <note> | ||
* <p>The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and | ||
* later, excluding 5.0.x.</p> | ||
* <p>The instance fleet configuration is available only in Amazon EMR versions | ||
* 4.8.0 and later, excluding 5.0.x.</p> | ||
* </note> | ||
@@ -90,12 +89,13 @@ */ | ||
* <p>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.</p> | ||
* <p>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.</p> | ||
* 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.</p> | ||
* <p>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.</p> | ||
* <p>You can only add steps to a cluster that is in one of the following states: STARTING, | ||
* BOOTSTRAPPING, RUNNING, or WAITING.</p> | ||
* <note> | ||
* <p>The string values passed into <code>HadoopJarStep</code> object cannot exceed a total of 10240 characters.</p> | ||
* <p>The string values passed into <code>HadoopJarStep</code> object cannot exceed a total | ||
* of 10240 characters.</p> | ||
* </note> | ||
@@ -107,5 +107,7 @@ */ | ||
/** | ||
* <p>Adds tags to an Amazon EMR resource, such as a cluster or an Amazon EMR Studio. Tags make it easier to associate resources in | ||
* various ways, such as grouping clusters to track your Amazon EMR resource allocation costs. | ||
* For more information, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-tags.html">Tag Clusters</a>. </p> | ||
* <p>Adds tags to an Amazon EMR resource, such as a cluster or an Amazon EMR | ||
* Studio. Tags make it easier to associate resources in various ways, such as grouping | ||
* clusters to track your Amazon EMR resource allocation costs. For more information, | ||
* see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-tags.html">Tag | ||
* Clusters</a>. </p> | ||
*/ | ||
@@ -116,6 +118,7 @@ addTags(args: AddTagsCommandInput, options?: __HttpHandlerOptions): Promise<AddTagsCommandOutput>; | ||
/** | ||
* <p>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 | ||
* <p>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. When you use Amazon EMR versions 5.28.0 and later, you can cancel steps that are in a <code>PENDING</code> or <code>RUNNING</code> state. In earlier versions of Amazon EMR, you can only cancel steps that are in a <code>PENDING</code> state. </p> | ||
* that a step will be canceled, even if the request is successfully submitted. When you use | ||
* Amazon EMR versions 5.28.0 and later, you can cancel steps that are in a | ||
* <code>PENDING</code> or <code>RUNNING</code> state. In earlier versions of Amazon EMR, you can only cancel steps that are in a <code>PENDING</code> state. </p> | ||
*/ | ||
@@ -139,4 +142,7 @@ cancelSteps(args: CancelStepsCommandInput, options?: __HttpHandlerOptions): Promise<CancelStepsCommandOutput>; | ||
/** | ||
* <p>Maps a user or group to the Amazon EMR Studio specified by <code>StudioId</code>, and | ||
* applies a session policy to refine Studio permissions for that user or group. Use <code>CreateStudioSessionMapping</code> to assign users to a Studio when you use Amazon Web Services SSO authentication. For instructions on how to assign users to a Studio when you use IAM authentication, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-studio-manage-users.html#emr-studio-assign-users-groups">Assign a user or group to your EMR Studio</a>.</p> | ||
* <p>Maps a user or group to the Amazon EMR Studio specified by | ||
* <code>StudioId</code>, and applies a session policy to refine Studio permissions for that | ||
* user or group. Use <code>CreateStudioSessionMapping</code> to assign users to a Studio when | ||
* you use Amazon Web Services SSO authentication. For instructions on how to assign users to a | ||
* Studio when you use IAM authentication, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-studio-manage-users.html#emr-studio-assign-users-groups">Assign a user or group to your EMR Studio</a>.</p> | ||
*/ | ||
@@ -206,3 +212,5 @@ createStudioSessionMapping(args: CreateStudioSessionMappingCommandInput, options?: __HttpHandlerOptions): Promise<CreateStudioSessionMappingCommandOutput>; | ||
/** | ||
* <p>Provides EMR release label details, such as releases available the region where the API request is run, and the available applications for a specific EMR release label. Can also list EMR release versions that support a specified version of Spark.</p> | ||
* <p>Provides EMR release label details, such as releases available the region where the API | ||
* request is run, and the available applications for a specific EMR release label. Can also | ||
* list EMR release versions that support a specified version of Spark.</p> | ||
*/ | ||
@@ -226,4 +234,4 @@ describeReleaseLabel(args: DescribeReleaseLabelCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReleaseLabelCommandOutput>; | ||
/** | ||
* <p>Returns details for the specified Amazon EMR Studio including ID, Name, VPC, Studio | ||
* access URL, and so on.</p> | ||
* <p>Returns details for the specified Amazon EMR Studio including ID, Name, VPC, | ||
* Studio access URL, and so on.</p> | ||
*/ | ||
@@ -240,6 +248,5 @@ describeStudio(args: DescribeStudioCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStudioCommandOutput>; | ||
/** | ||
* <p>Returns the Amazon EMR block public access configuration for your Amazon Web Services account in the | ||
* current Region. For more information see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/configure-block-public-access.html">Configure Block | ||
* Public Access for Amazon EMR</a> in the <i>Amazon EMR Management | ||
* Guide</i>.</p> | ||
* <p>Returns the Amazon EMR block public access configuration for your Amazon Web Services account in the current Region. For more information see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/configure-block-public-access.html">Configure Block | ||
* Public Access for Amazon EMR</a> in the <i>Amazon EMR | ||
* Management Guide</i>.</p> | ||
*/ | ||
@@ -256,4 +263,4 @@ getBlockPublicAccessConfiguration(args: GetBlockPublicAccessConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetBlockPublicAccessConfigurationCommandOutput>; | ||
/** | ||
* <p>Fetches mapping details for the specified Amazon EMR Studio and identity (user or | ||
* group).</p> | ||
* <p>Fetches mapping details for the specified Amazon EMR Studio and identity (user | ||
* or group).</p> | ||
*/ | ||
@@ -270,7 +277,7 @@ getStudioSessionMapping(args: GetStudioSessionMappingCommandInput, options?: __HttpHandlerOptions): Promise<GetStudioSessionMappingCommandOutput>; | ||
/** | ||
* <p>Provides the status of all clusters visible to this Amazon Web Services 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 in unsorted order per call, but | ||
* returns a marker to track the paging of the cluster list across multiple ListClusters | ||
* calls.</p> | ||
* <p>Provides the status of all clusters visible to this Amazon Web Services 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 in | ||
* unsorted order per call, but returns a marker to track the paging of the cluster list | ||
* across multiple ListClusters calls.</p> | ||
*/ | ||
@@ -283,4 +290,4 @@ listClusters(args: ListClustersCommandInput, options?: __HttpHandlerOptions): Promise<ListClustersCommandOutput>; | ||
* <note> | ||
* <p>The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and | ||
* later, excluding 5.0.x versions.</p> | ||
* <p>The instance fleet configuration is available only in Amazon EMR versions | ||
* 4.8.0 and later, excluding 5.0.x versions.</p> | ||
* </note> | ||
@@ -332,3 +339,6 @@ */ | ||
* <code>stepIds</code> with the request or filter by <code>StepStates</code>. You can | ||
* specify a maximum of 10 <code>stepIDs</code>. The CLI automatically paginates results to return a list greater than 50 steps. To return more than 50 steps using the CLI, specify a <code>Marker</code>, which is a pagination token that indicates the next set of steps to retrieve.</p> | ||
* specify a maximum of 10 <code>stepIDs</code>. The CLI automatically | ||
* paginates results to return a list greater than 50 steps. To return more than 50 steps | ||
* using the CLI, specify a <code>Marker</code>, which is a pagination token | ||
* that indicates the next set of steps to retrieve.</p> | ||
*/ | ||
@@ -339,4 +349,4 @@ listSteps(args: ListStepsCommandInput, options?: __HttpHandlerOptions): Promise<ListStepsCommandOutput>; | ||
/** | ||
* <p>Returns a list of all Amazon EMR Studios associated with the Amazon Web Services account. The list | ||
* includes details such as ID, Studio Access URL, and creation time for each Studio.</p> | ||
* <p>Returns a list of all Amazon EMR Studios associated with the Amazon Web Services account. The list includes details such as ID, Studio Access URL, and | ||
* creation time for each Studio.</p> | ||
*/ | ||
@@ -347,4 +357,4 @@ listStudios(args: ListStudiosCommandInput, options?: __HttpHandlerOptions): Promise<ListStudiosCommandOutput>; | ||
/** | ||
* <p>Returns a list of all user or group session mappings for the Amazon EMR Studio specified by | ||
* <code>StudioId</code>.</p> | ||
* <p>Returns a list of all user or group session mappings for the Amazon EMR Studio | ||
* specified by <code>StudioId</code>.</p> | ||
*/ | ||
@@ -366,4 +376,4 @@ listStudioSessionMappings(args: ListStudioSessionMappingsCommandInput, options?: __HttpHandlerOptions): Promise<ListStudioSessionMappingsCommandOutput>; | ||
* <note> | ||
* <p>The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and | ||
* later, excluding 5.0.x versions.</p> | ||
* <p>The instance fleet configuration is available only in Amazon EMR versions | ||
* 4.8.0 and later, excluding 5.0.x versions.</p> | ||
* </note> | ||
@@ -384,5 +394,5 @@ */ | ||
* <p>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.</p> | ||
* 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.</p> | ||
*/ | ||
@@ -394,5 +404,10 @@ putAutoScalingPolicy(args: PutAutoScalingPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutAutoScalingPolicyCommandOutput>; | ||
* <note> | ||
* <p>Auto-termination is supported in Amazon EMR versions 5.30.0 and 6.1.0 and later. For more information, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-auto-termination-policy.html">Using an auto-termination policy</a>.</p> | ||
* <p>Auto-termination is supported in Amazon EMR versions 5.30.0 and 6.1.0 and | ||
* later. For more information, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-auto-termination-policy.html">Using an | ||
* auto-termination policy</a>.</p> | ||
* </note> | ||
* <p>Creates or updates an auto-termination policy for an Amazon EMR cluster. An auto-termination policy defines the amount of idle time in seconds after which a cluster automatically terminates. For alternative cluster termination options, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-termination.html">Control cluster termination</a>.</p> | ||
* <p>Creates or updates an auto-termination policy for an Amazon EMR cluster. An | ||
* auto-termination policy defines the amount of idle time in seconds after which a cluster | ||
* automatically terminates. For alternative cluster termination options, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-termination.html">Control | ||
* cluster termination</a>.</p> | ||
*/ | ||
@@ -403,6 +418,6 @@ putAutoTerminationPolicy(args: PutAutoTerminationPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutAutoTerminationPolicyCommandOutput>; | ||
/** | ||
* <p>Creates or updates an Amazon EMR block public access configuration for your Amazon Web Services account | ||
* in the current Region. For more information see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/configure-block-public-access.html">Configure Block | ||
* Public Access for Amazon EMR</a> in the <i>Amazon EMR Management | ||
* Guide</i>.</p> | ||
* <p>Creates or updates an Amazon EMR block public access configuration for your | ||
* Amazon Web Services account in the current Region. For more information see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/configure-block-public-access.html">Configure Block | ||
* Public Access for Amazon EMR</a> in the <i>Amazon EMR | ||
* Management Guide</i>.</p> | ||
*/ | ||
@@ -413,6 +428,6 @@ putBlockPublicAccessConfiguration(args: PutBlockPublicAccessConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutBlockPublicAccessConfigurationCommandOutput>; | ||
/** | ||
* <p>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. </p> | ||
* <p>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. </p> | ||
*/ | ||
@@ -442,5 +457,6 @@ putManagedScalingPolicy(args: PutManagedScalingPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutManagedScalingPolicyCommandOutput>; | ||
/** | ||
* <p>Removes tags from an Amazon EMR resource, such as a cluster or Amazon EMR Studio. Tags make it easier to associate resources in | ||
* various ways, such as grouping clusters to track your Amazon EMR resource allocation costs. | ||
* For more information, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-tags.html">Tag Clusters</a>. </p> | ||
* <p>Removes tags from an Amazon EMR resource, such as a cluster or Amazon EMR Studio. Tags make it easier to associate resources in various ways, such as grouping | ||
* clusters to track your Amazon EMR resource allocation costs. For more information, | ||
* see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-tags.html">Tag | ||
* Clusters</a>. </p> | ||
* <p>The following example removes the stack tag with value Prod from a cluster:</p> | ||
@@ -455,3 +471,3 @@ */ | ||
* lost. To prevent loss of data, configure the last step of the job flow to store results in | ||
* Amazon S3. If the <a>JobFlowInstancesConfig</a> | ||
* Amazon S3. If the <a>JobFlowInstancesConfig</a> | ||
* <code>KeepJobFlowAliveWhenNoSteps</code> parameter is set to <code>TRUE</code>, the cluster | ||
@@ -472,5 +488,5 @@ * transitions to the WAITING state rather than shutting down after the steps have completed. </p> | ||
* <note> | ||
* <p>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.</p> | ||
* <p>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.</p> | ||
* </note> | ||
@@ -485,4 +501,4 @@ */ | ||
* error. The cluster still terminates upon successful completion of the job flow. Calling | ||
* <code>SetTerminationProtection</code> on a cluster is similar to calling the Amazon EC2 | ||
* <code>DisableAPITermination</code> API on all EC2 instances in a cluster.</p> | ||
* <code>SetTerminationProtection</code> on a cluster is similar to calling the Amazon EC2 | ||
* <code>DisableAPITermination</code> API on all EC2 instances in a cluster.</p> | ||
* <p> | ||
@@ -504,10 +520,15 @@ * <code>SetTerminationProtection</code> is used to prevent accidental termination of a | ||
* <important> | ||
* <p>The SetVisibleToAllUsers parameter is no longer supported. Your cluster may be visible to all users in your account. | ||
* To restrict cluster access using an IAM policy, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-access-iam.html">Identity and Access Management for EMR</a>. | ||
* </p> | ||
* <p>The SetVisibleToAllUsers parameter is no longer supported. Your cluster may be | ||
* visible to all users in your account. To restrict cluster access using an IAM policy, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-access-iam.html">Identity and Access | ||
* Management for EMR</a>. </p> | ||
* </important> | ||
* <p>Sets the <a>Cluster$VisibleToAllUsers</a> value for an EMR cluster. When <code>true</code>, IAM principals in the | ||
* Amazon Web Services account can perform EMR cluster actions that their IAM policies allow. When <code>false</code>, only the IAM principal that created the cluster and the Amazon Web Services account root user can perform EMR actions on the cluster, regardless of IAM permissions policies attached to other IAM principals.</p> | ||
* <p>Sets the <a>Cluster$VisibleToAllUsers</a> value for an EMR cluster. When | ||
* <code>true</code>, IAM principals in the Amazon Web Services account can perform EMR | ||
* cluster actions that their IAM policies allow. When <code>false</code>, only | ||
* the IAM principal that created the cluster and the Amazon Web Services account root user can | ||
* perform EMR actions on the cluster, regardless of IAM permissions policies attached to | ||
* other IAM principals.</p> | ||
* <p>This action works on running clusters. When you create a cluster, use the <a>RunJobFlowInput$VisibleToAllUsers</a> parameter.</p> | ||
* <p>For more information, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/security_iam_emr-with-iam.html#security_set_visible_to_all_users">Understanding the EMR Cluster VisibleToAllUsers Setting</a> in the <i>Amazon EMRManagement Guide</i>.</p> | ||
* <p>For more information, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/security_iam_emr-with-iam.html#security_set_visible_to_all_users">Understanding the EMR Cluster VisibleToAllUsers Setting</a> in the | ||
* <i>Amazon EMRManagement Guide</i>.</p> | ||
*/ | ||
@@ -532,8 +553,8 @@ setVisibleToAllUsers(args: SetVisibleToAllUsersCommandInput, options?: __HttpHandlerOptions): Promise<SetVisibleToAllUsersCommandOutput>; | ||
* 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.</p> | ||
* running are stopped. Any log files not already saved are uploaded to Amazon S3 if a | ||
* LogUri was specified when the cluster was created.</p> | ||
* <p>The maximum number of clusters allowed is 10. The call to <code>TerminateJobFlows</code> | ||
* 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.</p> | ||
* Amazon EC2 instances.</p> | ||
*/ | ||
@@ -544,3 +565,4 @@ terminateJobFlows(args: TerminateJobFlowsCommandInput, options?: __HttpHandlerOptions): Promise<TerminateJobFlowsCommandOutput>; | ||
/** | ||
* <p>Updates an Amazon EMR Studio configuration, including attributes such as name, description, and subnets.</p> | ||
* <p>Updates an Amazon EMR Studio configuration, including attributes such as name, | ||
* description, and subnets.</p> | ||
*/ | ||
@@ -551,4 +573,3 @@ updateStudio(args: UpdateStudioCommandInput, options?: __HttpHandlerOptions): Promise<UpdateStudioCommandOutput>; | ||
/** | ||
* <p>Updates the session policy attached to the user or group for the specified Amazon EMR | ||
* Studio.</p> | ||
* <p>Updates the session policy attached to the user or group for the specified Amazon EMR Studio.</p> | ||
*/ | ||
@@ -555,0 +576,0 @@ updateStudioSessionMapping(args: UpdateStudioSessionMappingCommandInput, options?: __HttpHandlerOptions): Promise<UpdateStudioSessionMappingCommandOutput>; |
@@ -181,6 +181,5 @@ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver"; | ||
/** | ||
* <p>Amazon EMR is a web service that makes it easier to process large amounts of data | ||
* efficiently. Amazon EMR uses Hadoop processing combined with several Amazon Web Services services to do | ||
* tasks such as web indexing, data mining, log file analysis, machine learning, scientific | ||
* simulation, and data warehouse management.</p> | ||
* <p>Amazon EMR is a web service that makes it easier to process large amounts of | ||
* data efficiently. Amazon EMR uses Hadoop processing combined with several Amazon Web Services services to do tasks such as web indexing, data mining, log file analysis, | ||
* machine learning, scientific simulation, and data warehouse management.</p> | ||
*/ | ||
@@ -187,0 +186,0 @@ export declare class EMRClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, EMRClientResolvedConfig> { |
{ | ||
"name": "@aws-sdk/client-emr", | ||
"description": "AWS SDK for JavaScript Emr Client for Node.js, Browser and React Native", | ||
"version": "3.87.0", | ||
"version": "3.88.0", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", |
@@ -12,6 +12,5 @@ <!-- generated file, do not edit directly --> | ||
<p>Amazon EMR is a web service that makes it easier to process large amounts of data | ||
efficiently. Amazon EMR uses Hadoop processing combined with several Amazon Web Services services to do | ||
tasks such as web indexing, data mining, log file analysis, machine learning, scientific | ||
simulation, and data warehouse management.</p> | ||
<p>Amazon EMR is a web service that makes it easier to process large amounts of | ||
data efficiently. Amazon EMR uses Hadoop processing combined with several Amazon Web Services services to do tasks such as web indexing, data mining, log file analysis, | ||
machine learning, scientific simulation, and data warehouse management.</p> | ||
@@ -18,0 +17,0 @@ ## Installing |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1847065
34417
208