I see, thanks.
On Sat, Jan 16, 2010 at 9:57 AM, Jean-Daniel Cryans <[email protected]>wrote: > We simply removed those messages in the shell for 0.20.3. > > J-D > > On Fri, Jan 15, 2010 at 5:51 PM, steven zhuang <[email protected]> > wrote: > > I see. thanks J.D. > > > > here is another question, > > I execute the create table command in HBase shell, there is always an > > exception. > > From the code, I found that in HBaseAdmin.createTable after the call to > > createTableAsync, the progress of checking if the newly created table is > > online is immediately started, I think this will throw out a > tablenotfound > > exception in most cases, no matter how long we set the hbase.client.pause > > parameter, this can be confusing. > > > > Can we wait sometime before we locate the region of the newly created > table? > > > -- best wishes. steven
