Hi,
It looks like a uncommon error.
From the source code of HBaseAdmin, I see method isTableAvailable of HBaseAdmin 
will return false for two reasons:

1.     Network unavailable

2.     HBase failure


/**
* @param tableName name of table to check
* @return true if all regions of the table are available
* @throws IOException if a remote or network exception occurs
*/
@Override
public boolean isTableAvailable(TableName tableName) throws IOException {
  return connection.isTableAvailable(tableName);
}

Maybe you should check these two aspects. Check if your network and logs of 
HMaster.

----------------
Best wishes,
Xiaoxiang Yu


发件人: 刘成军 <[email protected]>
答复: "[email protected]" <[email protected]>, 刘成军 <[email protected]>
日期: 2019年1月4日 星期五 12:44
收件人: user <[email protected]>
主题: Help for cube build ERROR: Create Htable Error

status

Reply via email to