If I write manually, I get this: hbase(main):005:0> put 'urlhashv4', "7BB16418308C2CB6B8AE56982781A5C7", 'url', "bogus"
ERROR: org.apache.hadoop.hbase.client.NoServerForRegionException: No server address listed in .META. for region urlhashv4,7BB16418308C2CB6B8AE56982781A5C6,1308776365880.870c76fc43287036d776cca6c4ac6e6f. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Stack Sent: Wednesday, June 22, 2011 11:42 PM To: [email protected] Subject: Re: wrong region exception On Wed, Jun 22, 2011 at 2:23 PM, Robert Gonzalez <[email protected]> wrote: > Stack, > > This script does work from one perspective. It makes an entry in the .meta. > table with the missing region. But it does not create a region file for it. > How does one go about doing that? > That will be created as soon as you've written enough edits to cause a flush. St.Ack
