I am using the standard hbase-ec2.properties file except for these changes:
two regionserver instances instead of five.
And using these images:
whirr.hardware-id=c1.medium
whirr.image-id=us-east-1/ami-d59d6bbc
Here is the error that was displayed:
$ whirr launch-cluster --config hbase-ec2.properties
Bootstrapping cluster
Configuring template
Starting 1 node(s) with roles [zookeeper, hadoop-namenode,
hadoop-jobtracker, hbase-master]
Configuring template
Starting 2 node(s) with roles [hadoop-datanode, hadoop-tasktracker,
hbase-regionserver]
Nodes started: [[id=us-east-1/i-68b0680a, providerId=i-68b0680a,
group=hbase, name=null, location=[id=us-east-1c, scope=ZONE,
description=us-east-1c, parent=us-east-1, iso3166Codes=[US-VA],
metadata={}], uri=null, imageId=us-east-1/ami-d59d6bbc, os=[name=null,
family=amzn-linux, version=2010.11.1-beta, arch=paravirtual,
is64Bit=false,
description=amzn-ami-us-east-1/amzn-ami-2010.11.1-beta.i386.manifest.xml],
state=RUNNING, loginPort=22, privateAddresses=[10.194.54.35],
publicAddresses=[184.73.16.247], hardware=[id=c1.medium,
providerId=c1.medium, name=null, processors=[[cores=2.0, speed=2.5]],
ram=1740, volumes=[[id=null, type=LOCAL, size=10.0, device=/dev/sda1,
durable=false, isBootDevice=true], [id=null, type=LOCAL, size=340.0,
device=/dev/sda2, durable=false, isBootDevice=false]],
supportsImage=Not(is64Bit())], loginUser=ec2-user, userMetadata={}]]
<< problem applying options to node(us-east-1/i-08b0686a):
org.jclouds.ssh.SshException: [email protected]:22: Error
executing command: ./setup-medined status
at org.jclouds.ssh.jsch.JschSshClient.exec(JschSshClient.java:288)
at
org.jclouds.compute.predicates.ScriptStatusReturnsZero.refresh(ScriptStatusReturnsZero.java:56)
...
Have you seen this issue before? Can I help to debug it?
Thanks.