You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a Herd Cluster Mgmt user I want to create clusters without core nodes
EMR allows this cluster definition but it is currently prevented in Herd code, users receive:
<errorInformation>
<statusCode>400</statusCode>
<statusDescription>Bad Request</statusDescription>
<message>At least 1 core instance must be specified.</message>
<messageDetails/>
</errorInformation>
Acceptance Criteria
Allow creation of Cluster Definitions with zero task nodes
Cluster Definitions with zero task nodes are passed through to EMR and successfully create cluster as described
The text was updated successfully, but these errors were encountered:
As a Herd Cluster Mgmt user I want to create clusters without core nodes
EMR allows this cluster definition but it is currently prevented in Herd code, users receive:
Acceptance Criteria
The text was updated successfully, but these errors were encountered: