-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(aws-stepfunctions-tasks): Set StepConcurrencyLevel when creating EMR clusters through Step Functions #15223
Comments
This currently isn't possible. When you use the aws-cdk/packages/@aws-cdk/aws-stepfunctions-tasks/lib/emr/emr-create-cluster.ts Lines 235 to 259 in c647e38
Note how there is no StepConcurrencyLevel prop set here.
However, the I will be repurposing this issue as a feature request, and be marking this issue as p2, which means that we are unable to work on this immediately. We use +1s to help prioritize our work, and are happy to revaluate this issue based on community feedback. You can reach out to the cdk.dev community on Slack to solicit support for reprioritization. Or alternatively, you could take a stab at implementing this yourself! |
…ster (#15242) Added support for step concurrency when creating EMR clusters through Step Functions. This feature allows users to run multiple steps in parallel on a cluster created through SFN. closes #15223. As a byproduct, adds validation for `releaseLabel` to ensure that it follows the correct format laid out [here](https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-release-components.html). ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
…ster (#15242) Added support for step concurrency when creating EMR clusters through Step Functions. This feature allows users to run multiple steps in parallel on a cluster created through SFN. closes #15223. As a byproduct, adds validation for `releaseLabel` to ensure that it follows the correct format laid out [here](https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-release-components.html). ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
…ster (aws#15242) Added support for step concurrency when creating EMR clusters through Step Functions. This feature allows users to run multiple steps in parallel on a cluster created through SFN. closes aws#15223. As a byproduct, adds validation for `releaseLabel` to ensure that it follows the correct format laid out [here](https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-release-components.html). ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
How do one specify the
StepConcurrencyLevel
parameter when creating EMR clusters through Step Functions?The following can be found in the AWS Step Functions docs
... but there is nothing about step concurrency level in the CDK Step Functions Task EmrCreateCluster docs
Environment
The text was updated successfully, but these errors were encountered: