[
https://issues.apache.org/jira/browse/KYLIN-3922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chao Long resolved KYLIN-3922.
------------------------------
Resolution: Resolved
> Fail to update coprocessor when run DeployCoprocessorCLI
> --------------------------------------------------------
>
> Key: KYLIN-3922
> URL: https://issues.apache.org/jira/browse/KYLIN-3922
> Project: Kylin
> Issue Type: Bug
> Components: Client - CLI
> Affects Versions: v2.6.0
> Reporter: nichunen
> Assignee: nichunen
> Priority: Major
> Fix For: v2.6.2
>
>
> Update coprocessor by run
> {code:java}
> $KYLIN_HOME/bin/kylin.sh
> org.apache.kylin.storage.hbase.util.DeployCoprocessorCLI
> $KYLIN_HOME/lib/kylin-coprocessor-*.jar all
> {code}
> ArrayIndexOutOfBoundsException thrown with log:
> {code:java}
> Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 2 at
> org.apache.kylin.storage.hbase.util.DeployCoprocessorCLI.main(DeployCoprocessorCLI.java:118)
>
> 2019-03-27 20:08:02,105 INFO [close-hbase-conn] hbase.HBaseConnection:137 :
> Closing HBase connections...
> 2019-03-27 20:08:02,106 INFO [close-hbase-conn]
> client.ConnectionManager$HConnectionImplementation:1847 : Closing zookeeper
> sessionid=0x169a4aff61f4457
> 2019-03-27 20:08:02,111 INFO [close-hbase-conn] zookeeper.ZooKeeper:684 :
> Session: 0x169a4aff61f4457 closed
> 2019-03-27 20:08:02,111 INFO [main-EventThread] zookeeper.ClientCnxn:512 :
> EventThread shut down 2019-03-27 20:08:02,112 INFO [close-hbase-conn]
> client.ConnectionManager$HConnectionImplementation:2297 : Closing master
> protocol: MasterService 2019-03-27 20:08:02,124 INFO [close-hbase-conn]
> client.ConnectionManager$HConnectionImplementation:1847 : Closing zookeeper
> sessionid=0x469a4aff7c42d72
> 2019-03-27 20:08:02,126 INFO [close-hbase-conn] zookeeper.ZooKeeper:684 :
> Session: 0x469a4aff7c42d72 closed 2019-03-27 20:08:02,126 INFO
> [main-EventThread] zookeeper.ClientCnxn:512 : EventThread shut down
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)