-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Waiter does not exist: ClusterRunning #937
Labels
bug
This issue is a bug.
Comments
Looking into this. Can you confirm what command you were running that is now failing? |
jamesls
added
the
investigating
This issue is being investigated and/or work is in progress to resolve the issue.
label
Oct 8, 2014
Yes, it was an emr ssh command:
|
Thanks, I've confirmed the issue. Working on a fix. |
jamesls
added
bug
This issue is a bug.
confirmed
and removed
investigating
This issue is being investigated and/or work is in progress to resolve the issue.
labels
Oct 8, 2014
Thank you for being so prompt. |
jamesls
added a commit
that referenced
this issue
Oct 8, 2014
kyleknap
added a commit
that referenced
this issue
Oct 17, 2014
* release-1.5.2: Bumping version to 1.5.2 Updated Changelog with new features. EMR: Updated test for describe-cluster EMR: Fix describe-cluster EMR: Add validation logic in steputils and clean up create-cluster and add-steps examples. Update tests based on feedback Renamed sync strategy class names. Remove unused imports and vars in handlers Update handlers with new event kwargs Fix cloudsearch define-index-field for type latlon Add issue #937 to the changelog Updated the changelog with bugfix. Delete large files for cross region ``mv`` Cleaned up the custom sync strategy code Made seperate directory for sync strategies Add more customizations to sync strategies Added custom sync strategy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version 1.3.25 had a very nice feature that made aws-cli process calls to a booting cluster wait until the cluster was ready. This was manifesting itself with a "Waiting for the cluster to start." message and the process waiting.
Now, in version 1.5.0 such a scenario makes the aws-cli process call to exit with an error:
"Waiter does not exist: ClusterRunning."
This is inconvenient as it makes calling code to poll until the cluster is ready.
Can you please fix this / revert it the way it worked?
Thank you.
The text was updated successfully, but these errors were encountered: