[
https://issues.apache.org/jira/browse/KYLIN-3922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16807326#comment-16807326
]
ASF subversion and git services commented on KYLIN-3922:
--------------------------------------------------------
Commit 6140971ab5e27c8270ded5ba6c7a7338839b91c9 in kylin's branch
refs/heads/3.0.0-alpha-release from Chunen Ni
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=6140971 ]
KYLIN-3922 Fix coprocessor can not be updated
> 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)