ZhouKang created KYLIN-4226:
-------------------------------
Summary: Skip current unavailable tables when updating hbase
coprocessor
Key: KYLIN-4226
URL: https://issues.apache.org/jira/browse/KYLIN-4226
Project: Kylin
Issue Type: Improvement
Reporter: ZhouKang
when update hbase coprocessor for htable, there are exceptions cause by
unavailable tables.
{code:java}
// code placeholder
2019-08-22 09:12:20,445 INFO [main] util.DeployCoprocessorCLI:181 : Commit
Information: 2945cb67bae6242f275a038e7bf872a7a9797464;
Exception in thread "main" org.apache.hadoop.hbase.TableNotFoundException:
kylin_zjyprc_bigdata_staging:KYLIN_UCHB8D2MVP
at
org.apache.hadoop.hbase.client.HBaseAdmin.getTableDescriptor(HBaseAdmin.java:567)
at
org.apache.hadoop.hbase.client.HBaseAdmin.getDescriptor(HBaseAdmin.java:365)
at
org.apache.kylin.storage.hbase.util.DeployCoprocessorCLI.filterByGitCommit(DeployCoprocessorCLI.java:183)
at
org.apache.kylin.storage.hbase.util.DeployCoprocessorCLI.main(DeployCoprocessorCLI.java:131)
2019-08-22 09:12:21,207 INFO [close-hbase-conn] hbase.HBaseConnection:137 :
Closing HBase connections...
2019-08-22 09:12:21,208 INFO [close-hbase-conn]
client.ConnectionImplementation:1889 : Closing master protocol: MasterService
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)