flexera-public / right_aws

RightScale Amazon Web Services Ruby Gems
MIT License
451 stars 175 forks source link

Do not associate bootstrap_actions to steps when describing job flows #158

Open metamike opened 11 years ago

metamike commented 11 years ago

Do not tie bootstrap_actions to steps when describing job flows. The order of XML elements may place bootstrap actions before steps, thus causing EmrInterface.describe_job_flows to break if there are bootstrap actions present. Regardless, bootstrap actions are tied to the running jobflow and not the steps.

l1x commented 11 years ago

Could you please merge this plase? It breaks our app and we had to monkey patch the lib.

georgevarghese commented 10 years ago

we faced this issue too and had to monkey patch to work around the issue. would be great to have this fix merged.