-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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: error: The step type spark_application is not supported. #7970
Comments
Hi @hongbo-miao, thanks for reaching out. In the developer guide for EMR, it looks like the examples use |
Hi @RyanFitzSimmonsAK hmm the error is something else now
Although this new error also should not exist as I exported, when I rerun, it should create same EMR cluster. Back to this issue, I think I guess just need
Feel free to use this ticket to track, or create other tickets and close this one. Thanks! 😃 |
Glad to hear it. Did you change any other part of your command? And do you need help with the new error, or were you able to get this feature working? |
That is all changes I have. 😃 |
I'd like to make sure we get it working before I raise the issue with the service team about the button in the console. Let's follow up in this issue, and I'll bring everything up with them once we've figured out what all needs to be fixed. |
Sounds good! I will provide more info regarding the new error. Hopefully this week! |
|
Describe the feature
I have an EMR cluster with step "Spark application" which created from EMR UI.
Now I am hoping to create it by CLI.
I got the command by clicking "View command for cloning cluster" button
It gives me command like
However, when I run this command, I got error
Based on CLI document, currently
--steps
only supportsIt would be great to support
SPARK_APPLICATION
, thanks! 😃Use Case
It would be convenient to use CLI to create EMR cluster with step "Spark application".
Proposed Solution
No response
Other Information
No response
Acknowledgements
CLI version used
aws-cli/2.8.12 Python/3.9.11 Darwin/22.5.0 exe/x86_64 prompt/off
Environment details (OS name and version, etc.)
macOS
The text was updated successfully, but these errors were encountered: