This is a known issue and we don't have a workaround. Would it be possible to use the rest interface from the local machine? How are you planning to use HBase?
As a side note you can start in the same security group an "empty" machine using the noop role. -- Andrei Savu / andreisavu.ro On Tue, Oct 4, 2011 at 4:43 PM, Jim R. Wilson <[email protected]>wrote: > Hi all, > > First, let me thank you for adding 0.90.3 support to Whirr 0.6.0 - this is > a big help! > > I'm trying to run a small demo cluster based on the 0.90.3-ec2 recipe. The > cluster seems to be working, because when I SSH into a node and use the > hbase shell (/usr/local/hbase-0.90.3/bin/hbase shell), commands seem to work > as expected. > > However, when I try to connect from my local host by using the generated > hbase-site.xml over the proxy tunnel created by hbase-proxy.sh, I get this > error message: > > hbase(main):001:0> status > 11/10/04 09:37:12 ERROR hbase.HServerAddress: Could not resolve the DNS > name of domU-<...>.compute-1.internal:60000 > > ERROR: java.lang.IllegalArgumentException: Could not resolve the DNS name > of domU-<...>.compute-1.internal:60000 > > Am I doing something wrong? Is this a known issue? Thanks, > > -- Jim R Wilson (jimbojw) >
