Usually, this is caused by HBase's instability as Xiaoxiang mentioned above.
You can manually delete this table from hbase shell (as it is empty), and then resume the job so that Kylin can try again. Best regards, Shaofeng Shi 史少锋 Apache Kylin PMC Work email: [email protected] Kyligence Inc: https://kyligence.io/ Apache Kylin FAQ: https://kylin.apache.org/docs/gettingstarted/faq.html Join Kylin user mail group: [email protected] Join Kylin dev mail group: [email protected] Xiaoxiang Yu <[email protected]> 于2019年1月4日周五 下午5:03写道: > 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 >
