[ 
https://issues.apache.org/jira/browse/WHIRR-63?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13153393#comment-13153393
 ] 

Evan Pollan edited comment on WHIRR-63 at 11/19/11 5:16 AM:
------------------------------------------------------------

cc1.4xlarge instance price was just halved.  Even explicitly specifying 
us-east-1/ami-e4a7558d (the only non-RHEL image suggested by AWS for cluster 
compute instances -- see 
[WHIRR-148|https://issues.apache.org/jira/browse/WHIRR-148]) gives the 
following error:

{code}
Exception in thread "main" java.util.NoSuchElementException: 
imageId(us-east-1/ami-e4a7558d) not found
        at 
org.jclouds.compute.domain.internal.TemplateBuilderImpl.build(TemplateBuilderImpl.java:567)
        at 
org.apache.whirr.actions.BootstrapClusterAction.buildTemplate(BootstrapClusterAction.java:168)
        at 
org.apache.whirr.actions.BootstrapClusterAction.doAction(BootstrapClusterAction.java:114)
        at 
org.apache.whirr.actions.ScriptBasedClusterAction.execute(ScriptBasedClusterAction.java:80)
        at 
org.apache.whirr.ClusterController.launchCluster(ClusterController.java:106)
        at 
org.apache.whirr.cli.command.LaunchClusterCommand.run(LaunchClusterCommand.java:62)
        at org.apache.whirr.cli.Main.run(Main.java:64)
        at org.apache.whirr.cli.Main.main(Main.java:97)
{code}
                
      was (Author: epollan):
    cc1.4xlarge instance price was just halved.  Even explicitly specifying 
us-east-1/ami-e4a7558d (the only non-RHEL image suggested by AWS for cluster 
compute instances -- see https://issues.apache.org/jira/browse/WHIRR-148) gives 
the following error:

Exception in thread "main" java.util.NoSuchElementException: 
imageId(us-east-1/ami-e4a7558d) not found
        at 
org.jclouds.compute.domain.internal.TemplateBuilderImpl.build(TemplateBuilderImpl.java:567)
        at 
org.apache.whirr.actions.BootstrapClusterAction.buildTemplate(BootstrapClusterAction.java:168)
        at 
org.apache.whirr.actions.BootstrapClusterAction.doAction(BootstrapClusterAction.java:114)
        at 
org.apache.whirr.actions.ScriptBasedClusterAction.execute(ScriptBasedClusterAction.java:80)
        at 
org.apache.whirr.ClusterController.launchCluster(ClusterController.java:106)
        at 
org.apache.whirr.cli.command.LaunchClusterCommand.run(LaunchClusterCommand.java:62)
        at org.apache.whirr.cli.Main.run(Main.java:64)
        at org.apache.whirr.cli.Main.main(Main.java:97)
                  
> Support EC2 Cluster Compute Groups for Hadoop
> ---------------------------------------------
>
>                 Key: WHIRR-63
>                 URL: https://issues.apache.org/jira/browse/WHIRR-63
>             Project: Whirr
>          Issue Type: New Feature
>          Components: service/hadoop
>            Reporter: Tom White
>             Fix For: 0.8.0
>
>
> We should support the new EC2 cluster compute groups which have high 
> bandwidth between nodes in the cluster. See 
> http://docs.amazonwebservices.com/AWSEC2/latest/DeveloperGuide/index.html?using_cluster_computing.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to