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?

Reply via email to